We have enum named MEMFLAGS to hold NMT flag type. I think the name should be singular as it can only hold one type and plural seems to imply that more than one type can be used.
The all capitals name seems not consistent with rest of hotspot, usually they are named OneTwo for 2 word names, not ONETWO.
After a lively long discussion, we have arrived at MemTag
It will touch quite a few files, but is a simple renaming operation with low risk.
The all capitals name seems not consistent with rest of hotspot, usually they are named OneTwo for 2 word names, not ONETWO.
After a lively long discussion, we have arrived at MemTag
It will touch quite a few files, but is a simple renaming operation with low risk.
- blocks
-
JDK-8255414 Ensure OS functions always report to NMT
- In Progress
- links to
-
Commit(master) openjdk/jdk/eabfc6e4
-
Review(master) openjdk/jdk/20472
-
Review(master) openjdk/jdk/20497
-
Review(master) openjdk/jdk/20872