RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation
Joe Darcy
darcy at openjdk.org
Wed Jul 16 18:54:38 UTC 2025
On Wed, 16 Jul 2025 04:53:04 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> Add `@Stable` to the static final arrays used in the Java port of FDLIBM.
The methods directly affected by this update are atan, exp, and sin, cos, tan. The sin, cos, and tan method are affected by the updates to KernelRemPio2 and tan is also directly affected by its own updates.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3079890902
More information about the core-libs-dev
mailing list