test/hotspot/jtreg/gc/shenandoah/options/TestThreadCounts.java
changeset 58482 b4c660a75b54
parent 55219 cfd1e298ca33
child 58679 9c3209ff7550
--- a/test/hotspot/jtreg/gc/shenandoah/options/TestThreadCounts.java	Mon Oct 07 16:55:24 2019 +0200
+++ b/test/hotspot/jtreg/gc/shenandoah/options/TestThreadCounts.java	Mon Oct 07 17:12:13 2019 +0200
@@ -61,7 +61,7 @@
             output.shouldHaveExitValue(1);
         } else if (conc > par) {
             output.shouldContain("Shenandoah expects ConcGCThreads <= ParallelGCThreads");
-            output.shouldHaveExitValue(0);
+            output.shouldHaveExitValue(1);
         } else {
             output.shouldNotContain("Shenandoah expects ConcGCThreads <= ParallelGCThreads");
             output.shouldHaveExitValue(0);