JDK-8155088 : Fix module dependencies in java/sql/* and javax/* tests
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.sql
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-04-26
  • Updated: 2016-06-13
  • Resolved: 2016-05-17
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 b120Fixed
Related Reports
Blocks :  
Blocks :  
Description
It is necessary to explicitly declare dependencies with @modules in following tests:
java/sql/tests depend on java.sql and java.logging
javax/net/ssl/HttpsURLConnection/Equals.java depends on jdk.httpserver
javax/rmi/ depend on java.rmi and others
javax/xml/bind/ depend on java.xml.bind
javax/xml/ws and javax/xml/soap depend java.xml.ws and others