RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation

Joe Darcy darcy at openjdk.org
Thu Jul 17 21:11:48 UTC 2025


On Thu, 17 Jul 2025 18:04:31 GMT, Raffaello Giulietti <rgiulietti at openjdk.org> wrote:

> The arrays at L.2257-2262 could be declared `static` and `@Stable` as well, and moved outside the method.

Right; those were the ones I was referring to when I wrote "Some small refactorings could be used to make a few non-static arrays static." :-)

I wanted to just start with the static final arrays, but I could pull those out too in this PR.

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

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


More information about the core-libs-dev mailing list