src/share/vm/opto/c2_globals.hpp

changeset 6513
bbfbe9b06038
parent 6507
752ba2e5f6d0
parent 6341
54436d3b2a91
child 6518
62c54fcc0a35
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Mon Mar 10 12:58:02 2014 +0100
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Mar 13 14:57:01 2014 -0700
     1.3 @@ -357,6 +357,9 @@
     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