JDK-8154919 : Remove superfluous jdk.unsupported from tools/launcher/modules/limitmods/LimitModsTest.java
  • Type: Bug
  • Component: core-libs
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-04-22
  • Updated: 2016-04-28
  • Resolved: 2016-04-25
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 b116Fixed
Related Reports
Relates :  
Description
The jdk.unsupported module was added to the LimitModsTest.java test temporally, until the problematic dependency
from the java.logging module on the jdk.unsupported module could be resolved. This is now resolved, see JDK-8153158.

It was an oversight of the changes for JDK-8153158 that this test was not updated to remove the, now superfluous,
dependency the jdk.unsupported module.