mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
Merge
This commit is contained in:
commit
39b0e57fdd
5098 changed files with 176905 additions and 81175 deletions
|
@ -3583,6 +3583,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