mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 23:29:55 +00:00
8264358: Don't create invalid oop in method handle tracing
Reviewed-by: neliasso, thartmann
This commit is contained in:
parent
627ad9fe22
commit
b1ebf82269
@ -444,7 +444,7 @@ void MethodHandles::generate_method_handle_dispatch(MacroAssembler* _masm,
|
||||
|
||||
#ifndef PRODUCT
|
||||
void trace_method_handle_stub(const char* adaptername,
|
||||
oop mh,
|
||||
oopDesc* mh,
|
||||
intptr_t* saved_regs,
|
||||
intptr_t* entry_sp) { }
|
||||
|
||||
|
||||
@ -503,7 +503,7 @@ void MethodHandles::generate_method_handle_dispatch(MacroAssembler* _masm,
|
||||
|
||||
#ifndef PRODUCT
|
||||
void trace_method_handle_stub(const char* adaptername,
|
||||
oop mh,
|
||||
oopDesc* mh,
|
||||
intptr_t* saved_regs,
|
||||
intptr_t* entry_sp) {
|
||||
// called as a leaf from native code: do not block the JVM!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user