diff src/share/vm/opto/c2_globals.hpp @ 17820:248ff38d2950

8035828: Turn on @Stable support in VM Reviewed-by: jrose, twisti
author vlivanov
date Fri, 28 Mar 2014 10:13:37 -0700
parents 62c54fcc0a35
children 968a17f18337
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Fri Mar 28 10:12:48 2014 -0700
+++ b/src/share/vm/opto/c2_globals.hpp	Fri Mar 28 10:13:37 2014 -0700
@@ -458,7 +458,7 @@
   product(bool, EliminateAutoBox, false,                                    \
           "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,                                       \