[jdk17u-dev] RFR: 8291753: Add JFR event for GC CPU Time
Goetz Lindenmaier
goetz at openjdk.org
Thu Mar 7 09:28:56 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.
GHA failure: Risc-V build issue, unrelated.
This change changes C++ code which would be good to be built in that test build. But the exact same code passed testing in #1900, so it should be fine.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/2270#issuecomment-1983080682
More information about the jdk-updates-dev
mailing list