RFR: 8343829: Unify decimal and hexadecimal parsing in FloatingDecimal [v7]

Raffaello Giulietti rgiulietti at openjdk.org
Fri May 2 13:48:47 UTC 2025


On Fri, 2 May 2025 13:40:14 GMT, Shaojin Wen <swen at openjdk.org> wrote:

>> Raffaello Giulietti has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Make some static arrays @Stable.
>
> Q_MIN -> E_MIN -> E_MAX -> W -> P Five layers of Stable, I don't know if C2 can work correctly, maybe need to confirm

@wenshao Do you mean that C2 might generate erroneous code (bad situation!), or that it might not take advantage of `@Stable` in optimized code?

-------------

PR Comment: https://git.openjdk.org/jdk/pull/22737#issuecomment-2847252667


More information about the core-libs-dev mailing list