RFR: [CSR] 8287376: BigDecimal(String) must allow a larger range for the exponent

2022-06-03 Thread Raffaello Giulietti
Hello,

anybody willing to review this small CSR?
https://bugs.openjdk.java.net/browse/JDK-8287376


Thanks
Raffaello


RFR: [CSR] 8287376: BigDecimal(String) must allow a larger range for the exponent

2022-05-26 Thread Raffaello Giulietti
Currently, BigDecimal(String) requires the exponent part to lie in the 
int range.


This CSR [1] removes this limitation, as it otherwise precludes 
constructing an instance from a string generated by BigDecimal.toString().



Greetings
Raffaello



[1] https://bugs.openjdk.java.net/browse/JDK-8287376