diff -r 8528b67f6562 -r 2658d7834c6e hotspot/src/share/vm/classfile/systemDictionary.cpp --- a/hotspot/src/share/vm/classfile/systemDictionary.cpp Fri May 09 08:34:22 2014 -0700 +++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp Fri May 09 16:50:54 2014 -0400 @@ -2269,7 +2269,7 @@ oop appendix = appendix_box->obj_at(0); if (TraceMethodHandles) { #ifndef PRODUCT - tty->print("Linked method="INTPTR_FORMAT": ", m); + tty->print("Linked method=" INTPTR_FORMAT ": ", p2i(m)); m->print(); if (appendix != NULL) { tty->print("appendix = "); appendix->print(); } tty->cr();