mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6990212: JSR 292 JVMTI MethodEnter hook is not called for JSR 292 bootstrap and target methods
Check for single stepping when dispatching invokes from method handles Reviewed-by: coleenp, twisti, kvn, dsamersoff
This commit is contained in:
parent
cf91e8dbca
commit
8acdd5ce55
7 changed files with 139 additions and 40 deletions
|
@ -291,6 +291,10 @@ public:
|
|||
"reference is a MH");
|
||||
}
|
||||
|
||||
// Similar to InterpreterMacroAssembler::jump_from_interpreted.
|
||||
// Takes care of special dispatch from single stepping too.
|
||||
static void jump_from_method_handle(MacroAssembler* _masm, Register method, Register temp);
|
||||
|
||||
static void trace_method_handle(MacroAssembler* _masm, const char* adaptername) PRODUCT_RETURN;
|
||||
|
||||
static Register saved_last_sp_register() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue