diff src/share/vm/runtime/arguments.cpp @ 6055:35e504cb49a6

7167625: Adjustments for SE-Embedded build process Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users. Reviewed-by: kvn, dholmes
author collins
date Fri, 11 May 2012 11:30:03 -0700
parents f3a4ee95783b
children cdeda3fd141e
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Sat May 05 10:24:55 2012 -0400
+++ b/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