RFR: 8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported [v2]
Yudi Zheng
yzheng at openjdk.org
Tue Jun 18 15:48:27 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`, on Graal.
Yudi Zheng has updated the pull request incrementally with one additional commit since the last revision:
address comments.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/19753/files
- new: https://git.openjdk.org/jdk/pull/19753/files/83a67dde..770a8f6d
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=19753&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=19753&range=00-01
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 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 graal-dev
mailing list