RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v3]

Chen Liang liach at openjdk.org
Tue Jul 22 15:37:27 UTC 2025


On Thu, 17 Jul 2025 21:40:13 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:
> 
>   Implement review feedback.

Re @turbanoff and @ExE-Boss's style fixes: this code is ported from the c code of fdlibm so it has a lot of irregular styles. I think we might look into updating the implementation to be more Java-ish in the future in another patch.

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

PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3103334062


More information about the core-libs-dev mailing list