On Mon, 11 May 2026 16:00:48 GMT, Robert Toyonaga <[email protected]> wrote:
> The name is misleading, it actually is meant to find live pages not just > committed pages Neither the mincore man pages nor the Windows the QueryWorkingSetEx talks about "live" pages. I don't think NMT or the rest of the JVM does either. This leads me to think that this terminology might not be the one we want. Also, if I see a call to `os::live_in_range` I don't know what that function is trying to convey. Is there a better name for the property we are looking for? Also, the NMT function that calls `os::live_in_range` is called `RegionIterator::next_committed`, so there's still a naming skew there, I think. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31124#issuecomment-4428100801
