comparison src/share/vm/opto/c2_globals.hpp @ 17680:b5761867b097

8035585: Restore UseOldInlining in jdk8u Summary: restore the flag Reviewed-by: twisti
author kvn
date Fri, 21 Feb 2014 11:10:15 -0800
parents 1419657ed891
children 54436d3b2a91
comparison
equal deleted inserted replaced
17679:904a9d67dc28 17680:b5761867b097
348 \ 348 \
349 notproduct(ccstr, PrintIdealGraphFile, NULL, \ 349 notproduct(ccstr, PrintIdealGraphFile, NULL, \
350 "File to dump ideal graph to. If set overrides the " \ 350 "File to dump ideal graph to. If set overrides the " \
351 "use of the network") \ 351 "use of the network") \
352 \ 352 \
353 product(bool, UseOldInlining, true, \
354 "Enable the 1.3 inlining strategy") \
355 \
353 product(bool, UseBimorphicInlining, true, \ 356 product(bool, UseBimorphicInlining, true, \
354 "Profiling based inlining for two receivers") \ 357 "Profiling based inlining for two receivers") \
355 \ 358 \
356 product(bool, UseOnlyInlinedBimorphic, true, \ 359 product(bool, UseOnlyInlinedBimorphic, true, \
357 "Don't use BimorphicInlining if can't inline a second method") \ 360 "Don't use BimorphicInlining if can't inline a second method") \