-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8.0.0
-
Component/s: Mission Control Core
-
generic
-
generic
There is a discrepancy between JDK attributes values coming from different JDK versions and JMC is unable to handle it while exposing core API.
For ex:
- switchRate attribute in JDK 11 onwards have the content type as frequency but pre JDK 11 the content type was number.
- Pre JDK 9 the attribute name was javalangthread whereas post JDK 9 its thread.
Everything works fine on JMC UI but the issue exists while using core APIs.