comparison src/share/vm/opto/c2_globals.hpp @ 14384:17ec2d5c43e8

8032490: Remove -XX:+-UseOldInlining Summary: Move the option to obsolete options list, purge the redundant compiler code. Reviewed-by: kvn, jrose
author shade
date Fri, 24 Jan 2014 15:26:56 +0400
parents 9949533a8623
children 45467c53f178 51e1bb81df86 b5761867b097
comparison
equal deleted inserted replaced
14383:5ec7dace41a6 14384:17ec2d5c43e8
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 \
356 product(bool, UseBimorphicInlining, true, \ 353 product(bool, UseBimorphicInlining, true, \
357 "Profiling based inlining for two receivers") \ 354 "Profiling based inlining for two receivers") \
358 \ 355 \
359 product(bool, UseOnlyInlinedBimorphic, true, \ 356 product(bool, UseOnlyInlinedBimorphic, true, \
360 "Don't use BimorphicInlining if can't inline a second method") \ 357 "Don't use BimorphicInlining if can't inline a second method") \