RFR: 8357826: Avoid running some jtreg tests when asan is configured [v2]
Matthias Baesken
mbaesken at openjdk.org
Thu Jun 5 07:06:51 UTC 2025
On Wed, 4 Jun 2025 20:09:53 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> serviceability/sa/ClhsdbCDSCore.java explicitly says it did not create a core file
The test passes with asan enabled on Linux ppc64le , so probably the failure seen on Linux x86_64 was more machine/environment related than ASAN related ; should I better remove the asan requires from this test ?
Regarding the other serviceability/sa tests you mentioned, seems they work too on Linux ppc64le so they **_can_** work with ASAN , no requires needed for now.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25575#issuecomment-2943002454
More information about the hotspot-dev
mailing list