-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b58
-
generic
-
generic
-
Not verified
java.lang.management.LockInfo has a dependency on java.beans.ConstructorProperties
which is undesirable.
LockInfo is annotated with @ConstructorProperties so that a JMX client can access
ThreadMXBean and LockInfo statically rather than via JMX open type and CompositeData
(see javax.management.MXBean spec).
The dependency to java.beans can be removed and add a new static from(CompositeData)
method in LockInfo conforming to the MXBean specification.
which is undesirable.
LockInfo is annotated with @ConstructorProperties so that a JMX client can access
ThreadMXBean and LockInfo statically rather than via JMX open type and CompositeData
(see javax.management.MXBean spec).
The dependency to java.beans can be removed and add a new static from(CompositeData)
method in LockInfo conforming to the MXBean specification.
- relates to
-
JDK-6358247 No way to get all locked monitors and locked synchronizers in one snapshot
-
- Resolved
-
-
JDK-6175517 Standardize a general-purpose MXBean framework
-
- Resolved
-
-
JDK-7198070 Eliminate static dependency from JMX to java.beans.ConstructorProperties
-
- Resolved
-