8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows

Reviewed-by: kvn, thartmann, chagedorn
This commit is contained in:
Albert Mingkun Yang 2024-07-01 08:12:20 +00:00
parent c7e9ebb4cf
commit 71e3798bf6
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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;
}