src/share/vm/opto/c2_globals.hpp

changeset 9817
8c3a44b7ecfc
parent 8504
a96cf90239c6
child 9852
70aa912cebe5
equal deleted inserted replaced
9816:acd345f4f9e5 9817:8c3a44b7ecfc
358 \ 358 \
359 notproduct(ccstr, PrintIdealGraphFile, NULL, \ 359 notproduct(ccstr, PrintIdealGraphFile, NULL, \
360 "File to dump ideal graph to. If set overrides the " \ 360 "File to dump ideal graph to. If set overrides the " \
361 "use of the network") \ 361 "use of the network") \
362 \ 362 \
363 product(bool, UseOldInlining, true, \
364 "Enable the 1.3 inlining strategy") \
365 \
366 product(bool, UseBimorphicInlining, true, \ 363 product(bool, UseBimorphicInlining, true, \
367 "Profiling based inlining for two receivers") \ 364 "Profiling based inlining for two receivers") \
368 \ 365 \
369 product(bool, UseOnlyInlinedBimorphic, true, \ 366 product(bool, UseOnlyInlinedBimorphic, true, \
370 "Don't use BimorphicInlining if can't inline a second method") \ 367 "Don't use BimorphicInlining if can't inline a second method") \

mercurial