RFR: 8343829: Unify decimal and hexadecimal parsing in FloatingDecimal [v7]
Raffaello Giulietti
rgiulietti at openjdk.org
Fri May 2 14:12:46 UTC 2025
On Fri, 2 May 2025 13:34:02 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:
>> See the JBS bug for some details.
>
> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
>
> Make some static arrays @Stable.
I'm not worried if C2 cannot optimize too many levels of `@Stable` here. The values are used in an unusually long method, so I don't think there are measurable benefits anyway.
In contrast, I would be _much_ concerned if there are real risks of erroneous code being generated.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22737#issuecomment-2847304061
More information about the core-libs-dev
mailing list