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

Mohamed Issa duke at openjdk.org
Fri Jun 6 23:33:05 UTC 2025


> This change fixes unwanted calls to the cbrt and tanh intrinsics on x86 when they are explicitly disabled by the _-XX:-UseLibmIntrinsic_ or _-XX:-InlineIntrinsics_ flags.

Mohamed Issa has updated the pull request incrementally with one additional commit since the last revision:

  Re-structure logic to avoid reliance on UseLibmIntrinsic flag as others could be used later on

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

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

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

  Stats: 35 lines in 2 files changed: 10 ins; 21 del; 4 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