Withdrawn: JDK-8303184: ZGC incompatible with ASan

duke duke at openjdk.org
Mon May 8 23:26:33 UTC 2023


On Mon, 13 Mar 2023 16:37:41 GMT, Justin King <jcking at openjdk.org> wrote:

> Update ZGC to work with ASan and fix missing LSan root region registration for ZGC.
> 
> Currently all ZGC tests will fail on x86 with ASan enabled, as it is unable to reserve the address regions necessary due to overlap with ASan. x86 does not appear to have the address layout detection logic of the other architectures. Other alternatives are port the address layout detection logic to x86 (I was not comfortable doing this) or just disable ZGC when building Hotspot with ASan.

This pull request has been closed without being integrated.

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

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


More information about the hotspot-dev mailing list