< prev index next >

src/share/vm/classfile/dictionary.cpp

Print this page

        

*** 555,565 **** } } } void ProtectionDomainCacheEntry::print() { ! 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() { --- 555,565 ---- } } } void ProtectionDomainCacheEntry::print() { ! 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 >