src/hotspot/share/opto/c2_globals.hpp
changeset 53724 70f114974aa7
parent 53624 8b81c509995e
child 54982 b18c8301b8c2
--- a/src/hotspot/share/opto/c2_globals.hpp	Wed Feb 06 16:02:27 2019 +0100
+++ b/src/hotspot/share/opto/c2_globals.hpp	Tue Feb 12 09:00:04 2019 +0100
@@ -509,9 +509,6 @@
   product(bool, EliminateAutoBox, true,                                     \
           "Control optimizations for autobox elimination")                  \
                                                                             \
-  diagnostic(bool, UseImplicitStableValues, true,                           \
-          "Mark well-known stable fields as such (e.g. String.value)")      \
-                                                                            \
   product(intx, AutoBoxCacheMax, 128,                                       \
           "Sets max value cached by the java.lang.Integer autobox cache")   \
           range(0, max_jint)                                                \