We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e99bb commit 84ffe87Copy full SHA for 84ffe87
test/hotspot/jtreg/vmTestbase/nsk/share/gc/GC.java
@@ -48,6 +48,9 @@ protected static class GCTestRunner extends TestRunner {
48
49
public GCTestRunner(Test test, String[] args) {
50
super(test, args);
51
+ // GC tests often run at the brink of OOME, make sure
52
+ // LocalRandom is loaded, initialized, and has enough memory.
53
+ LocalRandom.init();
54
}
55
56
private GCParams getGCParams(String[] args) {
0 commit comments