RFR: 8256640: assert(!m->is_old() || ik()->is_being_redefined()) failed: old methods should not be in vtable [v2]
Coleen Phillimore
coleenp at openjdk.java.net
Thu Nov 19 22:44:11 UTC 2020
On Thu, 19 Nov 2020 22:38:02 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Thumbs up.
>
> The archive doesn't have a redefined version. The super class that is in the archive is redefined before the subclass is loaded but the subclass's default_methods point to super class/interface owned default methods.
Thanks for the code reviews.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1323
More information about the hotspot-dev
mailing list