RFR: 8284877: Check type compatibility before looking up method from receiver's vtable [v2]
Yi Yang
yyang at openjdk.org
Mon Jun 19 01:56:20 UTC 2023
On Mon, 19 Jun 2023 00:40:19 GMT, David Holmes <dholmes at openjdk.org> wrote:
> validate_call
This check is exercised when jni_CallStaticVoidMethod is called, while aforementioned case is that JNI wrongly constructs an object and does a normal virtual call and gets correct result.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/8241#issuecomment-1596370386
More information about the hotspot-dev
mailing list