[jdk17u-dev] RFR: 8292177: InitialSecurityProperty JFR event [v2]
Goetz Lindenmaier
goetz at openjdk.org
Mon Jan 2 12:43:38 UTC 2023
> 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".
Goetz Lindenmaier has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase.
-------------
Changes:
- all: https://git.openjdk.org/jdk17u-dev/pull/1004/files
- new: https://git.openjdk.org/jdk17u-dev/pull/1004/files/6a5ab4a6..6a5ab4a6
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1004&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk17u-dev&pr=1004&range=00-01
Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 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