Integrated: 7243: Resolve discrepancy between JDK attributes coming from different JDK versions
Suchita Chaturvedi
schaturvedi at openjdk.org
Fri Jul 22 05:49:50 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.
This pull request has now been integrated.
Changeset: e65b5fe6
Author: Suchita Chaturvedi <schaturvedi at openjdk.org>
URL: https://git.openjdk.org/jmc/commit/e65b5fe601fab4b8417ed23b28971d7061dc5aab
Stats: 15 lines in 1 file changed: 13 ins; 0 del; 2 mod
7243: Resolve discrepancy between JDK attributes coming from different JDK versions
Reviewed-by: clanger, hirt
-------------
PR: https://git.openjdk.org/jmc/pull/411
More information about the jmc-dev
mailing list