< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

@@ -679,8 +679,13 @@
 private:
   static oop  _java_system_loader;
   static oop  _java_platform_loader;
 
   static bool _has_checkPackageAccess;
+
+public:
+  static TableStatistics placeholders_statistics();
+  static TableStatistics loader_constraints_statistics();
+  static TableStatistics protection_domain_cache_statistics();
 };
 
 #endif // SHARE_CLASSFILE_SYSTEMDICTIONARY_HPP
< prev index next >