mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
Merge
This commit is contained in:
commit
8d6035660e
223 changed files with 5079 additions and 2219 deletions
|
@ -2642,7 +2642,7 @@ handle_return:
|
|||
// two interpreted frames). We need to save the current arguments in C heap so that
|
||||
// the deoptimized frame when it restarts can copy the arguments to its expression
|
||||
// stack and re-execute the call. We also have to notify deoptimization that this
|
||||
// has occured and to pick the preerved args copy them to the deoptimized frame's
|
||||
// has occurred and to pick the preserved args copy them to the deoptimized frame's
|
||||
// java expression stack. Yuck.
|
||||
//
|
||||
THREAD->popframe_preserve_args(in_ByteSize(METHOD->size_of_parameters() * wordSize),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue