< prev index next >

src/share/vm/classfile/dictionary.hpp

Print this page
rev 9056 : 8185525: Add JFR event for DictionarySizes
Summary: Added TableStatistics event
Reviewed-by: egahlin, coleenp

*** 127,136 **** --- 127,137 ---- // Sharing support void reorder_dictionary(); ProtectionDomainCacheEntry* cache_get(oop protection_domain); + ProtectionDomainCacheTable* pd_cache_table() { return _pd_cache_table; } void print(bool details = true); void verify(); };
< prev index next >