8386130: TestPrintMethodData.java failing with VirtualThread as main thread

Reviewed-by: shade, galder
This commit is contained in:
Amit Kumar 2026-06-08 09:46:54 +00:00
parent 59e40b0416
commit 70ba725b07

View File

@ -64,7 +64,7 @@ public class TestPrintMethodData {
private static final Generator<Long> 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);