hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 24424 2658d7834c6e
parent 24352 9ba9e99b1ba7
child 24429 4efc66ee325c
--- 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();