comparison src/share/vm/opto/c2_globals.hpp @ 7196:2aff40cb4703

7092905: C2: Keep track of the number of dead nodes Summary: keep an (almost) accurate running count of the reachable (live) flow graph nodes. Reviewed-by: kvn, twisti, jrose, vlivanov
author bharadwaj
date Tue, 27 Nov 2012 17:24:15 -0800
parents 006174cfe979
children d092d1b31229
comparison
equal deleted inserted replaced
7195:2cd5e15048e6 7196:2aff40cb4703
113 "Print compiler2 inlining decisions") \ 113 "Print compiler2 inlining decisions") \
114 \ 114 \
115 notproduct(bool, VerifyOpto, false, \ 115 notproduct(bool, VerifyOpto, false, \
116 "Apply more time consuming verification during compilation") \ 116 "Apply more time consuming verification during compilation") \
117 \ 117 \
118 notproduct(bool, VerifyIdealNodeCount, false, \
119 "Verify that tracked dead ideal node count is accurate") \
120 \
121 notproduct(bool, PrintIdealNodeCount, false, \
122 "Print liveness counts of ideal nodes") \
123 \
118 notproduct(bool, VerifyOptoOopOffsets, false, \ 124 notproduct(bool, VerifyOptoOopOffsets, false, \
119 "Check types of base addresses in field references") \ 125 "Check types of base addresses in field references") \
120 \ 126 \
121 develop(bool, IdealizedNumerics, false, \ 127 develop(bool, IdealizedNumerics, false, \
122 "Check performance difference allowing FP " \ 128 "Check performance difference allowing FP " \