JDK-8153737 : Unsupported Module
  • Type: Bug
  • Component: core-libs
  • Affected Version: 9
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2016-04-07
  • Updated: 2017-06-06
  • Resolved: 2016-04-09
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 b114Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
This issue will create a new JDK-specific module named jdk.unsupported. This module will initially contain, and export, the sun.misc package, and will eventually export the sun.reflect package too. This module will be present in full JRE and JDK images.
Comments
It is verified by running the below tests over JDK 9 build 170. test/java/lang/ProcessBuilder test/java/lang/invoke/VMAnonymousClass.java test/javax/net/ssl/ServerName test/javax/security/auth/Subject/SubjectNullTests.java test/sun/misc test/sun/reflect/AnonymousNewInstance/ManyNewInstanceAnonTest.java test/sun/security/pkcs/pkcs8/PKCS8Test.java test/sun/security/pkcs/pkcs9/UnknownAttribute.java test/sun/security/tools/jarsigner/TsacertOptionTest.java test/sun/security/x509/X500Name/NullX500Name.java test/tools/launcher/modules/addexports/AddExportsTest.java test/tools/launcher/modules/limitmods/LimitModsTest.java
06-06-2017