mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 09:34:38 +02:00
Merge
This commit is contained in:
commit
8d6035660e
223 changed files with 5079 additions and 2219 deletions
|
@ -1534,6 +1534,13 @@ nmethod *SharedRuntime::generate_native_wrapper(MacroAssembler *masm,
|
|||
thread, rax);
|
||||
}
|
||||
|
||||
// RedefineClasses() tracing support for obsolete method entry
|
||||
if (RC_TRACE_IN_RANGE(0x00001000, 0x00002000)) {
|
||||
__ movoop(rax, JNIHandles::make_local(method()));
|
||||
__ call_VM_leaf(
|
||||
CAST_FROM_FN_PTR(address, SharedRuntime::rc_trace_method_entry),
|
||||
thread, rax);
|
||||
}
|
||||
|
||||
// These are register definitions we need for locking/unlocking
|
||||
const Register swap_reg = rax; // Must use rax, for cmpxchg instruction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue