Skip to content

Commit 70ba725

Browse files
committed
8386130: TestPrintMethodData.java failing with VirtualThread as main thread
Reviewed-by: shade, galder
1 parent 59e40b0 commit 70ba725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ static class Launcher {
6464
private static final Generator<Long> GEN_LONG = Generators.G.longs();
6565
private static final int SIZE = 1024;
6666

67-
static void main(String[] args) throws Exception {
67+
public static void main(String[] args) throws Exception {
6868
long[] longs = new long[SIZE];
6969
Generators.G.fill(GEN_LONG, longs);
7070

0 commit comments

Comments
 (0)