RFR: 8337563: NMT: rename MEMFLAGS to MemTag [v2]

Gerard Ziemski gziemski at openjdk.org
Mon Sep 9 17:19:50 UTC 2024


> Please review this cleanup, where we rename `MEMFLAGS` to `MemTag`.
> 
> `MEMFLAGS` implies that we can use more than one at the same time, but those are exclusive values, so `MemTag` is a more suitable name.
> 
> This fix also includes a cleanup of all the related parameter names and local variable names.
> 
> Testing is pending...
> 
> Note: there is more history in old closed PRs [https://github.com/openjdk/jdk/pull/20497](https://github.com/openjdk/jdk/pull/20497) and [https://github.com/openjdk/jdk/pull/20472](https://github.com/openjdk/jdk/pull/20472)

Gerard Ziemski has updated the pull request incrementally with one additional commit since the last revision:

  fix incorrect renames, missing type -> mem_tag

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20872/files
  - new: https://git.openjdk.org/jdk/pull/20872/files/983bb6e2..9ae36d57

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20872&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20872&range=00-01

  Stats: 28 lines in 9 files changed: 0 ins; 1 del; 27 mod
  Patch: https://git.openjdk.org/jdk/pull/20872.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20872/head:pull/20872

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


More information about the hotspot-dev mailing list