RFR: 8329150: Remove CDS support for LatestMethodCache [v5]
Ioi Lam
iklam at openjdk.org
Thu Mar 28 03:43:49 UTC 2024
> 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
Ioi Lam has updated the pull request incrementally with one additional commit since the last revision:
more clean up
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18516/files
- new: https://git.openjdk.org/jdk/pull/18516/files/07191a97..5eb86612
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18516&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18516&range=03-04
Stats: 17 lines in 1 file changed: 2 ins; 4 del; 11 mod
Patch: https://git.openjdk.org/jdk/pull/18516.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/18516/head:pull/18516
PR: https://git.openjdk.org/jdk/pull/18516
More information about the hotspot-runtime-dev
mailing list