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 46af82e commit 1c5de8bCopy full SHA for 1c5de8b
test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java
@@ -47,11 +47,6 @@ public static void main(String[] args) throws Exception {
47
48
String expectedOutput = "outside the allowed range";
49
out.shouldContain(expectedOutput);
50
-
51
- if (Platform.isZero()) {
52
- String expectedLowWaterMarkText = "must be at least 0";
53
- out.shouldContain(expectedLowWaterMarkText);
54
- }
55
}
56
57
0 commit comments