src/share/vm/opto/c2_globals.hpp

changeset 9852
70aa912cebe5
parent 8604
04d83ba48607
parent 9817
8c3a44b7ecfc
equal deleted inserted replaced
9809:8486f0c4b7c3 9852:70aa912cebe5
367 \ 367 \
368 notproduct(ccstr, PrintIdealGraphFile, NULL, \ 368 notproduct(ccstr, PrintIdealGraphFile, NULL, \
369 "File to dump ideal graph to. If set overrides the " \ 369 "File to dump ideal graph to. If set overrides the " \
370 "use of the network") \ 370 "use of the network") \
371 \ 371 \
372 product(bool, UseOldInlining, true, \
373 "Enable the 1.3 inlining strategy") \
374 \
375 product(bool, UseBimorphicInlining, true, \ 372 product(bool, UseBimorphicInlining, true, \
376 "Profiling based inlining for two receivers") \ 373 "Profiling based inlining for two receivers") \
377 \ 374 \
378 product(bool, UseOnlyInlinedBimorphic, true, \ 375 product(bool, UseOnlyInlinedBimorphic, true, \
379 "Don't use BimorphicInlining if can't inline a second method") \ 376 "Don't use BimorphicInlining if can't inline a second method") \

mercurial