--- old/src/share/vm/classfile/dictionary.cpp 2015-05-27 21:54:58.486034044 -0400 +++ new/src/share/vm/classfile/dictionary.cpp 2015-05-27 21:54:57.149958238 -0400 @@ -557,7 +557,7 @@ } void ProtectionDomainCacheEntry::print() { - tty->print_cr("entry "PTR_FORMAT" value "PTR_FORMAT" strongly_reachable %d next "PTR_FORMAT, + tty->print_cr("entry " PTR_FORMAT " value " PTR_FORMAT " strongly_reachable %d next " PTR_FORMAT, this, (void*)literal(), _strongly_reachable, next()); } #endif