RFR: 8292177: InitialSecurityProperty JFR event [v4]
Andrey Turbanov
aturbanov at openjdk.org
Tue Oct 11 08:02:24 UTC 2022
On Mon, 10 Oct 2022 19:23:51 GMT, Sean Coffey <coffeys at openjdk.org> wrote:
>> New JFR event to record state of initial security properties.
>>
>> Debug output is also now added for these properties via -Djava.security.debug=properties
>
> Sean Coffey has updated the pull request incrementally with one additional commit since the last revision:
>
> Address Oct 10 review comments
test/lib/jdk/test/lib/jfr/EventNames.java line 195:
> 193: public final static String X509Certificate = PREFIX + "X509Certificate";
> 194: public final static String X509Validation = PREFIX + "X509Validation";
> 195: public final static String InitialSecurityProperty = PREFIX + "InitialSecurityProperty";
Let's unify order of modifiers in this file. Some fields use `public final static` and some `public static final`
-------------
PR: https://git.openjdk.org/jdk/pull/10394
More information about the core-libs-dev
mailing list