src/share/vm/opto/c2_globals.hpp

changeset 6478
044b28168e20
parent 6472
2b8e28fdf503
child 6487
15120a36272d
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Thu Nov 07 11:47:11 2013 +0100
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Thu Nov 14 19:24:59 2013 -0800
     1.3 @@ -463,6 +463,9 @@
     1.4    experimental(bool, AggressiveUnboxing, false,                             \
     1.5            "Control optimizations for aggressive boxing elimination")        \
     1.6                                                                              \
     1.7 +  develop(bool, TracePostallocExpand, false, "Trace expanding nodes after"  \
     1.8 +          " register allocation.")                                          \
     1.9 +                                                                            \
    1.10    product(bool, DoEscapeAnalysis, true,                                     \
    1.11            "Perform escape analysis")                                        \
    1.12                                                                              \

mercurial