RFR: 8325742: Remove MetaWord usage from MemRegion

Stefan Karlsson stefank at openjdk.org
Tue Feb 13 13:03:13 UTC 2024


There's a MemRegion constructor that takes MetaWord*s arguments. This is left-over from the permgen removal and it isn't used anymore. I propose that we remove it.

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

Commit messages:
 - 8325742: Remove MetaWord usage from MemRegion

Changes: https://git.openjdk.org/jdk/pull/17828/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17828&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8325742
  Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/17828.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17828/head:pull/17828

PR: https://git.openjdk.org/jdk/pull/17828


More information about the hotspot-runtime-dev mailing list