JDK-8139870 : sun.management.LazyCompositeData.isTypeMatched() fails for composite types with items of ArrayType
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Affected Version: 7,8,9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2015-10-19
  • Updated: 2017-11-29
  • Resolved: 2015-10-20
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 JDK 9 Other
8u141Fixed 9 b89Fixed openjdk7uFixed
Related Reports
Duplicate :  
Relates :  
Description
When a composite type contains an ArrayType item 'isTypeMatched()' method will do item-by-item equals on that item instead of 'backward compatibility check' as it's done for other item types.
Comments
This issue should be part of JDK 8u131. It is a regression, which blocks monitoring of JDK 9 via jconsole or jvisualvm.
25-01-2017