diff src/share/vm/runtime/globals.hpp @ 11154:02d7aa1456c9

8004872: Early loading of HashMap and StringValue under -XX:+AggressiveOpts can be removed Summary: this fix also removes the -XX:+UseStringCache option Reviewed-by: dholmes, acorn, iklam
author ccheung
date Thu, 18 Jul 2013 14:57:51 -0700
parents ec173c8f3739
children 6b0fd0964b87 8796fd3ac898 94c202aa2646
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Wed Jul 17 13:48:15 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Jul 18 14:57:51 2013 -0700
@@ -2589,9 +2589,6 @@
   product(bool, AggressiveOpts, false,                                      \
           "Enable aggressive optimizations - see arguments.cpp")            \
                                                                             \
-  product(bool, UseStringCache, false,                                      \
-          "Enable String cache capabilities on String.java")                \
-                                                                            \
   /* statistics */                                                          \
   develop(bool, CountCompiledCalls, false,                                  \
           "counts method invocations")                                      \