RFR: 8292177: InitialSecurityProperty JFR event [v3]

Sean Mullan mullan at openjdk.org
Thu Oct 6 17:25:25 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

Marked as reviewed by mullan (Reviewer).

src/java.base/share/classes/jdk/internal/access/JavaSecurityAccess.java line 32:

> 30: import java.security.PrivilegedAction;
> 31: import java.security.ProtectionDomain;
> 32: import java.util.Properties;

Update copyright on this file.

-------------

PR: https://git.openjdk.org/jdk/pull/10394



More information about the security-dev mailing list