On Mon, 3 Oct 2022 10:30:54 GMT, Sean Coffey <[email protected]> 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:
>
> Check for 0 security events
test/jdk/java/security/Security/ConfigFileTest.java line 132:
> 130: .shouldNotContain(EXPECTED_DEBUG_OUTPUT)
> 131: .shouldNotContain(UNEXPECTED_DEBUG_OUTPUT);
> 132: } else{
let's add one space after `else`
-------------
PR: https://git.openjdk.org/jdk/pull/10394