From 70ba725b07853871a1553add2b4f117ce2dcec5e Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 8 Jun 2026 09:46:54 +0000 Subject: [PATCH] 8386130: TestPrintMethodData.java failing with VirtualThread as main thread Reviewed-by: shade, galder --- test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java b/test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java index 9e14cd6ea4b..7cc5cda88b6 100644 --- a/test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java +++ b/test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java @@ -64,7 +64,7 @@ public class TestPrintMethodData { private static final Generator GEN_LONG = Generators.G.longs(); private static final int SIZE = 1024; - static void main(String[] args) throws Exception { + public static void main(String[] args) throws Exception { long[] longs = new long[SIZE]; Generators.G.fill(GEN_LONG, longs);