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:10 UTC 2020
On Thu, 19 Nov 2020 22:37:54 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix comments.
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1323
More information about the hotspot-dev
mailing list