8229845: Decrease memory consumption of BigInteger.toString()

Brian Burkhalter brian.burkhalter at oracle.com
Tue Aug 20 23:30:23 UTC 2019


> On Aug 20, 2019, at 2:58 PM, Claes Redestad <claes.redestad at oracle.com> wrote:
> 
> On 2019-08-20 23:56, Claes Redestad wrote:
>> On 2019-08-20 10:05, Aleksey Shipilev wrote:
>>> 
>>>   *) This might be "static final", while we are at it:
>>> 
>>> 4109     private static String[] zeros = new String[64];
>> Addressed by http://cr.openjdk.java.net/~redestad/8228581/open.00/ <http://cr.openjdk.java.net/~redestad/8228581/open.00/>
> 
> Meant to link the review thread, not the webrev:
> 
> http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-July/061520.html <http://mail.openjdk.java.net/pipermail/core-libs-dev/2019-July/061520.html>
Looks like we have a small collision. ;-)

Thanks,

Brian


More information about the core-libs-dev mailing list