diff src/share/vm/runtime/arguments.cpp @ 8504:86b4965f0c9a

-Cleanup code
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Wed, 20 Mar 2013 21:39:24 +0100
parents 9412b1915547
children c3657d00e343
line wrap: on
line diff
--- a/src/share/vm/runtime/arguments.cpp	Wed Mar 20 20:27:30 2013 +0100
+++ b/src/share/vm/runtime/arguments.cpp	Wed Mar 20 21:39:24 2013 +0100
@@ -2064,14 +2064,6 @@
     // 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 {
-    // This prevents the flag being set to true by set_ergonomics_flags()
-  //  FLAG_SET_CMDLINE(bool, UseG1GC, false);
- // }
 
   if (!ScavengeRootsInCode) {
       warning("forcing ScavengeRootsInCode non-zero because Graal is enabled");