On Wed, 1 Nov 2023 10:04:04 GMT, Johan Sjölen <jsjo...@openjdk.org> wrote:
>> Thomas Stuefe has updated the pull request incrementally with one additional >> commit since the last revision: >> >> fix various builds > > src/hotspot/share/nmt/memMapPrinter.cpp line 119: > >> 117: assert(_capacity > _count, "Sanity"); >> 118: _ranges[_count].from = from; >> 119: _ranges[_count].to = to; > > Or just `_ranges[_count] = Range{from, to}` ok ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/16301#discussion_r1380031671