Integrated: 8369312: Refactor Float.toHexString() to avoid use of regex
Joe Darcy
darcy at openjdk.org
Tue Oct 14 16:07:16 UTC 2025
On Tue, 14 Oct 2025 01:13:16 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Simple refactoring to avoid use the regular expressions. Existing tests in
>
> java/lang/Double/ToHexString.java
>
> cover the float conversions too.
This pull request has now been integrated.
Changeset: 7ed93cf4
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7ed93cf40ed4fa1ad545dcb1a33b0d4fdabfa277
Stats: 10 lines in 2 files changed: 4 ins; 0 del; 6 mod
8369312: Refactor Float.toHexString() to avoid use of regex
Reviewed-by: rgiulietti
-------------
PR: https://git.openjdk.org/jdk/pull/27780
More information about the core-libs-dev
mailing list