mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-09 12:05:14 +00:00
8371608: Jtreg test jdk/internal/vm/Continuation/Fuzz.java sometimes fails with (fast)debug binaries
Reviewed-by: mdoerr, rrich
This commit is contained in:
parent
8102f436f5
commit
bfc048aba6
@ -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}) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user