RFR: 7243: Resolve discrepancy between JDK attributes coming from different JDK versions
Christoph Langer
clanger at openjdk.org
Tue Jul 19 11:58:10 UTC 2022
On Wed, 13 Jul 2022 15:22:54 GMT, Suchita Chaturvedi <schaturvedi at openjdk.org> wrote:
> This PR resolves the issue of thread attribute discrepancy between different JDK versions.
>
> The issue had two parts - first one was already resolved as part of another bug, second part will be fixed as part of this PR.
>
> 1. switchRate attribute in JDK 11 onwards have the content type as frequency but pre JDK 11 the content type was number.
> 2. Pre JDK 9 the attribute name was javalangthread whereas post JDK 9 its thread.
LGTM
-------------
Marked as reviewed by clanger (Committer).
PR: https://git.openjdk.org/jmc/pull/411
More information about the jmc-dev
mailing list