mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
6528013: C1 CTW failure with -XX:+VerifyOops assert(allocates2(pc),"")
Reviewed-by: kvn, iveresov
This commit is contained in:
parent
774ac503d0
commit
3327aeff0c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue