diff src/share/vm/runtime/arguments.cpp @ 8493:9412b1915547

-More G1 WB Integration-Addition of GenerateLEANode for G1 previous value equalities
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Tue, 26 Feb 2013 18:02:06 +0100
parents afa802ff433c
children 86b4965f0c9a
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Mon Feb 25 11:08:06 2013 +0100
+++ b/src/share/vm/runtime/arguments.cpp	Tue Feb 26 18:02:06 2013 +0100
@@ -2064,14 +2064,14 @@
     // This prevents the flag being set to true by set_ergonomics_flags()
     FLAG_SET_CMDLINE(bool, UseCompressedKlassPointers, false);
   }
-  if (UseG1GC) {
-    jio_fprintf(defaultStream::error_stream(),
-                        "G1 is not supported in Graal at the moment\n");
-        status = false;
-  } else {
+  //if (UseG1GC) {
+  //  jio_fprintf(defaultStream::error_stream(),
+  //                      "G1 is not supported in Graal at the moment\n");
+  //      status = false;
+  //} else {
     // This prevents the flag being set to true by set_ergonomics_flags()
-    FLAG_SET_CMDLINE(bool, UseG1GC, false);
-  }
+  //  FLAG_SET_CMDLINE(bool, UseG1GC, false);
+ // }
 
   if (!ScavengeRootsInCode) {
       warning("forcing ScavengeRootsInCode non-zero because Graal is enabled");