Code update for 8014319: Faster division of large integers

Brian Burkhalter brian.burkhalter at oracle.com
Wed Jul 3 00:21:06 UTC 2013


Hi Tim,

On Jul 2, 2013, at 3:31 PM, Tim Buktu wrote:

>> That would be helpful if you don't mind. Note that this changeset
>> modifying BigInteger
>> 
>> http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c8cf01de8fa8
>> 
>> was just applied today.
> The latest files for phase 3 are up at
> 
> https://gist.github.com/tbuktu/1576025/raw/f93093a412eac86d8d81e03b8b9135eb827f2a84/BigInteger.java.phase3
> 
> https://gist.github.com/tbuktu/1576025/raw/237f2687b9a6cb49ab17ddffd77412b2e8bbc518/MutableBigInteger.java.phase3
> 
> https://gist.github.com/tbuktu/1576025/raw/4c3faad4cdebffbd77485482a1e61c9a7a475060/BigIntegerTest.java.phase3

Great!

>>> Also, would it be okay to do a s/Reminder/Remainder/g on
>>> MutableBigInteger.java and include it in 8014319?
>> 
>> That's already been done in the phase{3,4} patched provided by Alan:
>> 
>> http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-May/016783.html
>> 
> The MutableBigInteger.java.* files I extracted from BigIntegerPatch.zip
> still say "reminder". Maybe I have an older version of the .zip file.
> Anyway, I fixed it in the files linked above.

Now I recall that I changed that myself after Alan pointed it out.

Thanks,

Brian


More information about the core-libs-dev mailing list