Skip to content

Commit 88d2053

Browse files
committed
8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
Backport-of: 1c5de8b86b038f5d5c313c504a8868e36fc80bde
1 parent 94ec379 commit 88d2053

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,6 @@ public static void main(String[] args) throws Exception {
4747

4848
String expectedOutput = "outside the allowed range";
4949
out.shouldContain(expectedOutput);
50-
51-
if (Platform.isZero()) {
52-
String expectedLowWaterMarkText = "must be at least 0";
53-
out.shouldContain(expectedLowWaterMarkText);
54-
}
5550
}
5651

5752
}

0 commit comments

Comments
 (0)