[15] RFR: 8239520: ValueRange.of(long, long, long) does not throw IAE on invalid inputs

naoto.sato at oracle.com naoto.sato at oracle.com
Thu Feb 20 22:28:11 UTC 2020


Hi,

Please review the fix to the following issue:

https://bugs.openjdk.java.net/browse/JDK-8239520

The proposed changeset is located at:

https://cr.openjdk.java.net/~naoto/8239520/webrev.00/

This change lets 3-arg ValueRange.of() method thrown an IAE on invalid 
inputs, as well as corrects the method description of 4-arg 
ValueRange.of() method which lacks an IAE condition. I also filed a CSR 
for this change accordingly:

https://bugs.openjdk.java.net/browse/JDK-8239574

Naoto


More information about the core-libs-dev mailing list