On Mon, 10 Oct 2022 19:23:51 GMT, Sean Coffey <coff...@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

Reply via email to