-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b88
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8142311 | emb-9 | Attila Szegedi | P3 | Resolved | Fixed | team |
Drastically reduce memory footprint of ChainedCallSite by replacing an AtomicReference<LinkedList<GuardedInvocation>> by a volatile Object field that is either a GuardedInvocation or GuardedInvocation[] and using Unsafe to ensure atomic access.
- backported by
-
JDK-8142311 Drastically reduce memory footprint of ChainedCallSite
-
- Resolved
-