[jdk17u-dev] RFR: 8292177: InitialSecurityProperty JFR event

Goetz Lindenmaier goetz at openjdk.org
Fri Dec 30 16:31:01 UTC 2022


I backport this for parity with 17.0.7-oracle.

I resolved the following code:

src/java.base/share/classes/module-info.java
Trivial resolve.

src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JDKEvents.java
Resolved imports.

test/lib/jdk/test/lib/jfr/EventNames.java
Does not match because,
for example, later change 8295419: JFR: Change name of jdk.JitRestart  was already backported.

This was tedious to resolve, because the larger part of the
change is a cleanup exchanging "final static" by "static final".
Besides that I spotted the addition of a single new 
line for "InitialSecurityProperty".

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

Depends on: https://git.openjdk.org/jdk17u-dev/pull/996

Commit messages:
 - Backport 8c40b7dc8cd7b6a6d0c9349b991e0e01b69349c3

Changes: https://git.openjdk.org/jdk17u-dev/pull/1004/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1004&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292177
  Stats: 401 lines in 12 files changed: 248 ins; 0 del; 153 mod
  Patch: https://git.openjdk.org/jdk17u-dev/pull/1004.diff
  Fetch: git fetch https://git.openjdk.org/jdk17u-dev pull/1004/head:pull/1004

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


More information about the jdk-updates-dev mailing list