Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8241361: ZGC: Implement memory related JFR events
Co-authored-by: Per Liden <per.liden@oracle.com> Reviewed-by: pliden, eosterlund
- Loading branch information
Showing
with
226 additions
and 68 deletions.
- +21 −5 src/hotspot/share/gc/z/zPageAllocator.cpp
- +2 −2 src/hotspot/share/gc/z/zPageAllocator.hpp
- +40 −10 src/hotspot/share/gc/z/zRelocationSetSelector.cpp
- +10 −0 src/hotspot/share/gc/z/zRelocationSetSelector.hpp
- +16 −0 src/hotspot/share/gc/z/zRelocationSetSelector.inline.hpp
- +3 −1 src/hotspot/share/gc/z/zStat.cpp
- +18 −16 src/hotspot/share/gc/z/zTracer.cpp
- +1 −4 src/hotspot/share/gc/z/zTracer.hpp
- +1 −7 src/hotspot/share/gc/z/zTracer.inline.hpp
- +45 −8 src/hotspot/share/jfr/metadata/metadata.xml
- +33 −6 src/jdk.jfr/share/conf/jfr/default.jfc
- +36 −9 src/jdk.jfr/share/conf/jfr/profile.jfc
Oops, something went wrong.