mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-11 21:15:16 +00:00
8386130: TestPrintMethodData.java failing with VirtualThread as main thread
Reviewed-by: shade, galder
This commit is contained in:
parent
59e40b0416
commit
70ba725b07
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user