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