RFR: 8372588: [asan] serviceability/sa/TestJmapCore.java and TestJmapCoreMetaspace.java fail after recent improvements
Matthias Baesken
mbaesken at openjdk.org
Fri Nov 28 10:31:19 UTC 2025
In the 2 core related tests TestJmapCore.java and TestJmapCoreMetaspace.java we run into the errors below when using asan-enabled binaries. This is most likely because we do not write cores any more with asan; seems to be related to [JDK-8368365](https://bugs.openjdk.org/browse/JDK-8368365) .
-------------
Commit messages:
- JDK-8372588
Changes: https://git.openjdk.org/jdk/pull/28552/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28552&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8372588
Stats: 2 lines in 2 files changed: 2 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/28552.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/28552/head:pull/28552
PR: https://git.openjdk.org/jdk/pull/28552
More information about the serviceability-dev
mailing list