Skip to content

Commit 6a6ff87

Browse files
Roman MarchenkoThomas Schatzl
authored andcommitted
8372860: TestCodeCacheUnloadDuringConcCycle fails on ARM32
Reviewed-by: tschatzl, shade
1 parent 4b774cb commit 6a6ff87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/gc/g1/TestCodeCacheUnloadDuringConcCycle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private static void triggerCodeCacheGC() throws Exception {
140140
System.out.println("Compiled " + i + " classes");
141141
}
142142
i++;
143-
} while (i < 200);
143+
} while (i < 1000);
144144
System.out.println("Compilation done, compiled " + i + " classes");
145145
} catch (Throwable t) {
146146
}

0 commit comments

Comments
 (0)