On Tue, 28 Jan 2025 14:49:45 GMT, Shaojin Wen <s...@openjdk.org> wrote:
> Expand DIGITS length to 128 and eliminate array bounds checking by using & > 0x7F when accessing DIGITS This pull request has now been integrated. Changeset: f98d9a33 Author: Shaojin Wen <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f98d9a330128302207fb66dfa2555885ad93135f Stats: 4 lines in 1 file changed: 0 ins; 0 del; 4 mod 8348870: Eliminate array bound checks in DecimalDigits Reviewed-by: liach, rgiulietti ------------- PR: https://git.openjdk.org/jdk/pull/23335