Integrated: 8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported

Yudi Zheng yzheng at openjdk.org
Wed Jun 19 09:07:20 UTC 2024


On Mon, 17 Jun 2024 16:20:09 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:

> 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.

This pull request has now been integrated.

Changeset: 2165a053
Author:    Yudi Zheng <yzheng at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2165a053e8bf56220af8ef1ef50708364f555931
Stats:     100 lines in 11 files changed: 91 ins; 0 del; 9 mod

8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported

Reviewed-by: dnsimon

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

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


More information about the hotspot-compiler-dev mailing list