src/hotspot/share/classfile/systemDictionary.hpp
changeset 54764 865ec913f916
parent 54669 ad45b3802d4e
child 54807 33fe50b6d707
equal deleted inserted replaced
54763:2584e5772546 54764:865ec913f916
   679 private:
   679 private:
   680   static oop  _java_system_loader;
   680   static oop  _java_system_loader;
   681   static oop  _java_platform_loader;
   681   static oop  _java_platform_loader;
   682 
   682 
   683   static bool _has_checkPackageAccess;
   683   static bool _has_checkPackageAccess;
       
   684 
       
   685 public:
       
   686   static TableStatistics placeholders_statistics();
       
   687   static TableStatistics loader_constraints_statistics();
       
   688   static TableStatistics protection_domain_cache_statistics();
   684 };
   689 };
   685 
   690 
   686 #endif // SHARE_CLASSFILE_SYSTEMDICTIONARY_HPP
   691 #endif // SHARE_CLASSFILE_SYSTEMDICTIONARY_HPP