mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8026376: assert(false) failed: DEBUG MESSAGE: exception pc already set
Reviewed-by: kvn
This commit is contained in:
parent
db9a439624
commit
d03157f2cf
1 changed files with 1 additions and 0 deletions
|
@ -3581,6 +3581,7 @@ void SharedRuntime::generate_deopt_blob() {
|
|||
// the pending exception will be picked up the interpreter.
|
||||
__ ld_ptr(G2_thread, in_bytes(JavaThread::exception_oop_offset()), Oexception);
|
||||
__ st_ptr(G0, G2_thread, in_bytes(JavaThread::exception_oop_offset()));
|
||||
__ st_ptr(G0, G2_thread, in_bytes(JavaThread::exception_pc_offset()));
|
||||
__ bind(noException);
|
||||
|
||||
// deallocate the deoptimization frame taking care to preserve the return values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue