# HG changeset patch # User Christos Kotselidis # Date 1371576658 -7200 # Node ID 1c77d07322332683a2861c961b7f59fb713a4385 # Parent 72eafe3a1c34b2f0fa8a5dcf4f0fd153c544c6e1 Remove completely UseCompressedOops args diff -r 72eafe3a1c34 -r 1c77d0732233 src/share/vm/runtime/arguments.cpp --- a/src/share/vm/runtime/arguments.cpp Tue Jun 18 19:30:22 2013 +0200 +++ b/src/share/vm/runtime/arguments.cpp Tue Jun 18 19:30:58 2013 +0200 @@ -2097,19 +2097,6 @@ #endif } #ifdef GRAAL - if (UseCompressedOops) { - if (IgnoreUnrecognizedVMOptions) { - warning("UseCompressedOops is disabled, because it is not supported by Graal"); - FLAG_SET_CMDLINE(bool, UseCompressedOops, false); - } else { - status = true; - FLAG_SET_CMDLINE(bool, UseCompressedOops, true); - } - } else { - // This prevents the flag being set to true by set_ergonomics_flags() - FLAG_SET_CMDLINE(bool, UseCompressedOops, false); - } - if (UseCompressedKlassPointers) { if (IgnoreUnrecognizedVMOptions) { warning("UseCompressedKlassPointers is disabled, because it is not supported by Graal");