aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/opto/c2_globals.hpp
diff options
context:
space:
mode:
authorvlivanov <none@none>2014-03-28 10:13:37 -0700
committervlivanov <none@none>2014-03-28 10:13:37 -0700
commit8ee47e600dae0723782d3bdcd78300a5ed5864c7 (patch)
tree10d78c83e64b18b52a8d772a35ea0db3d052e6f9 /src/share/vm/opto/c2_globals.hpp
parentb9d6a3d73dd74e661f065c3ad21a2c514fc3844b (diff)
8035828: Turn on @Stable support in VM
Reviewed-by: jrose, twisti
Diffstat (limited to 'src/share/vm/opto/c2_globals.hpp')
-rw-r--r--src/share/vm/opto/c2_globals.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/vm/opto/c2_globals.hpp b/src/share/vm/opto/c2_globals.hpp
index eb6045775..e9c55b720 100644
--- a/src/share/vm/opto/c2_globals.hpp
+++ b/src/share/vm/opto/c2_globals.hpp
@@ -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, \