Integrated: 8255721: Remove no-op clean_weak_method_links methods
Claes Redestad
redestad at openjdk.java.net
Mon Nov 2 13:31:58 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.
This pull request has now been integrated.
Changeset: 4b775e64
Author: Claes Redestad <redestad at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4b775e64
Stats: 29 lines in 2 files changed: 0 ins; 29 del; 0 mod
8255721: Remove no-op clean_weak_method_links methods
Reviewed-by: kvn, thartmann
-------------
PR: https://git.openjdk.java.net/jdk/pull/990
More information about the hotspot-compiler-dev
mailing list