RFR: 8373046: Method::get_c2i_unverified_entry() and get_c2i_no_clinit_check_entry() are missing check for abstract method

Vladimir Kozlov kvn at openjdk.org
Thu Dec 4 00:43:02 UTC 2025


On Wed, 3 Dec 2025 23:55:22 GMT, Dean Long <dlong at openjdk.org> wrote:

> It would be nice to have a test for this. Currently, it looks like calling get_c2i_no_clinit_check_entry with an abstract method is impossible. The same might be true for get_c2i_unverified_entry.

It is good idea. Let's do it as separate RFE.  Currently we restored pre-existing behavior. Let's push it before RDP1 tomorrow.

Let me do quick testing.

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

PR Comment: https://git.openjdk.org/jdk/pull/28645#issuecomment-3609415533


More information about the hotspot-dev mailing list