RFR: JDK-8275909: [JVMCI] c2v_readFieldValue use long instead of jlong for the offset parameter

Doug Simon dnsimon at openjdk.java.net
Thu Oct 28 15:18:15 UTC 2021


On Thu, 28 Oct 2021 13:33:55 GMT, Tobias Holenstein <duke at openjdk.java.net> wrote:

> Changed the type of the displacement in from `long` to `jlong` in C2V_VMENTRY_NULL(jobject, readFieldValue, (JNIEnv* env, jobject, jobject object, jobject expected_type, long displacement, jboolean is_volatile, jobject kind_object))

Marked as reviewed by dnsimon (Committer).

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

PR: https://git.openjdk.java.net/jdk/pull/6158


More information about the hotspot-compiler-dev mailing list