JDK-6851617 : Remove JSR 255 (JMX API 2.0) from JDK 7
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-06-16
  • Updated: 2012-03-22
  • Resolved: 2011-03-08
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 7
7 b77Fixed
Related Reports
Relates :  
Description
JSR 255 is no longer scheduled for JDK 7.  Since the Reference Implementation is currently part of the JDK 7 repository, it must be removed, and placed in a new public JMX2 project.  See http://weblogs.java.net/blog/emcmanus/archive/2009/06/jsr_255_jmx_api.html

Comments
EVALUATION The JMX 2.0 changes have been removed from JDK 7. A version of JDK 7 that contains them can be found in the Mercurial forest at http://hg.openjdk.java.net/jmx2/jmx2/ The JMX API 2.0 Javadoc can be read at http://hg.openjdk.java.net/jmx2/jmx2/raw-file/tip/javadoc/index.html A jar containing the JMX 2.0 classes is at http://hg.openjdk.java.net/jmx2/jmx2/file/tip/jmx2.jar and can be prefixed to the boot class path of a standard JDK 7 installation, using -Xbootclasspath/p:jmx2.jar
20-04-2011

EVALUATION Need to prepare and apply a massive changeset to make this change.
16-06-2009