hotspot/test/gc/arguments/TestHeapFreeRatio.java
changeset 33144 c56850e328fc
parent 32613 73bec9f941d7
child 36851 03e2f4d0a421
--- a/hotspot/test/gc/arguments/TestHeapFreeRatio.java	Thu Oct 08 12:47:17 2015 +0200
+++ b/hotspot/test/gc/arguments/TestHeapFreeRatio.java	Mon Oct 05 14:56:19 2015 -0700
@@ -72,7 +72,7 @@
       output.shouldHaveExitValue(1);
       break;
     case COMBINATION_INVALID:
-      output.shouldContain("must be greater than or equal to MinHeapFreeRatio");
+      output.shouldContain("must be less than or equal to MaxHeapFreeRatio");
       output.shouldContain("Error");
       output.shouldHaveExitValue(1);
       break;