We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4678b70 commit 45ae163Copy full SHA for 45ae163
1 file changed
test/hotspot/jtreg/compiler/profiling/TestPrintMethodData.java
@@ -64,7 +64,7 @@ static class Launcher {
64
private static final Generator<Long> GEN_LONG = Generators.G.longs();
65
private static final int SIZE = 1024;
66
67
- static void main(String[] args) throws Exception {
+ public static void main(String[] args) throws Exception {
68
long[] longs = new long[SIZE];
69
Generators.G.fill(GEN_LONG, longs);
70
0 commit comments