JDK-8150092 : Named module see the -classpath/unnamed module during the compilation
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 9-repo-jigsaw
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-02-17
  • Updated: 2016-02-17
  • Resolved: 2016-02-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-repo-jigsawFixed
Related Reports
Relates :  
Description
When compiling a name module, and specifying -classpath as well, the classes from the named module can incorrectly refer to the type in -classpath.
Comments
Fixed: http://hg.openjdk.java.net/jigsaw/jake/langtools/rev/1da86e0c5315 http://hg.openjdk.java.net/jigsaw/jake/jdk/rev/bb550b381d37
17-02-2016