On Mon, 10 Oct 2022 08:04:28 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
>> 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 33: > >> 31: @Category({"Java Development Kit", "Security"}) >> 32: @Label("Initial Security Property") >> 33: @Name("jdk.InitialSecurityProperty") > > Should we name this to `jdk.InitialSecurityProperties` and the label to > `Initial Security Properties`, to be more accurate? There is one property per event, so it uses the same naming convention as jdk.InitialSystemProperty ------------- PR: https://git.openjdk.org/jdk/pull/10394