RFR: 8254711: Add java.security.Provider.getService JFR Event

Sean Coffey coffeys at openjdk.org
Mon Sep 19 15:45:51 UTC 2022


On Mon, 19 Sep 2022 15:27:05 GMT, Sean Coffey <coffeys at openjdk.org> wrote:

>> src/jdk.jfr/share/classes/jdk/jfr/internal/instrument/JDKEvents.java line 32:
>> 
>>> 30: 
>>> 31: import jdk.jfr.Event;
>>> 32: import jdk.jfr.events.*;
>> 
>> Hello Sean, rest of the changes look fine to me, except this one. Was this an intentional change to use `*` import instead of the explicit ones?
>
> This was formatted via IDE. Seems like you've a preference to use the more verbose import style. I'll revert this change.

Thanks for pointing out that test issue also. I missed it. I'll push a minor edit to correct.

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

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



More information about the security-dev mailing list