[jdk17u-dev] Integrated: 8307526: [JFR] Better handling of tampered JFR repository

Goetz Lindenmaier goetz at openjdk.org
Wed Jul 26 13:50:58 UTC 2023


On Mon, 24 Jul 2023 10:04:04 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I had to resolve three files. Two were trivial:
> src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp
> src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
> 
> Here I had to adapt code:
> src/jdk.jfr/share/classes/jdk/jfr/internal/PlatformRecorder.java
> shouldRotateDisc is not static in 17 because "8310661: JFR: Replace JVM.getJVM() with JVM"  is not in 17.
> min_delta comes from RequestEngine because "8302883: JFR: Improve periodic events" is not in 17.

This pull request has now been integrated.

Changeset: aaf47b38
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/aaf47b38d7996cfc65f59bfe7d1f7d767c184913
Stats:     144 lines in 8 files changed: 102 ins; 8 del; 34 mod

8307526: [JFR] Better handling of tampered JFR repository

Reviewed-by: lucy
Backport-of: 66d2736521611fbe7652356894d046c17d7cf743

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1617


More information about the jdk-updates-dev mailing list