< prev index next >

src/hotspot/share/classfile/systemDictionary.hpp

Print this page

        

*** 700,707 **** --- 700,712 ---- 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 >