diff src/share/vm/classfile/systemDictionary.cpp @ 18009:f73af4455d7d

Merge
author asaha
date Thu, 29 May 2014 09:56:06 -0700
parents 78bbf4d43a14
children ae92351815b6
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.cpp	Wed May 28 12:07:21 2014 -0700
+++ b/src/share/vm/classfile/systemDictionary.cpp	Thu May 29 09:56:06 2014 -0700
@@ -2268,7 +2268,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();