< prev index next >

src/share/vm/classfile/dictionary.cpp

Print this page

        

@@ -555,11 +555,11 @@
     }
   }
 }
 
 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
 
 void ProtectionDomainCacheTable::verify() {
< prev index next >