On Tue, 30 Sep 2025 15:35:03 GMT, Johannes Graham <[email protected]> wrote:
> This is a followup to https://github.com/openjdk/jdk/pull/27118, to clean up > resulting unused code. > - remove `getChars`, `isExceptional` and `isNegative` > - remove `ExceptionalBinaryToASCIIBuffer`; throws `IllegalArgumentException` > instead of returning an instance of that.(Caller already asserts > non-exceptional arg) This pull request has now been integrated. Changeset: db6320df Author: Johannes Graham <[email protected]> Committer: Raffaello Giulietti <[email protected]> URL: https://git.openjdk.org/jdk/commit/db6320df980ebe7cf2a1c727970cc937ab549b97 Stats: 160 lines in 1 file changed: 0 ins; 158 del; 2 mod 8368968: FloatingDecimal: Clean up unused code Reviewed-by: rgiulietti ------------- PR: https://git.openjdk.org/jdk/pull/27581
