JDK-8346982 : Remove JMX javadoc duplication that was in place due to JDK-6369229
  • Type: Bug
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-01-03
  • Updated: 2025-06-26
  • Resolved: 2025-06-16
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 26
26 b03Fixed
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.


Comments
Changeset: 8416ca31 Branch: master Author: Kevin Walls <kevinw@openjdk.org> Date: 2025-06-16 07:29:24 +0000 URL: https://git.openjdk.org/jdk/commit/8416ca3104d98edad89ed20bdb203a36974f410a
16-06-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/25803 Date: 2025-06-13 14:21:59 +0000
13-06-2025