Skip to content

Commit 1c5de8b

Browse files
committed
8273807: Zero: Drop incorrect test block from compiler/startup/NumCompilerThreadsCheck.java
Reviewed-by: thartmann
1 parent 46af82e commit 1c5de8b

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)