RFR: 8362376: Use @Stable annotation in Java FDLIBM implementation [v3]
Joe Darcy
darcy at openjdk.org
Tue Jul 22 16:37:59 UTC 2025
On Tue, 22 Jul 2025 15:20:24 GMT, Chen Liang <liach at openjdk.org> wrote:
> 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.
I'll address the array declaration syntax in the next commit on the PR. While the current state of Fdlibm.java does show its original C lineage, it has already gone through a few passes of getting it closer to idiomatic Java.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3103741785
More information about the core-libs-dev
mailing list