From e04d47a81a34aa0f665416ce88765d1a6840545f Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 22 Jun 2023 14:31:12 +0000 Subject: [PATCH] Backport 1c5de8b86b038f5d5c313c504a8868e36fc80bde --- .../jtreg/compiler/startup/NumCompilerThreadsCheck.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java b/test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java index 0491e1c69fd..7f74264f941 100644 --- a/test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java +++ b/test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java @@ -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); - } } }