JDK-8169316 : com/sun/net/httpserver tests have undeclared dependency on java.logging
Type:Bug
Component:core-libs
Sub-Component:java.net
Affected Version:9
Priority:P3
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2016-11-07
Updated:2016-11-17
Resolved:2016-11-14
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.
About 20 tests from com/sun/net/httpserver folder failing on compilation with error: package java.util.logging does not exist in case of module limitation by "--limit-modules" command line option. An example of test log attached.