RFR: 8281946: VM.native_memory should report size of shareable memory [v2]

Matias Saavedra Silva matsaave at openjdk.org
Mon Dec 5 17:21:18 UTC 2022


On Sat, 3 Dec 2022 08:59:26 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> Matias Saavedra Silva has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Assert should now pass on windows
>
> test/hotspot/jtreg/runtime/NMT/SummarySanityCheck.java line 100:
> 
>> 98:           }
>> 99:           // Make sure readonly is always less or equals
>> 100:           if (typeShared > typeReserved) {
> 
> Shouldn't this be committed, not reserved? Shareable data should be committed, right?

I believe you are correct!

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

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


More information about the hotspot-runtime-dev mailing list