< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

@@ -374,10 +374,13 @@
   static void oops_do(OopClosure* f);
 
   // 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;
   static void combine_shared_dictionaries();
   static size_t count_bytes_for_buckets();
< prev index next >