On Wed, 4 Jun 2025 17:48:58 GMT, Ioi Lam <ik...@openjdk.org> wrote: >Please file a bug against this test and we will look into it.
Thanks, I created https://bugs.openjdk.org/browse/JDK-8358654 . >I haven't used asan before. Is it as simple as adding --enable-asan when >running configure? On my Ubuntu and RHEL Linux with gcc yes , it is that simple (besides installing the asan package with OS package manager). On SUSE Linux it was a little tricky because of some strange issues with the network stack, but it works too there (see https://bugs.openjdk.org/browse/JDK-8356970 ). So it depends a little on the distro but mostly it works fine. ------------- PR Comment: https://git.openjdk.org/jdk/pull/25575#issuecomment-2942895056