On Mon, 3 Oct 2022 10:30:54 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:
> 
>   Check for 0 security events

src/jdk.jfr/share/classes/jdk/jfr/events/InitialSecurityPropertyEvent.java line 
29:

> 27: 
> 28: import jdk.jfr.*;
> 29: import jdk.jfr.internal.MirrorEvent;

Hello Sean, this `MirrorEvent` appears to be an unused import. Furthermore, as 
far as I know, in `core-libs` the `*` wildcard imports aren't typically used. I 
don't know if it's OK to use it here in the `jdk.jfr` module.

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

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

Reply via email to