RFR: 8266330: itableMethodEntry::initialize() asserts with archived old classes
Calvin Cheung
ccheung at openjdk.java.net
Mon May 10 16:12:54 UTC 2021
On Sat, 8 May 2021 13:00:22 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> Hi, the concept of 'old' class conflicts with the concept of 'old' methods which were ones that were redefined. I looked at this to see how redefinition could have broken this. One of these should change their name.
> In a future RFE, can you rename is_old_class to has_old_class_version(klass) ?
@coleenp Thanks for your review.
I've filed https://bugs.openjdk.java.net/browse/JDK-8266822 for your suggestion.
-------------
PR: https://git.openjdk.java.net/jdk/pull/3930
More information about the hotspot-runtime-dev
mailing list