RFR: 8358556: Assert when running with -XX:-UseLibmIntrinsic [v5]
Sandhya Viswanathan
sviswanathan at openjdk.org
Mon Jun 9 20:49:32 UTC 2025
On Mon, 9 Jun 2025 20:42:55 GMT, Mohamed Issa <duke at openjdk.org> wrote:
>> This change fixes unwanted calls to the cbrt and tanh intrinsics on x86 when they are explicitly disabled by flags such as _-XX:-UseLibmIntrinsic_ or _-XX:-InlineIntrinsics_.
>
> Mohamed Issa has updated the pull request incrementally with one additional commit since the last revision:
>
> Include check for UseLibmIntrinsic flag but restrict to x86 platforms
Looks good to me.
-------------
Marked as reviewed by sviswanathan (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/25680#pullrequestreview-2911328752
More information about the hotspot-runtime-dev
mailing list