mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6975006: assert(check.is_deoptimized_frame()) failed: missed deopt
Reviewed-by: kvn, twisti
This commit is contained in:
parent
1d736d2851
commit
a96301c84e
5 changed files with 17 additions and 11 deletions
|
@ -174,7 +174,7 @@ class frame VALUE_OBJ_CLASS_SPEC {
|
|||
address sender_pc() const;
|
||||
|
||||
// Support for deoptimization
|
||||
void deoptimize(JavaThread* thread, bool thread_is_known_safe = false);
|
||||
void deoptimize(JavaThread* thread);
|
||||
|
||||
// The frame's original SP, before any extension by an interpreted callee;
|
||||
// used for packing debug info into vframeArray objects and vframeArray lookup.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue