src/share/vm/opto/c2_globals.hpp

changeset 4315
2aff40cb4703
parent 4206
006174cfe979
child 4409
d092d1b31229
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Tue Nov 27 12:48:52 2012 -0800
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Tue Nov 27 17:24:15 2012 -0800
     1.3 @@ -115,6 +115,12 @@
     1.4    notproduct(bool, VerifyOpto, false,                                       \
     1.5            "Apply more time consuming verification during compilation")      \
     1.6                                                                              \
     1.7 +  notproduct(bool, VerifyIdealNodeCount, false,                             \
     1.8 +          "Verify that tracked dead ideal node count is accurate")          \
     1.9 +                                                                            \
    1.10 +  notproduct(bool, PrintIdealNodeCount, false,                              \
    1.11 +          "Print liveness counts of ideal nodes")                           \
    1.12 +                                                                            \
    1.13    notproduct(bool, VerifyOptoOopOffsets, false,                             \
    1.14            "Check types of base addresses in field references")              \
    1.15                                                                              \

mercurial