comparison src/share/vm/opto/c2_globals.hpp @ 570:dca06e7f503d

Merge
author kvn
date Tue, 17 Feb 2009 14:30:24 -0800
parents 96964ebdb154
children 0fbdb4381b99
comparison
equal deleted inserted replaced
549:fe3d7c11b4b7 570:dca06e7f503d
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") \