JDK 9 RFR of JDK-8035279: Clean up internal deprecations in BigInteger

Brian Burkhalter brian.burkhalter at oracle.com
Wed Feb 26 23:58:55 UTC 2014


On Feb 26, 2014, at 3:51 PM, Brian Burkhalter wrote:

>>>   * This could be changed to a more complicated caching method using
>>>   * {@code Future}.
>>>   */
>>>  private static BigInteger getRadixConversionCache(int radix, int exponent) {
>>> 
>> 
>> Not quite sure what that would entail.
> 
> I filed Yet Another Issue to keep track of this.

Forgot the link: https://bugs.openjdk.java.net/browse/JDK-8035908

Brian


More information about the core-libs-dev mailing list