RFR: 8329150: Remove CDS support for LatestMethodCache [v3]
Ioi Lam
iklam at openjdk.org
Wed Mar 27 20:11:44 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:
Moved methods relocated to LatestMethodCache close to each other
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/18516/files
- new: https://git.openjdk.org/jdk/pull/18516/files/6c04bb24..422b4ec1
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=18516&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=18516&range=01-02
Stats: 58 lines in 1 file changed: 29 ins; 29 del; 0 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