src/share/vm/classfile/dictionary.cpp

changeset 9327
f96fcd9e1e1b
parent 8497
50e62b688ddc
child 9448
73d689add964
child 9530
9fce84e6f51a
equal deleted inserted replaced
9324:efdbe9b904ad 9327:f96fcd9e1e1b
566 } 566 }
567 } 567 }
568 } 568 }
569 569
570 void ProtectionDomainCacheEntry::print() { 570 void ProtectionDomainCacheEntry::print() {
571 tty->print_cr("entry "PTR_FORMAT" value "PTR_FORMAT" strongly_reachable %d next "PTR_FORMAT, 571 tty->print_cr("entry " PTR_FORMAT " value " PTR_FORMAT " strongly_reachable %d next " PTR_FORMAT,
572 this, (void*)literal(), _strongly_reachable, next()); 572 this, (void*)literal(), _strongly_reachable, next());
573 } 573 }
574 #endif 574 #endif
575 575
576 void ProtectionDomainCacheTable::verify() { 576 void ProtectionDomainCacheTable::verify() {

mercurial