[jdk17] RFR: 8269768: JFR Terminology Refresh
Igor Ignatyev
iignatyev at openjdk.java.net
Thu Jul 1 19:55:58 UTC 2021
On Thu, 1 Jul 2021 19:23:06 GMT, Mikael Vidstedt <mikael at openjdk.org> wrote:
> In the JFR code, replace archaic/non-inclusive words with more neutral terms.
src/jdk.jfr/share/classes/jdk/jfr/AnnotationElement.java line 378:
> 376: }
> 377:
> 378: // Allow-list of annotation classes that are allowed, even though
I guess we can just say "list" here:
Suggestion:
// List of annotation classes that are allowed, even though
-------------
PR: https://git.openjdk.java.net/jdk17/pull/197
More information about the hotspot-jfr-dev
mailing list