-
Task
-
Resolution: Fixed
-
P3
-
9-repo-jigsaw
Currently java.base is a loose module, it reads all unnamed modules.
We should re-examine this to see if this is really necessary. It will likely mean updating several places in java.base to add necessary read edges.
More generally, we should decide whether to drop loose-ness. Currently it's possible for a module to make itself loose by calling addReads(null) and it would be nice to get rid of that.
- is blocked by
-
CODETOOLS-7901619 jtreg needs to run whitebox TestNG tests with -XaddReads:$MODULE=ALL-UNNAMED
-
- Resolved
-
- relates to
-
JDK-8146337 Create translet modules in a Layer
-
- Resolved
-