Skip to content

Commit 1d3bea0

Browse files
mhaessigRealCLanger
authored andcommitted
8366222: TestCompileTaskTimeout causes asserts after JDK-8365909
Reviewed-by: chagedorn, thartmann
1 parent 309741a commit 1d3bea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hotspot/jtreg/compiler/arguments/TestCompileTaskTimeout.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public static void main(String[] args) throws Throwable {
4949
.shouldHaveExitValue(134)
5050
.shouldContain("timed out after");
5151

52-
ProcessTools.executeTestJava("-Xcomp", "-XX:CompileTaskTimeout=200", "--version")
52+
ProcessTools.executeTestJava("-Xcomp", "-XX:CompileTaskTimeout=2000", "--version")
5353
.shouldHaveExitValue(0);
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)