RFR: JDK-8303184: ZGC incompatible with ASan
Justin King
jcking at openjdk.org
Mon Mar 13 19:04:53 UTC 2023
On Mon, 13 Mar 2023 18:41:27 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> Have you tried if this a problem with generational ZGC? (zgc_generational branch in the zgc repo)
I looked at generational ZGC code, it looks to be afflicted by the same thing. https://github.com/openjdk/zgc/blob/zgc_generational/src/hotspot/cpu/x86/gc/z/zAddress_x86.cpp
-------------
PR: https://git.openjdk.org/jdk/pull/13000
More information about the hotspot-gc-dev
mailing list