RFR: 8351334: [ubsan] memoryReserver.cpp:552:60: runtime error: applying non-zero offset 1073741824 to null pointer [v7]

Afshin Zafari azafari at openjdk.org
Mon Oct 20 07:37:07 UTC 2025


On Thu, 18 Sep 2025 15:37:38 GMT, Afshin Zafari <azafari at openjdk.org> wrote:

>> The minimum acceptable value was 0 where using it as address was problematic according to UBSAN.
>> The acceptable value is changed to 64K.
>> 
>> Tests:
>> linux-x64 tier1
>
> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
> 
>   fixed MAX2 template parameter

It seems that this PR is diverging in some (un)related changes. I suggest to define separate new RFEs per issues found here.

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

PR Comment: https://git.openjdk.org/jdk/pull/26955#issuecomment-3420919024


More information about the hotspot-gc-dev mailing list