RFR: 8255721: Remove no-op clean_weak_method_links methods
Tobias Hartmann
thartmann at openjdk.java.net
Mon Nov 2 07:31:56 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.
Looks good.
-------------
Marked as reviewed by thartmann (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/990
More information about the hotspot-compiler-dev
mailing list