hotspot/test/gc/arguments/TestHeapFreeRatio.java
changeset 32613 73bec9f941d7
parent 32601 c5df671276bd
child 33144 c56850e328fc
--- a/hotspot/test/gc/arguments/TestHeapFreeRatio.java	Wed Sep 02 11:41:42 2015 -0400
+++ b/hotspot/test/gc/arguments/TestHeapFreeRatio.java	Wed Sep 02 17:49:46 2015 -0700
@@ -72,7 +72,7 @@
       output.shouldHaveExitValue(1);
       break;
     case COMBINATION_INVALID:
-      output.shouldContain("must be less than or equal to MaxHeapFreeRatio");
+      output.shouldContain("must be greater than or equal to MinHeapFreeRatio");
       output.shouldContain("Error");
       output.shouldHaveExitValue(1);
       break;