RFR: 8292177: InitialSecurityProperty JFR event [v3]

Erik Gahlin egahlin at openjdk.org
Mon Oct 10 11:31:54 UTC 2022


On Mon, 10 Oct 2022 08:04:28 GMT, Jaikiran Pai <jpai at 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



More information about the security-dev mailing list