RFR: 8348870: Eliminate array bound checks in DecimalDigits
Raffaello Giulietti
rgiulietti at openjdk.org
Tue Jan 28 21:06:45 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
Marked as reviewed by rgiulietti (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/23335#pullrequestreview-2579409987
More information about the core-libs-dev
mailing list