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