We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8102f43 commit bfc048aCopy full SHA for bfc048a
test/jdk/jdk/internal/vm/Continuation/Fuzz.java
@@ -96,6 +96,9 @@ public static void main(String[] args) {
96
if (Platform.isPPC()) {
97
COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
98
}
99
+ if (Platform.isDebugBuild()) {
100
+ COMPILATION_TIMEOUT = COMPILATION_TIMEOUT * 2;
101
+ }
102
warmup();
103
for (int compileLevel : new int[]{4}) {
104
for (boolean compileRun : new boolean[]{true}) {
0 commit comments