Integrated: 8329150: Remove CDS support for LatestMethodCache
Ioi Lam
iklam at openjdk.org
Sat Mar 30 02:20:37 UTC 2024
On Wed, 27 Mar 2024 15:29:05 GMT, Ioi Lam <iklam at openjdk.org> wrote:
> The CDS support for LatestMethodCache has no meaningful performance benefit. I am removing it for simplcity.
>
> I also cleaned up the code a bit
> - No need to put LatestMethodCache in universe.hpp.
> - No need to use TRAPS in the init function
> - No need to malloc the LatestMethodCache objects
This pull request has now been integrated.
Changeset: 37c22791
Author: Ioi Lam <iklam at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/37c2279148fa91627137e3af362bfcffde61acd0
Stats: 164 lines in 2 files changed: 46 ins; 98 del; 20 mod
8329150: Remove CDS support for LatestMethodCache
Reviewed-by: coleenp, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/18516
More information about the hotspot-runtime-dev
mailing list