--- old/src/share/vm/opto/c2_globals.hpp Mon Dec 8 15:00:34 2008 +++ new/src/share/vm/opto/c2_globals.hpp Mon Dec 8 15:00:32 2008 @@ -191,6 +191,9 @@ notproduct(bool, VerifyHashTableKeys, true, \ "Verify the immutability of keys in the VN hash tables") \ \ + notproduct(bool, VerifyRegisterAllocator , false, \ + "Verify Register Allocator") \ + \ develop_pd(intx, FLOATPRESSURE, \ "Number of float LRG's that constitute high register pressure") \ \