8146697: VM crashes in test Test7005594
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
74e840d64c
commit
90db0f9ad7
@ -1071,6 +1071,9 @@ void InterpreterMacroAssembler::remove_activation(
|
||||
|
||||
NOT_LP64(get_thread(rthread);)
|
||||
|
||||
cmpl(Address(rthread, JavaThread::stack_guard_state_offset()), JavaThread::stack_guard_enabled);
|
||||
jcc(Assembler::equal, no_reserved_zone_enabling);
|
||||
|
||||
cmpptr(rbx, Address(rthread, JavaThread::reserved_stack_activation_offset()));
|
||||
jcc(Assembler::lessEqual, no_reserved_zone_enabling);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user