RFR: 8323243: JNI invocation of an abstract instance method corrupts the stack [v2]
David Holmes
dholmes at openjdk.org
Wed Jan 10 22:03: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:
Test updates per Coleen's comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17337/files
- new: https://git.openjdk.org/jdk/pull/17337/files/284d0e1b..55227532
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17337&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17337&range=00-01
Stats: 6 lines in 2 files changed: 1 ins; 0 del; 5 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