--- old/src/hotspot/share/classfile/systemDictionary.hpp 2018-08-29 13:49:57.013944177 -0400 +++ new/src/hotspot/share/classfile/systemDictionary.hpp 2018-08-29 13:49:56.616907306 -0400 @@ -376,6 +376,9 @@ // System loader lock static oop system_loader_lock() { return _system_loader_lock_obj; } + // Protection Domain Table + static ProtectionDomainCacheTable* pd_cache_table() { return _pd_cache_table; } + public: // Sharing support. static void reorder_dictionary_for_sharing() NOT_CDS_RETURN;