src/share/vm/opto/c2_globals.hpp

changeset 6679
968a17f18337
parent 6528
248ff38d2950
child 6876
710a3c8b516e
child 7041
411e30e5fbb8
equal deleted inserted replaced
6678:7384f6a12fc1 6679:968a17f18337
453 "Print per-lock-site statistics of rtm locking in JVM") \ 453 "Print per-lock-site statistics of rtm locking in JVM") \
454 \ 454 \
455 notproduct(bool, PrintEliminateLocks, false, \ 455 notproduct(bool, PrintEliminateLocks, false, \
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, true, \
459 "Control optimizations for autobox elimination") \ 459 "Control optimizations for autobox elimination") \
460 \ 460 \
461 diagnostic(bool, UseImplicitStableValues, true, \ 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 \

mercurial