RFR: 8349977: JVMCIRuntime::_shared_library_javavm_id should be jlong

Yudi Zheng yzheng at openjdk.org
Thu Feb 13 12:35:15 UTC 2025


On Thu, 13 Feb 2025 09:59:41 GMT, Doug Simon <dnsimon at openjdk.org> wrote:

> The `JVMCIRuntime::_shared_library_javavm_id` field is initialized from a jlong in [libgraal](https://github.com/oracle/graal/blob/d544bbe3fe416d39e9e5b8fc645a67a36a5d7c07/substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jni/functions/JNIInvocationInterface.java#L396-L397) and so it's C++ type in HotSpot should match.

LGTM

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

Marked as reviewed by yzheng (Committer).

PR Review: https://git.openjdk.org/jdk/pull/23610#pullrequestreview-2614845493


More information about the hotspot-compiler-dev mailing list