diff -r 8bc68eee47dd -r d873b64009cc hotspot/src/share/vm/classfile/systemDictionary.cpp --- a/hotspot/src/share/vm/classfile/systemDictionary.cpp Tue Jan 26 17:13:18 2016 +0100 +++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp Thu Jan 28 09:49:17 2016 +0100 @@ -2385,6 +2385,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(); }