On Mon, 19 Sep 2022 15:27:05 GMT, Sean Coffey <coff...@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