This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8258414: OldObjectSample events too expensive
Co-authored-by: Florian David <florian.david@datadoghq.com> Reviewed-by: jbachorik
- Loading branch information
Showing
with
111 additions
and 78 deletions.
- +17 −18 src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.cpp
- +2 −3 src/hotspot/share/jfr/leakprofiler/checkpoint/objectSampleCheckpoint.hpp
- +17 −6 src/hotspot/share/jfr/leakprofiler/sampling/objectSampler.cpp
- +1 −2 src/hotspot/share/jfr/recorder/checkpoint/types/traceid/jfrTraceId.hpp
- +5 −4 src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp
- +57 −24 src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.cpp
- +9 −5 src/hotspot/share/jfr/recorder/stacktrace/jfrStackTraceRepository.hpp
- +2 −11 src/hotspot/share/jfr/support/jfrAllocationTracer.cpp
- +1 −5 src/hotspot/share/jfr/support/jfrAllocationTracer.hpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.