RFR: 8323243: JNI invocation of an abstract instance method corrupts the stack [v3]
David Holmes
dholmes at openjdk.org
Thu Jan 11 07:11:57 UTC 2024
> 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.
David Holmes has updated the pull request incrementally with one additional commit since the last revision:
Added direct Java test per Aleksey's request
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17337/files
- new: https://git.openjdk.org/jdk/pull/17337/files/55227532..3d40bc69
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17337&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17337&range=01-02
Stats: 8 lines in 1 file changed: 8 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/17337.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17337/head:pull/17337
PR: https://git.openjdk.org/jdk/pull/17337
More information about the hotspot-runtime-dev
mailing list