Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8206830 | 12 | Igor Veresov | P3 | Resolved | Fixed | team |
JDK-8206607 | 11.0.1 | Igor Veresov | P3 | Resolved | Fixed | b01 |
While the basic access control aspect of JEP-181 (being implemented under JDK-8010319) has no compiler specific parts, part of the change involves the use of invokeinterface, rather than invokespecial, for invoking private interface methods. This requires changes to the interpreter and compilers (C1 and C2 are already handled). In addition this use of invokeinterface requires extensions of the receiver typecheck logic that was put in place by JDK-8174962.
Graal will need to be updated to reflect these changes.
Graal will need to be updated to reflect these changes.
- backported by
-
JDK-8206607 Update Graal for JEP 181 - Nest-based access control
-
- Resolved
-
-
JDK-8206830 Update Graal for JEP 181 - Nest-based access control
-
- Resolved
-
- relates to
-
JDK-8205824 Update Graal
-
- Closed
-
-
JDK-8010319 Implementation of JEP 181: Nest-Based Access Control
-
- Resolved
-