[jdk21] RFR: 8307526: [JFR] Better handling of tampered JFR repository
Almost clean backport. Only real diff due to changes to JVM class: * `jvm.shouldRotateDisk()` instead of mainline's static `JVM.shouldRotateDisk()` ------------- Commit messages: - Backport 66d2736521611fbe7652356894d046c17d7cf743 Changes: https://git.openjdk.org/jdk21/pull/131/files Webrev: https://webrevs.openjdk.org/?repo=jdk21&pr=131&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8307526 Stats: 144 lines in 8 files changed: 102 ins; 8 del; 34 mod Patch: https://git.openjdk.org/jdk21/pull/131.diff Fetch: git fetch https://git.openjdk.org/jdk21.git pull/131/head:pull/131 PR: https://git.openjdk.org/jdk21/pull/131
On Fri, 14 Jul 2023 22:51:24 GMT, Joakim Nordström <jnordstrom@openjdk.org> wrote:
Almost clean backport. Only real diff due to changes to JVM class: * `jvm.shouldRotateDisk()` instead of mainline's static `JVM.shouldRotateDisk()`
Marked as reviewed by mgronlun (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk21/pull/131#pullrequestreview-1532487225
On Mon, 17 Jul 2023 10:51:31 GMT, Markus Grönlund <mgronlun@openjdk.org> wrote:
Almost clean backport. Only real diff due to changes to JVM class: * `jvm.shouldRotateDisk()` instead of mainline's static `JVM.shouldRotateDisk()`
Marked as reviewed by mgronlun (Reviewer).
Thank you @mgronlun! ------------- PR Comment: https://git.openjdk.org/jdk21/pull/131#issuecomment-1638869357
On Fri, 14 Jul 2023 22:51:24 GMT, Joakim Nordström <jnordstrom@openjdk.org> wrote:
Almost clean backport. Only real diff due to changes to JVM class: * `jvm.shouldRotateDisk()` instead of mainline's static `JVM.shouldRotateDisk()`
This pull request has now been integrated. Changeset: b380d1b3 Author: Joakim Nordström <jnordstrom@openjdk.org> Committer: Markus Grönlund <mgronlun@openjdk.org> URL: https://git.openjdk.org/jdk21/commit/b380d1b3d8b06e450d7465ded105ede856b287e... Stats: 144 lines in 8 files changed: 102 ins; 8 del; 34 mod 8307526: [JFR] Better handling of tampered JFR repository Reviewed-by: mgronlun Backport-of: 66d2736521611fbe7652356894d046c17d7cf743 ------------- PR: https://git.openjdk.org/jdk21/pull/131
participants (2)
-
Joakim Nordström
-
Markus Grönlund