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