comparison src/share/vm/opto/c2_globals.hpp @ 12190:edb5ab0f3fe5

8001107: @Stable annotation for constant folding of lazily evaluated variables Reviewed-by: rbackman, twisti, kvn Contributed-by: john.r.rose@oracle.com, vladimir.x.ivanov@oracle.com
author vlivanov
date Tue, 10 Sep 2013 14:51:48 -0700
parents bcc4f6f54d83
children 34bd5e86aadb
comparison
equal deleted inserted replaced
12188:cd16d587b0fa 12190:edb5ab0f3fe5
446 "Print out when locks are eliminated") \ 446 "Print out when locks are eliminated") \
447 \ 447 \
448 product(bool, EliminateAutoBox, true, \ 448 product(bool, EliminateAutoBox, true, \
449 "Control optimizations for autobox elimination") \ 449 "Control optimizations for autobox elimination") \
450 \ 450 \
451 experimental(bool, UseImplicitStableValues, false, \
452 "Mark well-known stable fields as such (e.g. String.value)") \
453 \
451 product(intx, AutoBoxCacheMax, 128, \ 454 product(intx, AutoBoxCacheMax, 128, \
452 "Sets max value cached by the java.lang.Integer autobox cache") \ 455 "Sets max value cached by the java.lang.Integer autobox cache") \
453 \ 456 \
454 experimental(bool, AggressiveUnboxing, false, \ 457 experimental(bool, AggressiveUnboxing, false, \
455 "Control optimizations for aggressive boxing elimination") \ 458 "Control optimizations for aggressive boxing elimination") \