Integrated: 8337563: NMT: rename MEMFLAGS to MemTag

Gerard Ziemski gziemski at openjdk.org
Tue Sep 17 20:02:18 UTC 2024


On Thu, 5 Sep 2024 16:10:05 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

> 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 function/template 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)

This pull request has now been integrated.

Changeset: eabfc6e4
Author:    Gerard Ziemski <gziemski at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/eabfc6e4d901c53b93a78da740ca376607d9576d
Stats:     1533 lines in 127 files changed: 144 ins; 138 del; 1251 mod

8337563: NMT: rename MEMFLAGS to MemTag

Reviewed-by: dholmes, coleenp, jsjolen

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

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


More information about the serviceability-dev mailing list