comparison src/share/vm/opto/c2_globals.hpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents 45b0159f30f2
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
450 "Print out when locks are eliminated") \ 450 "Print out when locks are eliminated") \
451 \ 451 \
452 product(bool, EliminateAutoBox, true, \ 452 product(bool, EliminateAutoBox, true, \
453 "Control optimizations for autobox elimination") \ 453 "Control optimizations for autobox elimination") \
454 \ 454 \
455 diagnostic(bool, UseImplicitStableValues, true, \ 455 experimental(bool, UseImplicitStableValues, false, \
456 "Mark well-known stable fields as such (e.g. String.value)") \ 456 "Mark well-known stable fields as such (e.g. String.value)") \
457 \ 457 \
458 product(intx, AutoBoxCacheMax, 128, \ 458 product(intx, AutoBoxCacheMax, 128, \
459 "Sets max value cached by the java.lang.Integer autobox cache") \ 459 "Sets max value cached by the java.lang.Integer autobox cache") \
460 \ 460 \
648 "Enables intrinsification of various java.lang.Math functions") \ 648 "Enables intrinsification of various java.lang.Math functions") \
649 \ 649 \
650 experimental(bool, ReplaceInParentMaps, false, \ 650 experimental(bool, ReplaceInParentMaps, false, \
651 "Propagate type improvements in callers of inlinee if possible") \ 651 "Propagate type improvements in callers of inlinee if possible") \
652 \ 652 \
653 product(bool, UseTypeSpeculation, true, \ 653 experimental(bool, UseTypeSpeculation, false, \
654 "Speculatively propagate types from profiles") \ 654 "Speculatively propagate types from profiles") \
655 \ 655 \
656 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \ 656 diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
657 "Carry inline depth of profile point with speculative type " \ 657 "Carry inline depth of profile point with speculative type " \
658 "and give priority to profiling from lower inline depth") \ 658 "and give priority to profiling from lower inline depth") \