hotspot/src/share/vm/opto/c2_globals.hpp
changeset 22873 74aaad871363
parent 22863 6a578e0f65ea
parent 22800 fbb2ab3f06ec
child 22911 ff49c48c887d
equal deleted inserted replaced
22872:b6902ee5bc8d 22873:74aaad871363
   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")    \