Skip to content

Commit 79d0185

Browse files
committed
8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
Backport-of: 1c5de8b86b038f5d5c313c504a8868e36fc80bde
1 parent dccbde7 commit 79d0185

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
@@ -46,11 +46,6 @@ public static void main(String[] args) throws Exception {
4646

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

5651
}

0 commit comments

Comments
 (0)