Integrated: 8323243: JNI invocation of an abstract instance method corrupts the stack

David Holmes dholmes at openjdk.org
Sun Jan 14 22:05:33 UTC 2024


On Wed, 10 Jan 2024 02:08:10 GMT, David Holmes <dholmes at openjdk.org> wrote:

> See JBS for details.
> 
> TL;DR - if an instance method is abstract then JNI front-end should throw AbstractMethodError.
> 
> Testing:
>   - new regression test
>   -  tiers 1-3 (sanity)
> 
> Thanks.

This pull request has now been integrated.

Changeset: 71d9a83d
Author:    David Holmes <dholmes at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/71d9a83dece7eb4bdb6ffdd9caf14a1348045ce0
Stats:     159 lines in 4 files changed: 159 ins; 0 del; 0 mod

8323243: JNI invocation of an abstract instance method corrupts the stack

Reviewed-by: coleenp, shade

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

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


More information about the hotspot-runtime-dev mailing list