mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6968367: can_post_on_exceptions is still using VM_DeoptimizeFrame in some places
Reviewed-by: kvn, twisti
This commit is contained in:
parent
1022ea2299
commit
1d8c677377
11 changed files with 35 additions and 18 deletions
|
@ -216,6 +216,10 @@ class Deoptimization : AllStatic {
|
|||
// Only called from VMDeoptimizeFrame
|
||||
// @argument thread. Thread where stub_frame resides.
|
||||
// @argument id. id of frame that should be deoptimized.
|
||||
static void deoptimize_frame_internal(JavaThread* thread, intptr_t* id);
|
||||
|
||||
// If thread is not the current thread then execute
|
||||
// VM_DeoptimizeFrame otherwise deoptimize directly.
|
||||
static void deoptimize_frame(JavaThread* thread, intptr_t* id);
|
||||
|
||||
// Statistics
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue