RFR: 8292177: InitialSecurityProperty JFR event [v3]

Andrey Turbanov aturbanov at openjdk.org
Mon Oct 10 10:17:48 UTC 2022


On Mon, 3 Oct 2022 10:30:54 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:
> 
>   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


More information about the core-libs-dev mailing list