JDK-8344969 : Remove the jmx.mxbean.multiname compatibility property
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2024-11-25
  • Updated: 2024-11-26
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 25
25Unresolved
Related Reports
Relates :  
Description
The System Property "jmx.mxbean.multiname" was added in JDK 7 with:

JDK-6602326: No InstanceAlreadyExistsException for the second registration of an MXBean object under dif. name

That was a long time ago.  This compatibility convenience flag should be removed.

Removing old obscure properties helps simplify the platform.