comparison src/share/vm/opto/c2_globals.hpp @ 17511:2185d483f5f8

8032566: Crash in JIT when running Scala compiler (and compiling Scala std lib) Summary: Switch off EliminateAutoBox flag by default in jdk8 release. Reviewed-by: iveresov
author kvn
date Mon, 27 Jan 2014 10:20:51 -0800
parents 9949533a8623
children 89152779163c 51e1bb81df86 f040cf9fc9c0
comparison
equal deleted inserted replaced
17510:7e412f95e310 17511:2185d483f5f8
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 \