src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/opto/c2_globals.hpp

src/share/vm/opto/c2_globals.hpp

Print this page
rev 6030 : 8035828: Turn on @Stable support in VM
Reviewed-by: ?

*** 450,460 **** "Print out when locks are eliminated") \ \ 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") \ \ --- 450,460 ---- "Print out when locks are eliminated") \ \ 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") \ \
src/share/vm/opto/c2_globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File