hotspot/src/share/vm/opto/c2_globals.hpp
changeset 23192 f6a1c8866065
parent 22928 b2bb101a9ae3
child 23208 4c37d91b8b09
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Tue Mar 04 02:19:04 2014 -0800
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Tue Mar 04 02:20:41 2014 -0800
@@ -452,7 +452,7 @@
   product(bool, EliminateAutoBox, true,                                     \
           "Control optimizations for autobox elimination")                  \
                                                                             \
-  experimental(bool, UseImplicitStableValues, false,                        \
+  diagnostic(bool, UseImplicitStableValues, true,                           \
           "Mark well-known stable fields as such (e.g. String.value)")      \
                                                                             \
   product(intx, AutoBoxCacheMax, 128,                                       \