src/hotspot/share/classfile/systemDictionary.hpp
changeset 54764 865ec913f916
parent 54669 ad45b3802d4e
child 54807 33fe50b6d707
--- a/src/hotspot/share/classfile/systemDictionary.hpp	Wed May 08 20:57:12 2019 +0800
+++ b/src/hotspot/share/classfile/systemDictionary.hpp	Wed May 08 11:11:50 2019 -0500
@@ -681,6 +681,11 @@
   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