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

Jaikiran Pai jpai at openjdk.org
Fri May 2 14:24:47 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.

If I understand correctly, we are talking about several (primitive) array type fields having a `@Stable` annotation, in a single class, right? So we aren't really talking about levels?
If so, given what `@Stable` is documented to do, I don't think the number of fields annotated as `@Stable` plays any role in the C2 compiler generating the resultant code.

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

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


More information about the core-libs-dev mailing list