Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8194623 | 11 | Jonathan Gibbons | P3 | Resolved | Fixed | b01 |
JDK-8194788 | 10.0.1 | Jonathan Gibbons | P3 | Resolved | Fixed | b01 |
module foo { requires static java.base; }
module foo { requires transitive java.base; }
module foo { requires static transitive java.base; }
- backported by
-
JDK-8194623 javac should not compile a module if it requires java.base with modifiers
-
- Resolved
-
-
JDK-8194788 javac should not compile a module if it requires java.base with modifiers
-
- Resolved
-
- relates to
-
JDK-8193625 jck test lang/MOD/mod007/mod00701m2/mod00701m2.html fails
-
- Closed
-
-
JDK-8182734 7.7.1: Forbid modifiers on explicit java.base dependence
-
- Closed
-