6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"")
authornever
Mon, 04 Apr 2011 19:03:35 -0700
changeset 9107 8ac339c8f87f
parent 9104 85edf8ec98b2
child 9108 4b84c6a49f71
6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"") Reviewed-by: kvn, iveresov
hotspot/src/share/vm/c1/c1_LIRAssembler.cpp
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp	Mon Apr 04 12:57:04 2011 -0700
+++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp	Mon Apr 04 19:03:35 2011 -0700
@@ -836,6 +836,9 @@
           _masm->verify_stack_oop(r->reg2stack() * VMRegImpl::stack_slot_size);
         }
       }
+      check_codespace();
+      CHECK_BAILOUT();
+
       s.next();
     }
     VerifyOops = v;