hotspot/src/share/vm/classfile/dictionary.cpp
changeset 31592 43f48e165466
parent 27618 790a8bf5488b
child 33148 68fa8b6c4340
equal deleted inserted replaced
31401:1514c0a798d2 31592:43f48e165466
   555     }
   555     }
   556   }
   556   }
   557 }
   557 }
   558 
   558 
   559 void ProtectionDomainCacheEntry::print() {
   559 void ProtectionDomainCacheEntry::print() {
   560   tty->print_cr("entry "PTR_FORMAT" value "PTR_FORMAT" strongly_reachable %d next "PTR_FORMAT,
   560   tty->print_cr("entry " PTR_FORMAT " value " PTR_FORMAT " strongly_reachable %d next " PTR_FORMAT,
   561                 this, (void*)literal(), _strongly_reachable, next());
   561                 this, (void*)literal(), _strongly_reachable, next());
   562 }
   562 }
   563 #endif
   563 #endif
   564 
   564 
   565 void ProtectionDomainCacheTable::verify() {
   565 void ProtectionDomainCacheTable::verify() {