diff -r 1514c0a798d2 -r 43f48e165466 hotspot/src/share/vm/classfile/dictionary.cpp --- a/hotspot/src/share/vm/classfile/dictionary.cpp Wed Jun 24 14:28:30 2015 +0000 +++ b/hotspot/src/share/vm/classfile/dictionary.cpp Wed Jun 24 12:12:25 2015 -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