[jdk17u-dev] RFR: 8292177: InitialSecurityProperty JFR event [v3]
Matthias Baesken
mbaesken at openjdk.org
Wed Jan 4 08:31:55 UTC 2023
On Mon, 2 Jan 2023 20:04:07 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
>> 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. The pull request contains three additional commits since the last revision:
>
> - Merge branch 'master' into goetz_backport_8292177
> - Backport 8c40b7dc8cd7b6a6d0c9349b991e0e01b69349c3
> - Backport 1f9ff413126fb68e07b8fc1f36dd3cb17093a484
LGTM;
probably the related release note should mention 17.0.X after this gets pushed.
-------------
Marked as reviewed by mbaesken (Reviewer).
PR: https://git.openjdk.org/jdk17u-dev/pull/1004
More information about the jdk-updates-dev
mailing list