[jdk17u-dev] RFR: 8307526: [JFR] Better handling of tampered JFR repository
Goetz Lindenmaier
goetz at openjdk.org
Wed Jul 26 13:50:57 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.
Tankstelle for the Review.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1617#issuecomment-1651845509
More information about the jdk-updates-dev
mailing list