hotspot/src/share/vm/runtime/arguments.cpp
changeset 12621 71182ae71b66
parent 12498 961dc4bd60d6
child 12631 56d3f4682b41
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Sat May 05 10:24:55 2012 -0400
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Fri May 11 11:30:03 2012 -0700
@@ -3039,7 +3039,7 @@
     return result;
   }
 
-#ifdef JAVASE_EMBEDDED
+#if (defined JAVASE_EMBEDDED || defined ARM)
   UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
 #endif