RFR: 8329150: Remove CDS support for LatestMethodCache [v4]

Ioi Lam iklam at openjdk.org
Wed Mar 27 21:04: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:

  aligned and simplified comments

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/18516/files
  - new: https://git.openjdk.org/jdk/pull/18516/files/422b4ec1..07191a97

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=18516&range=03
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=18516&range=02-03

  Stats: 5 lines in 1 file changed: 0 ins; 0 del; 5 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