comparison src/share/vm/opto/c2_globals.hpp @ 7206:d2f8c38e543d

Merge
author roland
date Fri, 07 Dec 2012 01:09:03 -0800
parents 2aff40cb4703
children d092d1b31229
comparison
equal deleted inserted replaced
7191:816b7e5bf2ed 7206:d2f8c38e543d
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 " \