< prev index next >

src/hotspot/share/opto/c2_globals.hpp

Print this page
rev 53705 : 8217383: Obsolete UseImplicitStableValues
Reviewed-by: vlivanov

*** 507,519 **** "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") \ range(0, max_jint) \ \ experimental(bool, AggressiveUnboxing, true, \ --- 507,516 ----
< prev index next >