-
Enhancement
-
Resolution: Unresolved
-
P3
-
9
The model of the module graph, and the effect of module-related command line options needs to be consistent between javac and the runtime.
Currently, the major known discrepancy is the set of modules visible to the unnamed module (and the related need for -addmods).
We need to allow for some inherent differences between the two worlds, such as -modulesourcepath. (javac only)
General checklist
-XaddExports -XaddReads -addmods -limitmods -listmods etc
Currently, the major known discrepancy is the set of modules visible to the unnamed module (and the related need for -addmods).
We need to allow for some inherent differences between the two worlds, such as -modulesourcepath. (javac only)
General checklist
-XaddExports -XaddReads -addmods -limitmods -listmods etc
- relates to
-
JDK-8140767 Add -XaddReads to javac
- Resolved
-
JDK-8181878 javadoc should support/ignore --add-opens
- Resolved
-
JDK-8167975 align javac --add-* modules options with launcher
- Closed
-
JDK-8144624 need test framework for verifying consistent behavior for javac and runtime
- Open