Skip to content

Commit 71e3798

Browse files
committed
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
Reviewed-by: kvn, thartmann, chagedorn
1 parent c7e9ebb commit 71e3798

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/hotspot/jtreg/ProblemList.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ compiler/startup/StartupOutput.java 8326615 generic-x64
7070

7171
compiler/codecache/CodeCacheFullCountTest.java 8332954 generic-all
7272

73-
compiler/uncommontrap/DeoptReallocFailure.java 8335308 windows-x64
74-
7573
#############################################################################
7674

7775
# :hotspot_gc

test/hotspot/jtreg/compiler/uncommontrap/DeoptReallocFailure.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static synchronized long test() {
6363
NoEscape[] noEscape = new NoEscape[45];
6464
noEscape[0] = new NoEscape();
6565
for (int i=0;i<1024*256;i++) {
66-
root.array[i]= new Object[45];
66+
root.array[i]= new Object[4500];
6767
}
6868
return noEscape[0].f1;
6969
}

0 commit comments

Comments
 (0)