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.
I've filled the problem with name module seeing classpath types under JDK-8150092.
17-02-2016
The issue that I noted on 2016-01-11 seems to be fixed now and the compile fails as expected. Is -XaddReads:<module>=ALL-UNNAMED implemented? I wasn't able to get a test modules with a reference to a type in the unnamed module with this command-line option.
10-02-2016
I did a few experiments with javac today and it seems that if -cp is specified when compiling a module that the module reads ALL-UNNAMED. That is, I can include a reference in my module to a type on the class path. Is this expected?
11-01-2016
JDK-8133881 seems to be tracking adding javac -liimtmods.
09-01-2016
We'll also need the full set of -addmods, -limitmods, and for completeness, -Xbootclasspath/a: