src/share/vm/runtime/arguments.cpp

changeset 3758
35e504cb49a6
parent 3721
f3a4ee95783b
child 3768
cdeda3fd141e
     1.1 --- a/src/share/vm/runtime/arguments.cpp	Sat May 05 10:24:55 2012 -0400
     1.2 +++ b/src/share/vm/runtime/arguments.cpp	Fri May 11 11:30:03 2012 -0700
     1.3 @@ -3039,7 +3039,7 @@
     1.4      return result;
     1.5    }
     1.6  
     1.7 -#ifdef JAVASE_EMBEDDED
     1.8 +#if (defined JAVASE_EMBEDDED || defined ARM)
     1.9    UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
    1.10  #endif
    1.11  

mercurial