RFR: 8318646: Integer#parseInt("") throws empty NumberFormatException message
Raffaello Giulietti
rgiulietti at openjdk.org
Mon Oct 23 18:10:45 UTC 2023
Please review this simple fix to restore the original exception message that existed before [16050](https://github.com/openjdk/jdk/pull/16050).
-------------
Commit messages:
- Merge branch 'master' into 8318646
- 8318646: Integer#parseInt("") throws empty NumberFormatException message
- Appease jcheck.
- JDK-8318476: Add resource consumption note to BigInteger and BigDecimal
Changes: https://git.openjdk.org/jdk/pull/16320/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16320&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8318646
Stats: 56 lines in 4 files changed: 48 ins; 0 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/16320.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/16320/head:pull/16320
PR: https://git.openjdk.org/jdk/pull/16320
More information about the core-libs-dev
mailing list