From 91b63c49f23d5cd7917ad7f7bc91c21d3bf7b564 Mon Sep 17 00:00:00 2001 From: kvn Date: Wed, 7 Jan 2009 11:04:45 -0800 Subject: 6782232: assert("CreateEx must be first instruction in block" ) Summary: Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator. Reviewed-by: never --- src/share/vm/opto/c2_globals.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/share/vm/opto/c2_globals.hpp') diff --git a/src/share/vm/opto/c2_globals.hpp b/src/share/vm/opto/c2_globals.hpp index 844d637e5..3a516ab98 100644 --- a/src/share/vm/opto/c2_globals.hpp +++ b/src/share/vm/opto/c2_globals.hpp @@ -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") \ \ -- cgit v1.2.3