Refresh - Java 8 RFR 8017540: Improve multi-threaded contention behavior of BigInteger.toString() radix conversion cache

Alan Bateman Alan.Bateman at oracle.com
Mon Jul 1 13:08:04 UTC 2013


On 28/06/2013 19:24, Brian Burkhalter wrote:
> This Request for Review is a refresh of this thread
>
> http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-June/018337.html
>
> pertaining to this issue
>
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8017540
>
> The webrev has been updated in the same location
>
> http://cr.openjdk.java.net/~bpb/8017540/
>
> Basic JTREG sanity testing has been performed.
>
> Thanks,
>
> Brian
This looks to me too and I can sponsor this.

One final thing that crossed my mind is whether we might need insert a 
SoftReference someday so that it can be GC'ed when there is memory 
pressure. It's not needed now but something to thing about.

-Alan



More information about the core-libs-dev mailing list