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