Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2215472 | 8 | Christian Thalinger | P4 | Resolved | Fixed | b08 |
JDK-2214881 | 7u2 | Christian Thalinger | P4 | Closed | Fixed | b08 |
The changes of 7071653 store a context class argument per call site dependency in the dependency stream. This is actually not required since the context class is implicitly available with the first argument; the call site object. Additionally call site dependencies should not depend on the very general super class CallSite but rather its actual class.
- backported by
-
JDK-2215472 JSR 292: don't store context class argument with call site dependencies
- Resolved
-
JDK-2214881 JSR 292: don't store context class argument with call site dependencies
- Closed
- relates to
-
JDK-7071653 JSR 292: call site change notification should be pushed not pulled
- Closed