mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8140659: C1: invokedynamic call patching violates JVMS-6.5.invokedynamic
Reviewed-by: roland
This commit is contained in:
parent
a82be01120
commit
7adcd9a503
8 changed files with 23 additions and 16 deletions
|
@ -2386,6 +2386,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