--- old/src/share/vm/classfile/dictionary.hpp 2019-09-02 18:07:03.860346200 +0300 +++ new/src/share/vm/classfile/dictionary.hpp 2019-09-02 18:07:02.971207500 +0300 @@ -129,6 +129,7 @@ void reorder_dictionary(); ProtectionDomainCacheEntry* cache_get(oop protection_domain); + ProtectionDomainCacheTable* pd_cache_table() { return _pd_cache_table; } void print(bool details = true); void verify();