JDK-8346982 : Remove JMX javadoc duplication that was in place due to JDK-6369229
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2025-01-03
  • Updated: 2025-01-03
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
Two files:

src/java.management/share/classes/javax/management/modelmbean/DescriptorSupport.java
src/java.management/share/classes/javax/management/ImmutableDescriptor.java

..each have two instances of this comment:

     // Note: this Javadoc is copied from javax.management.Descriptor
     //       due to 6369229.
	 
	 
JDK-6369229 is long since resolved, needs checking if the Javadoc can be updated/cleaned and the comment removed.