RFR: 8358556: Assert when running with -XX:-UseLibmIntrinsic [v5]
Mohamed Issa
duke at openjdk.org
Mon Jun 9 20:42:55 UTC 2025
> 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
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/25680/files
- new: https://git.openjdk.org/jdk/pull/25680/files/b887243c..aff9ca09
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=25680&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=25680&range=03-04
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/25680.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/25680/head:pull/25680
PR: https://git.openjdk.org/jdk/pull/25680
More information about the hotspot-runtime-dev
mailing list