Code Review Request, 8152237 Support BigInteger.TWO

Wang Weijun weijun.wang at oracle.com
Wed Mar 23 04:10:19 UTC 2016


Only 3 files touched. Are you going to make the s/BigInteger.valueOf(2)/BigInteger.TWO/ changes in other files with another bug fix?

Thanks
Max

> On Mar 23, 2016, at 11:26 AM, Xuelei Fan <xuelei.fan at oracle.com> wrote:
> 
> Hi,
> 
> Please review the update for the supporting of BigInteger.TWO:
> 
>   http://cr.openjdk.java.net/~xuelei/8152237/webrev/
> 
> BigInteger.valueOf(2) is a common BigInteger value used in binary and cryptography operation calculation.  The BigInteger.TWO is not exported, and hence BigInteger.valueOf(2) is used instead in applications and JDK components.  The export of static BigInteger.TWO can improve performance and simplify existing code.
> 
> Thanks,
> Xuelei




More information about the core-libs-dev mailing list