[jdk17u-dev] RFR: 8291753: Add JFR event for GC CPU Time

Paul Hohensee phh at openjdk.org
Wed Mar 6 23:26:03 UTC 2024


On Wed, 6 Mar 2024 16:09:37 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this as proposed before in https://github.com/openjdk/jdk17u-dev/pull/1900. Prereq changes are already done.
> 
> The backport has been tested by [releaseing it in SapMachine in 17.0.10](https://github.com/SAP/SapMachine/commit/[1d275fd954aaaa6b1f4623d547e3edff46b97e84](https://github.com/SAP/SapMachine/commit/1d275fd954aaaa6b1f4623d547e3edff46b97e84)). This patch here is identical to the one in SapMachine. It will go to 17.0.12 giving enough time to settle.
> 
> The g1 files needed several trivial resolves due to context differences. Especially variable do_maximum_compaction was renamed to do_maximal_compaction. This appears several times in the context.
> 
> Further trivial resolves in
> src/hotspot/share/gc/serial/defNewGeneration.hpp
> src/hotspot/share/gc/shared/gcTrace.hpp
> src/hotspot/share/gc/shared/genCollectedHeap.cpp
> 
> src/jdk.jfr/share/conf/jfr/profile.jfc
> The whitespace fix is not needed in 17. Omitted.

Marked as reviewed by phh (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk17u-dev/pull/2270#pullrequestreview-1921024576


More information about the jdk-updates-dev mailing list