Integrated: JDK-8275909: [JVMCI] c2v_readFieldValue use long instead of jlong for the offset parameter
Tobias Holenstein
duke at openjdk.java.net
Fri Oct 29 06:20:13 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))
This pull request has now been integrated.
Changeset: e922023e
Author: Tobias Holenstein <tobias.holenstein at oracle.com>
Committer: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/e922023ec9a74e694a8180e678be19bc2720c346
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8275909: [JVMCI] c2v_readFieldValue use long instead of jlong for the offset parameter
Reviewed-by: chagedorn, dnsimon, shade
-------------
PR: https://git.openjdk.java.net/jdk/pull/6158
More information about the hotspot-compiler-dev
mailing list