Skip to content

Commit bfc048a

Browse files
committed
8371608: Jtreg test jdk/internal/vm/Continuation/Fuzz.java sometimes fails with (fast)debug binaries
Reviewed-by: mdoerr, rrich
1 parent 8102f43 commit bfc048a

File tree

1 file changed

+3
-0
lines changed
  • test/jdk/jdk/internal/vm/Continuation

1 file changed

+3
-0
lines changed

test/jdk/jdk/internal/vm/Continuation/Fuzz.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public static void main(String[] args) {
9696
if (Platform.isPPC()) {
9797
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
9898
}
99+
if (Platform.isDebugBuild()) {
100+
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
101+
}
99102
warmup();
100103
for (int compileLevel : new int[]{4}) {
101104
for (boolean compileRun : new boolean[]{true}) {

0 commit comments

Comments
 (0)