RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v2]
Chen Liang
liach at openjdk.org
Thu Jul 17 18:18:48 UTC 2025
On Thu, 17 Jul 2025 17:44:04 GMT, Joe Darcy <darcy at openjdk.org> wrote:
>> Add `@Stable` to the static final arrays used in the Java port of FDLIBM.
>
> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>
> Respond to review feedback and update copyright.
I think local arrays require more structural changes to the code, which might be why this patch did not include that change. However, note as said in #26355, such conversions are meaningful and would potentially allow performance boosts.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3085001065
More information about the core-libs-dev
mailing list