Withdrawn: 8256640: assert(!m->is_old() || ik()->is_being_redefined()) failed: old methods should not be in vtable
Jie Fu
jiefu at openjdk.java.net
Thu Nov 19 23:56:02 UTC 2020
On Thu, 19 Nov 2020 12:15:05 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> java/lang/instrument/IsModifiableClassAgent.java fails after JDK-8256365.
> The reason is that the newly added assert [1] doesn't consider the case when the super class had been redefined.
>
> Please review it.
>
> Thanks.
> Best regards,
> Jie
>
> [1] https://github.com/openjdk/jdk/blob/master/src/hotspot/share/oops/klassVtable.cpp#L564
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1313
More information about the hotspot-runtime-dev
mailing list