comparison src/share/vm/opto/c2_globals.hpp @ 17936:968a17f18337

8042786: Proper fix for 8032566 Summary: Check for overflow cases in range checks and collapse it if we can. Reviewed-by: jrose, iveresov
author kvn
date Fri, 16 May 2014 12:05:14 -0700
parents 248ff38d2950
children 52b4284cb496 411e30e5fbb8
comparison
equal deleted inserted replaced
17935:7384f6a12fc1 17936: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 \