comparison 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
comparison
equal deleted inserted replaced
8492:286a49d423c9 8493:9412b1915547
2062 status = false; 2062 status = false;
2063 } else { 2063 } else {
2064 // This prevents the flag being set to true by set_ergonomics_flags() 2064 // This prevents the flag being set to true by set_ergonomics_flags()
2065 FLAG_SET_CMDLINE(bool, UseCompressedKlassPointers, false); 2065 FLAG_SET_CMDLINE(bool, UseCompressedKlassPointers, false);
2066 } 2066 }
2067 if (UseG1GC) { 2067 //if (UseG1GC) {
2068 jio_fprintf(defaultStream::error_stream(), 2068 // jio_fprintf(defaultStream::error_stream(),
2069 "G1 is not supported in Graal at the moment\n"); 2069 // "G1 is not supported in Graal at the moment\n");
2070 status = false; 2070 // status = false;
2071 } else { 2071 //} else {
2072 // This prevents the flag being set to true by set_ergonomics_flags() 2072 // This prevents the flag being set to true by set_ergonomics_flags()
2073 FLAG_SET_CMDLINE(bool, UseG1GC, false); 2073 // FLAG_SET_CMDLINE(bool, UseG1GC, false);
2074 } 2074 // }
2075 2075
2076 if (!ScavengeRootsInCode) { 2076 if (!ScavengeRootsInCode) {
2077 warning("forcing ScavengeRootsInCode non-zero because Graal is enabled"); 2077 warning("forcing ScavengeRootsInCode non-zero because Graal is enabled");
2078 ScavengeRootsInCode = 1; 2078 ScavengeRootsInCode = 1;
2079 } 2079 }