RFR: JDK-8300042: Improve CPU related JFR events descriptions
Marcus Hirt
hirt at openjdk.org
Tue Jan 17 11:14:16 UTC 2023
On Thu, 12 Jan 2023 15:42:25 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> There are a number of JFR events dealing with CPU related information. Those sometimes miss descriptions or have very limited descriptions, this can be improved.
The inoffical rule has been to not add descriptions that do not add to the understanding of the event type. Like not adding comments when the code is self explanatory. I would argue that, at least, everything before the comma can be removed.
-------------
PR: https://git.openjdk.org/jdk/pull/11969
More information about the hotspot-jfr-dev
mailing list