RFC: JDK-8031043: ClassValue's backing map should have a smaller initial size
John Rose
john.r.rose at oracle.com
Thu Jan 23 15:29:52 PST 2014
On Jan 11, 2014, at 12:36 PM, Charles Oliver Nutter <headius at headius.com> wrote:
> So the number of values attached to a class is trending toward 1.
In that case we should strive to eliminate the overhead of the ClassValueMap and its internal nodes where there is just one CV on a class.
I added a comment to that effect on https://bugs.openjdk.java.net/browse/JDK-8031043
— John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20140123/8bd3cb48/attachment.html
More information about the mlvm-dev
mailing list