comparison src/share/vm/opto/c2_globals.hpp @ 17820:248ff38d2950

8035828: Turn on @Stable support in VM Reviewed-by: jrose, twisti
author vlivanov
date Fri, 28 Mar 2014 10:13:37 -0700
parents 62c54fcc0a35
children 968a17f18337
comparison
equal deleted inserted replaced
17819:f47fa50d9b9c 17820:248ff38d2950
456 "Print out when locks are eliminated") \ 456 "Print out when locks are eliminated") \
457 \ 457 \
458 product(bool, EliminateAutoBox, false, \ 458 product(bool, EliminateAutoBox, false, \
459 "Control optimizations for autobox elimination") \ 459 "Control optimizations for autobox elimination") \
460 \ 460 \
461 experimental(bool, UseImplicitStableValues, false, \ 461 diagnostic(bool, UseImplicitStableValues, true, \
462 "Mark well-known stable fields as such (e.g. String.value)") \ 462 "Mark well-known stable fields as such (e.g. String.value)") \
463 \ 463 \
464 product(intx, AutoBoxCacheMax, 128, \ 464 product(intx, AutoBoxCacheMax, 128, \
465 "Sets max value cached by the java.lang.Integer autobox cache") \ 465 "Sets max value cached by the java.lang.Integer autobox cache") \
466 \ 466 \