comparison src/share/vm/opto/c2_globals.hpp @ 14665:aed8e1fe80eb

8035828: Turn on @Stable support in VM Reviewed-by: jrose, twisti
author vlivanov
date Tue, 04 Mar 2014 02:20:41 -0800
parents 484a359ff649
children 45b0159f30f2
comparison
equal deleted inserted replaced
14664:1179450ad3ee 14665:aed8e1fe80eb
450 "Print out when locks are eliminated") \ 450 "Print out when locks are eliminated") \
451 \ 451 \
452 product(bool, EliminateAutoBox, true, \ 452 product(bool, EliminateAutoBox, true, \
453 "Control optimizations for autobox elimination") \ 453 "Control optimizations for autobox elimination") \
454 \ 454 \
455 experimental(bool, UseImplicitStableValues, false, \ 455 diagnostic(bool, UseImplicitStableValues, true, \
456 "Mark well-known stable fields as such (e.g. String.value)") \ 456 "Mark well-known stable fields as such (e.g. String.value)") \
457 \ 457 \
458 product(intx, AutoBoxCacheMax, 128, \ 458 product(intx, AutoBoxCacheMax, 128, \
459 "Sets max value cached by the java.lang.Integer autobox cache") \ 459 "Sets max value cached by the java.lang.Integer autobox cache") \
460 \ 460 \