src/share/vm/opto/c2_globals.hpp

changeset 985
96964ebdb154
parent 869
de78b80cedec
child 1014
0fbdb4381b99
     1.1 --- a/src/share/vm/opto/c2_globals.hpp	Tue Jan 06 16:10:11 2009 -0800
     1.2 +++ b/src/share/vm/opto/c2_globals.hpp	Wed Jan 07 11:04:45 2009 -0800
     1.3 @@ -191,6 +191,9 @@
     1.4    notproduct(bool, VerifyHashTableKeys, true,                               \
     1.5            "Verify the immutability of keys in the VN hash tables")          \
     1.6                                                                              \
     1.7 +  notproduct(bool, VerifyRegisterAllocator , false,                         \
     1.8 +          "Verify Register Allocator")                                      \
     1.9 +                                                                            \
    1.10    develop_pd(intx, FLOATPRESSURE,                                           \
    1.11            "Number of float LRG's that constitute high register pressure")   \
    1.12                                                                              \

mercurial