hotspot/src/share/vm/runtime/arguments.cpp
changeset 13978 50ecf9f35089
parent 13975 2f7431485cfa
parent 13969 d2a189b83b87
child 14116 103b29e77974
child 14149 9a71c765db78
child 15917 e8b270c49398
--- a/hotspot/src/share/vm/runtime/arguments.cpp	Fri Oct 12 10:49:39 2012 -0700
+++ b/hotspot/src/share/vm/runtime/arguments.cpp	Fri Oct 12 11:31:27 2012 -0700
@@ -1423,10 +1423,9 @@
     FLAG_SET_DEFAULT(UseCompressedKlassPointers, false);
   } else {
     // Turn on UseCompressedKlassPointers too
-    // The compiler is broken for this so turn it on when the compiler is fixed.
-    // if (FLAG_IS_DEFAULT(UseCompressedKlassPointers)) {
-    //   FLAG_SET_ERGO(bool, UseCompressedKlassPointers, true);
-    // }
+    if (FLAG_IS_DEFAULT(UseCompressedKlassPointers)) {
+      FLAG_SET_ERGO(bool, UseCompressedKlassPointers, true);
+    }
     // Set the ClassMetaspaceSize to something that will not need to be
     // expanded, since it cannot be expanded.
     if (UseCompressedKlassPointers && FLAG_IS_DEFAULT(ClassMetaspaceSize)) {