On Wed, 30 Apr 2025 13:04:18 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> Seems the currently used ATTRIBUTE_NO_UBSAN does not handle the exclusion of > float divisions by zero. > At least this is the case on AIX. > > (seen in the jtreg test java/lang/Math/PowTests.java ) This pull request has now been integrated. Changeset: 088825ed Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/088825ed889551e6067d46bf77fe4d30a3972da1 Stats: 12 lines in 2 files changed: 6 ins; 0 del; 6 mod 8355979: ATTRIBUTE_NO_UBSAN needs to be extended to handle float divisions by zero on AIX Reviewed-by: jkern, lucy ------------- PR: https://git.openjdk.org/jdk/pull/24963