mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8185525: Add JFR event for DictionarySizes
Added TableStatistics event Reviewed-by: egahlin, coleenp
This commit is contained in:
parent
c5fc45ee08
commit
d988e67b89
22 changed files with 594 additions and 75 deletions
|
@ -681,6 +681,11 @@ private:
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue