RFR: 8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported.

Yudi Zheng yzheng at openjdk.org
Mon Jun 17 16:24:44 UTC 2024


Implement `JVMCICompiler::is_intrinsic_supported` by consulting `jdk/vm/ci/runtime/JVMCICompiler.isIntrinsicSupported`. This enables WhiteBox-based tests that depend on the result of this method, e.g., `compiler/codegen/aes/TestAESMain.java`

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

Commit messages:
 - 8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported.

Changes: https://git.openjdk.org/jdk/pull/19753/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19753&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8334399
  Stats: 100 lines in 11 files changed: 91 ins; 0 del; 9 mod
  Patch: https://git.openjdk.org/jdk/pull/19753.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19753/head:pull/19753

PR: https://git.openjdk.org/jdk/pull/19753


More information about the hotspot-compiler-dev mailing list