hg: jdk/jdk: 8185525: Add JFR event for DictionarySizes
gerard.ziemski at oracle.com
gerard.ziemski at oracle.com
Wed May 8 16:12:53 UTC 2019
Changeset: 865ec913f916
Author: gziemski
Date: 2019-05-08 11:11 -0500
URL: http://hg.openjdk.java.net/jdk/jdk/rev/865ec913f916
8185525: Add JFR event for DictionarySizes
Summary: Added TableStatistics event
Reviewed-by: egahlin, coleenp
! src/hotspot/share/classfile/classLoaderDataGraph.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.hpp
! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/stringTable.hpp
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/classfile/symbolTable.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/jfr/metadata/metadata.xml
! src/hotspot/share/jfr/periodic/jfrPeriodic.cpp
! src/hotspot/share/memory/allocation.hpp
! src/hotspot/share/utilities/concurrentHashTable.hpp
! src/hotspot/share/utilities/concurrentHashTable.inline.hpp
! src/hotspot/share/utilities/hashtable.cpp
! src/hotspot/share/utilities/hashtable.hpp
! src/hotspot/share/utilities/hashtable.inline.hpp
+ src/hotspot/share/utilities/tableStatistics.cpp
+ src/hotspot/share/utilities/tableStatistics.hpp
! src/jdk.jfr/share/conf/jfr/default.jfc
! src/jdk.jfr/share/conf/jfr/profile.jfc
+ test/jdk/jdk/jfr/event/runtime/TestTableStatisticsEvent.java
! test/lib/jdk/test/lib/jfr/EventNames.java
More information about the jdk-changes
mailing list