From 6c7b9909393ad37b2612cb82a59b271f4df6247a Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Wed, 15 Sep 2021 13:08:12 +0200 Subject: [PATCH] Fix --- .../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 a8d1b279835a7..9761002c051b4 100644 --- a/test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java +++ b/test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java @@ -47,11 +47,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); - } } }