--- old/hotspot/src/share/vm/opto/c2_globals.hpp 2013-07-27 01:53:46.000000000 +0400 +++ new/hotspot/src/share/vm/opto/c2_globals.hpp 2013-07-27 01:53:45.000000000 +0400 @@ -445,6 +445,9 @@ product(bool, EliminateAutoBox, true, \ "Control optimizations for autobox elimination") \ \ + experimental(bool, UseImplicitStableValues, false, \ + "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") \ \