diff -r cd16d587b0fa -r edb5ab0f3fe5 src/share/vm/opto/c2_globals.hpp --- a/src/share/vm/opto/c2_globals.hpp Mon Sep 09 19:53:28 2013 +0200 +++ b/src/share/vm/opto/c2_globals.hpp Tue Sep 10 14:51:48 2013 -0700 @@ -448,6 +448,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") \ \