8371608: Jtreg test jdk/internal/vm/Continuation/Fuzz.java sometimes fails with (fast)debug binaries

Reviewed-by: mdoerr, rrich
This commit is contained in:
Matthias Baesken 2025-11-13 16:26:17 +00:00
parent 8102f436f5
commit bfc048aba6

View File

@ -96,6 +96,9 @@ public class Fuzz implements Runnable {
if (Platform.isPPC()) {
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
}
if (Platform.isDebugBuild()) {
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
}
warmup();
for (int compileLevel : new int[]{4}) {
for (boolean compileRun : new boolean[]{true}) {