comparison src/share/vm/opto/c2_globals.hpp @ 17799:752ba2e5f6d0

Merge
author kvn
date Tue, 25 Feb 2014 15:11:18 -0800
parents f040cf9fc9c0 51e1bb81df86
children bbfbe9b06038
comparison
equal deleted inserted replaced
17798:f040cf9fc9c0 17799:752ba2e5f6d0
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 \
363 product(bool, UseBimorphicInlining, true, \ 360 product(bool, UseBimorphicInlining, true, \
364 "Profiling based inlining for two receivers") \ 361 "Profiling based inlining for two receivers") \
365 \ 362 \
366 product(bool, UseOnlyInlinedBimorphic, true, \ 363 product(bool, UseOnlyInlinedBimorphic, true, \
367 "Don't use BimorphicInlining if can't inline a second method") \ 364 "Don't use BimorphicInlining if can't inline a second method") \