JDK-8173782 : javac, javadoc should either allow or warn against .zip file on module source path
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Priority: P4
  • Status: New
  • Resolution: Unresolved
  • Submitted: 2017-02-01
  • Updated: 2017-02-01
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.
Other
tbd_majorUnresolved
Related Reports
Relates :  
Description
javac, javadoc should either allow or warn against .zip file on module source path

The interesting use case is for javadoc, putting JDK src.zip on the module source path.

For motivation, see the comments in JDK-8136503