RFR: 8255721: Remove no-op clean_weak_method_links methods

Vladimir Kozlov kvn at openjdk.java.net
Mon Nov 2 02:04:54 UTC 2020


On Sun, 1 Nov 2020 23:32:29 GMT, Claes Redestad <redestad at openjdk.org> wrote:

> ProfileData:: and DataLayout::clean_weak_method_links are both virtual but empty methods with no overrides, so removing them and simplifying MethodData::clean_weak_method_links should be a minor clean-up and possibly speed-up redefinition a notch.

Good.

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

Marked as reviewed by kvn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/990


More information about the hotspot-runtime-dev mailing list