-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b80
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8136329 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
JDK-8140987 | 8u91 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
JDK-8136617 | 8u72 | Attila Szegedi | P3 | Closed | Fixed | b01 |
JDK-8147356 | emb-8u91 | Attila Szegedi | P3 | Resolved | Fixed | b01 |
Currently, SharedScopeCall is disabled when doing optimistic compilation. We plan to rectify this (see JDK-8069338), but it is non-trivial. In the meantime, we can partially implement it and go long ways towards reclaiming its performance benefits: enable it during optimistic compilation for those call sites that end up being non-optimistic (that is, their statically proven return type is Object)
- backported by
-
JDK-8136329 SharedScopeCall should be enabled for non-optimistic call sites even with optimistic compilation
-
- Resolved
-
-
JDK-8140987 SharedScopeCall should be enabled for non-optimistic call sites even with optimistic compilation
-
- Resolved
-
-
JDK-8147356 SharedScopeCall should be enabled for non-optimistic call sites even with optimistic compilation
-
- Resolved
-
-
JDK-8136617 SharedScopeCall should be enabled for non-optimistic call sites even with optimistic compilation
-
- Closed
-
- relates to
-
JDK-8069338 Implement sharedScopeCall for optimistic types
-
- Resolved
-