comparison src/share/vm/opto/c2_globals.hpp @ 550:96964ebdb154

6782232: assert("CreateEx must be first instruction in block" ) Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator. Reviewed-by: never
author kvn
date Wed, 07 Jan 2009 11:04:45 -0800
parents de78b80cedec
children 0fbdb4381b99
comparison
equal deleted inserted replaced
510:1a767c61ad01 550:96964ebdb154
189 "Verify the safety of all iterations of Bi-directional Edges") \ 189 "Verify the safety of all iterations of Bi-directional Edges") \
190 \ 190 \
191 notproduct(bool, VerifyHashTableKeys, true, \ 191 notproduct(bool, VerifyHashTableKeys, true, \
192 "Verify the immutability of keys in the VN hash tables") \ 192 "Verify the immutability of keys in the VN hash tables") \
193 \ 193 \
194 notproduct(bool, VerifyRegisterAllocator , false, \
195 "Verify Register Allocator") \
196 \
194 develop_pd(intx, FLOATPRESSURE, \ 197 develop_pd(intx, FLOATPRESSURE, \
195 "Number of float LRG's that constitute high register pressure") \ 198 "Number of float LRG's that constitute high register pressure") \
196 \ 199 \
197 develop_pd(intx, INTPRESSURE, \ 200 develop_pd(intx, INTPRESSURE, \
198 "Number of integer LRG's that constitute high register pressure") \ 201 "Number of integer LRG's that constitute high register pressure") \