src/share/vm/opto/c2_globals.hpp

changeset 9817
8c3a44b7ecfc
parent 8504
a96cf90239c6
child 9852
70aa912cebe5
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Tue May 06 09:56:55 2014 -0400
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Jan 16 10:47:16 2020 +0800
     1.3 @@ -360,9 +360,6 @@
     1.4            "File to dump ideal graph to.  If set overrides the "             \
     1.5            "use of the network")                                             \
     1.6                                                                              \
     1.7 -  product(bool, UseOldInlining, true,                                       \
     1.8 -          "Enable the 1.3 inlining strategy")                               \
     1.9 -                                                                            \
    1.10    product(bool, UseBimorphicInlining, true,                                 \
    1.11            "Profiling based inlining for two receivers")                     \
    1.12                                                                              \

mercurial