comparison src/share/vm/opto/c2_globals.hpp @ 17805:bbfbe9b06038

Merge
author kvn
date Thu, 13 Mar 2014 14:57:01 -0700
parents 752ba2e5f6d0 54436d3b2a91
children 62c54fcc0a35
comparison
equal deleted inserted replaced
17804:fd1b9f02cc91 17805:bbfbe9b06038
355 \ 355 \
356 notproduct(ccstr, PrintIdealGraphFile, NULL, \ 356 notproduct(ccstr, PrintIdealGraphFile, NULL, \
357 "File to dump ideal graph to. If set overrides the " \ 357 "File to dump ideal graph to. If set overrides the " \
358 "use of the network") \ 358 "use of the network") \
359 \ 359 \
360 product(bool, UseOldInlining, true, \
361 "Enable the 1.3 inlining strategy") \
362 \
360 product(bool, UseBimorphicInlining, true, \ 363 product(bool, UseBimorphicInlining, true, \
361 "Profiling based inlining for two receivers") \ 364 "Profiling based inlining for two receivers") \
362 \ 365 \
363 product(bool, UseOnlyInlinedBimorphic, true, \ 366 product(bool, UseOnlyInlinedBimorphic, true, \
364 "Don't use BimorphicInlining if can't inline a second method") \ 367 "Don't use BimorphicInlining if can't inline a second method") \