RFR: 7243: Resolve discrepancy between JDK attributes coming from different JDK versions

Marcus Hirt hirt at openjdk.org
Thu Jul 21 10:54:17 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.

Marked as reviewed by hirt (Lead).

-------------

PR: https://git.openjdk.org/jmc/pull/411


More information about the jmc-dev mailing list