src/share/vm/opto/c2_globals.hpp

changeset 6513
bbfbe9b06038
parent 6507
752ba2e5f6d0
parent 6341
54436d3b2a91
child 6518
62c54fcc0a35
equal deleted inserted replaced
6512:fd1b9f02cc91 6513: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") \

mercurial