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 c7e9ebb commit 71e3798Copy full SHA for 71e3798
test/hotspot/jtreg/ProblemList.txt
@@ -70,8 +70,6 @@ compiler/startup/StartupOutput.java 8326615 generic-x64
70
71
compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all
72
73
-compiler/uncommontrap/DeoptReallocFailure.java 8335308 windows-x64
74
-
75
#############################################################################
76
77
# :hotspot_gc
test/hotspot/jtreg/compiler/uncommontrap/DeoptReallocFailure.java
@@ -63,7 +63,7 @@ public static synchronized long test() {
63
NoEscape[] noEscape = new NoEscape[45];
64
noEscape[0] = new NoEscape();
65
for (int i=0;i<1024*256;i++) {
66
- root.array[i]= new Object[45];
+ root.array[i]= new Object[4500];
67
}
68
return noEscape[0].f1;
69
0 commit comments