hotspot/test/gc/arguments/TestMaxHeapSizeTools.java
changeset 28497 a7aecf0ffb6b
parent 22765 cae8833b9e29
child 30604 b8d532cb6420
--- a/hotspot/test/gc/arguments/TestMaxHeapSizeTools.java	Tue Jan 13 12:30:26 2015 +0100
+++ b/hotspot/test/gc/arguments/TestMaxHeapSizeTools.java	Mon Jan 12 14:43:34 2015 -0800
@@ -112,7 +112,7 @@
   }
 
   private static void checkInvalidMinInitialHeapCombinations(String gcflag) throws Exception {
-    expectError(new String[] { gcflag, "-Xms8M", "-XX:InitialHeapSize=4M", "-version" });
+    expectError(new String[] { gcflag, "-Xms64M", "-XX:InitialHeapSize=32M", "-version" });
   }
 
   private static void checkValidMinInitialHeapCombinations(String gcflag) throws Exception {