mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-10 10:28:37 +00:00
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
Reviewed-by: kvn, thartmann, chagedorn
This commit is contained in:
parent
c7e9ebb4cf
commit
71e3798bf6
@ -70,8 +70,6 @@ compiler/startup/StartupOutput.java 8326615 generic-x64
|
||||
|
||||
compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all
|
||||
|
||||
compiler/uncommontrap/DeoptReallocFailure.java 8335308 windows-x64
|
||||
|
||||
#############################################################################
|
||||
|
||||
# :hotspot_gc
|
||||
|
||||
@ -63,7 +63,7 @@ public class DeoptReallocFailure {
|
||||
NoEscape[] noEscape = new NoEscape[45];
|
||||
noEscape[0] = new NoEscape();
|
||||
for (int i=0;i<1024*256;i++) {
|
||||
root.array[i]= new Object[45];
|
||||
root.array[i]= new Object[4500];
|
||||
}
|
||||
return noEscape[0].f1;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user