Skip to content

Commit

Permalink
8273807: Zero: Drop incorrect test block from compiler/startup/NumCom…
Browse files Browse the repository at this point in the history
…pilerThreadsCheck.java

Backport-of: 1c5de8b86b038f5d5c313c504a8868e36fc80bde
  • Loading branch information
GoeLin committed Jun 27, 2023
1 parent dccbde7 commit 79d0185
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -46,11 +46,6 @@ public static void main(String[] args) throws Exception {

String expectedOutput = "outside the allowed range";
out.shouldContain(expectedOutput);

if (Platform.isZero()) {
String expectedLowWaterMarkText = "must be at least 0";
out.shouldContain(expectedLowWaterMarkText);
}
}

}

1 comment on commit 79d0185

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.