Integrated: 8349977: JVMCIRuntime::_shared_library_javavm_id should be jlong

Doug Simon dnsimon at openjdk.org
Thu Feb 13 19:38:19 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.

This pull request has now been integrated.

Changeset: a88e2a58
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a88e2a58bf834081db55c2071d072567ea763354
Stats:     7 lines in 3 files changed: 0 ins; 0 del; 7 mod

8349977: JVMCIRuntime::_shared_library_javavm_id should be jlong

Reviewed-by: yzheng, never

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

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


More information about the hotspot-compiler-dev mailing list