[jdk21u-dev] RFR: 8333456: CompactNumberFormat integer parsing fails when string has no suffix [v3]
Roland Mesde
duke at openjdk.org
Tue Nov 18 22:19:41 UTC 2025
On Tue, 18 Nov 2025 16:43:59 GMT, Paul Hohensee <phh at openjdk.org> wrote:
> LenientParseTest.java was brought in as part of [JDK-8327640](https://bugs.openjdk.org/browse/JDK-8327640), which was a large patch and required a CSR, thus including it in this PR is unlikely to be approved by the maintainers. I would drop this PR.
>
> If you do want to get this fix done, I'd file a new JBS issue against 21u and write a new test for just this fix.
Removed ```LenientParseTest.java``` and created ```Bug8333456.java``` to contain the specific test.
Ran the test:
(Passed) make test TEST=test/jdk/java/text/Format/NumberFormat/Bug8333456.java
Result attached.
[macos-aarch64-specific-test.log](https://github.com/user-attachments/files/23614707/macos-aarch64-specific-test.log)
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/2468#issuecomment-3549656867
More information about the jdk-updates-dev
mailing list