JDK-8166285 : Missing dependencies java.httpclient for tests from java/net pachage
  • 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-19
  • Updated: 2016-09-29
  • Resolved: 2016-09-20
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 b138Fixed
Related Reports
Relates :  
Relates :  
Description
Several regressions tests have undeclared dependencies on java.httpclient and jdk.httpserver modules.

java/net/URLClassLoader/definePackage/SplitPackage.java
java/net/httpclient/HeadersTest1.java
java/net/httpclient/ProxyAuthTest.java
java/net/httpclient/whitebox/Driver.java

This leads tests to fail in case "--limit-modules java/base" execution or in case of usage a minimal JRE.