JDK-8166791 : Fix module dependencies for networking component tests
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2016-09-27
  • Updated: 2016-10-14
  • Resolved: 2016-10-05
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 b140Fixed
Related Reports
Relates :  
Description
Below tests has undeclared dependencies on jdk modules.

java/net/httpclient/http2/ErrorTest.java
java/net/httpclient/http2/HpackDriver.java
java/net/httpclient/security/Driver.java
java/net/spi/URLStreamHandlerProvider/Basic.java
sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java

See log example attached.
This issue prevents regression test execution with "--limit-modules java.base" command line options.