JDK-8156695 : Fix @modules in tests in java/lang/management
  • Type: Bug
  • Component: core-svc
  • Sub-Component: java.lang.management
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-05-10
  • Updated: 2017-08-31
  • Resolved: 2016-05-11
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 9
9 b119Fixed
Related Reports
Relates :  
Description
In the failing tests java.management needs to be replaced with jdk.management in @modules.

Besides the failed tests, some other tests call ManagementFactory.getPlatformMBeanServer(���). Those which are not failing are already declaring dependency on jdk.management, sometimes together with java.management. Declaring java.management in such case is not needed, because java.management is a dependency of jdk.management.