comparison src/share/vm/opto/c2_globals.hpp @ 7212:291ffc492eb6

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Fri, 14 Dec 2012 14:35:13 +0100
parents 2aff40cb4703
children d092d1b31229
comparison
equal deleted inserted replaced
7163:2ed8d74e5984 7212:291ffc492eb6
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 " \