Integrated: 8344445: MethodCounters don't need a vptr
Coleen Phillimore
coleenp at openjdk.org
Tue Nov 19 16:15:58 UTC 2024
On Mon, 18 Nov 2024 20:37:45 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
> This is a somewhat trivial change to make MethodCounters inherit from MetaspaceObj so that they don't have any virtual functions (and vptrs). They're just a bunch of ints.
>
> Tested with tier1-4.
This pull request has now been integrated.
Changeset: d4cd27e8
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d4cd27e875ba7d44b0c614d48888340990b94169
Stats: 19 lines in 3 files changed: 3 ins; 7 del; 9 mod
8344445: MethodCounters don't need a vptr
Reviewed-by: kbarrett, dlong
-------------
PR: https://git.openjdk.org/jdk/pull/22220
More information about the hotspot-dev
mailing list