-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
9-repo-jigsaw
Create a run-time image that only has java.base and try "java -listmods:java.base". We can see that java.base has qualified exports to modules that don't exist.
We need to consider dropping these qualified exports (link or run time?) so as to avoid the scenario where someone puts modules with these names on the application module path.
We need to consider dropping these qualified exports (link or run time?) so as to avoid the scenario where someone puts modules with these names on the application module path.
- relates to
-
JDK-8144140 javac should not fail if there is a dependency with a qualified export to a module that does not exist
-
- Closed
-