comparison src/share/vm/opto/c2_globals.hpp @ 17524:89152779163c

Merge with jdk8-b132
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 15 Oct 2014 11:59:32 +0200
parents 4ca6dc0799b6 2185d483f5f8
children 52b4284cb496
comparison
equal deleted inserted replaced
17450:45b45f902bed 17524:89152779163c
443 "Print per-lock-site statistics of biased locking in JVM") \ 443 "Print per-lock-site statistics of biased locking in JVM") \
444 \ 444 \
445 notproduct(bool, PrintEliminateLocks, false, \ 445 notproduct(bool, PrintEliminateLocks, false, \
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, false, \
449 "Control optimizations for autobox elimination") \ 449 "Control optimizations for autobox elimination") \
450 \ 450 \
451 experimental(bool, UseImplicitStableValues, false, \ 451 experimental(bool, UseImplicitStableValues, false, \
452 "Mark well-known stable fields as such (e.g. String.value)") \ 452 "Mark well-known stable fields as such (e.g. String.value)") \
453 \ 453 \