diff -r 9dccb7f9f656 -r 0961315f4016 hotspot/src/share/vm/classfile/systemDictionary.cpp --- a/hotspot/src/share/vm/classfile/systemDictionary.cpp Fri Dec 18 20:23:26 2015 +0300 +++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp Fri Dec 18 20:23:27 2015 +0300 @@ -2386,6 +2386,7 @@ 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(); }