RFR: 8357155: [asan] ZGC does not work (x86_64 and ppc64) [v2]
Matthias Baesken
mbaesken at openjdk.org
Wed Jun 4 05:21:17 UTC 2025
On Tue, 3 Jun 2025 05:57:46 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
>> [JDK-8358310](https://bugs.openjdk.org/browse/JDK-8358310) / #25578 is open right now as a quick fix for returning a too large value without cleaning up the implementation. (As a fix for 25)
>>
>> This was noted back in https://github.com/openjdk/jdk/pull/18941#issuecomment-2079316745 ([JDK-8330275](https://bugs.openjdk.org/browse/JDK-8330275)), but I think fixing this fell through the cracks.
>>
>> I currently have a rewrite in the works which overhauls the heap base selection, which I plan to get into 26. In that patch all the non-generational legacy is removed. So we no longer probe based on the assumption that we need 3 extra high order bits.
>
> But I will make sure to create an issue for this overhaul, so it does not get lost.
Thanks for this !
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25549#discussion_r2125665378
More information about the hotspot-dev
mailing list