hotspot/src/share/vm/c1/c1_LIRAssembler.cpp
changeset 9107 8ac339c8f87f
parent 8107 78e5bd944384
child 9124 f60dee480d49
--- 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;