changeset 9124 | f60dee480d49 |
parent 8921 | 14bfe81f2a9d |
parent 9107 | 8ac339c8f87f |
child 10505 | df3cc194efc5 |
--- a/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp Wed Jul 05 17:40:55 2017 +0200 +++ b/hotspot/src/share/vm/c1/c1_LIRAssembler.cpp Sat Apr 09 21:16:12 2011 -0700 @@ -836,6 +836,9 @@ _masm->verify_stack_oop(r->reg2stack() * VMRegImpl::stack_slot_size); } } + check_codespace(); + CHECK_BAILOUT(); + s.next(); } VerifyOops = v;