mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
ce74c2fa3c
1751 changed files with 227176 additions and 9534 deletions
|
@ -2384,6 +2384,7 @@ static methodHandle unpack_method_and_appendix(Handle mname,
|
|||
oop appendix = appendix_box->obj_at(0);
|
||||
if (TraceMethodHandles) {
|
||||
#ifndef PRODUCT
|
||||
ttyLocker ttyl;
|
||||
tty->print("Linked method=" INTPTR_FORMAT ": ", p2i(m));
|
||||
m->print();
|
||||
if (appendix != NULL) { tty->print("appendix = "); appendix->print(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue