RFR: 8364280: NMTCommittedVirtualMemoryTracker.test_committed_virtualmemory_region_vm fails with assertion "negative distance" [v2]
Afshin Zafari
azafari at openjdk.org
Mon Aug 11 09:29:10 UTC 2025
On Fri, 8 Aug 2025 09:08:57 GMT, Johan Sjölen <jsjolen at openjdk.org> wrote:
>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>>
>> space added
>
> test/hotspot/gtest/runtime/test_committed_virtualmemory.cpp line 70:
>
>> 68: found_stack_top = true;
>> 69: }
>> 70: if(i_addr < stack_top && i_addr >= cmr.base()) {
>
> Could you add a space between the `if` and opening paren?
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26689#discussion_r2266136226
More information about the hotspot-runtime-dev
mailing list