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

Tobias Holenstein duke at openjdk.java.net
Thu Oct 28 15:23:10 UTC 2021


On Thu, 28 Oct 2021 15:12:28 GMT, Christian Hagedorn <chagedorn at openjdk.org> 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))
>
> Looks good and trivial.

@chhagedorn and @dougxc thanks for the review!

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

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


More information about the hotspot-compiler-dev mailing list