6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"")

Reviewed-by: kvn, iveresov
This commit is contained in:
Tom Rodriguez 2011-04-04 19:03:35 -07:00
parent 774ac503d0
commit 3327aeff0c

View File

@ -836,6 +836,9 @@ void LIR_Assembler::verify_oop_map(CodeEmitInfo* info) {
_masm->verify_stack_oop(r->reg2stack() * VMRegImpl::stack_slot_size); _masm->verify_stack_oop(r->reg2stack() * VMRegImpl::stack_slot_size);
} }
} }
check_codespace();
CHECK_BAILOUT();
s.next(); s.next();
} }
VerifyOops = v; VerifyOops = v;