Integrated: 8348870: Eliminate array bound checks in DecimalDigits

Shaojin Wen swen at openjdk.org
Wed Jan 29 13:09:49 UTC 2025


On Tue, 28 Jan 2025 14:49:45 GMT, Shaojin Wen <swen at 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 <swen at 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


More information about the core-libs-dev mailing list