RFR: 8358556: Assert when running with -XX:-UseLibmIntrinsic [v4]

Mohamed Issa duke at openjdk.org
Sat Jun 7 00:57:25 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:

  Add extra check for InlineIntrinscs flag

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25680/files
  - new: https://git.openjdk.org/jdk/pull/25680/files/8dadb41c..b887243c

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25680&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25680&range=02-03

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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