Skip to content

Commit 391c8e5

Browse files
committed
8371608: Jtreg test jdk/internal/vm/Continuation/Fuzz.java sometimes fails with (fast)debug binaries
Backport-of: bfc048a
1 parent 5787132 commit 391c8e5

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
@@ -97,6 +97,9 @@ public static void main(String[] args) {
9797
if (Platform.isPPC()) {
9898
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
9999
}
100+
if (Platform.isDebugBuild()) {
101+
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
102+
}
100103
warmup();
101104
for (int compileLevel : new int[]{4}) {
102105
for (boolean compileRun : new boolean[]{true}) {

0 commit comments

Comments
 (0)