-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8330959 | 21.0.4 | Sonia Zaldana Calles | P4 | Resolved | Fixed | b01 |
NMT gtests trigger ASAN for several reasons. Issues like printing malloc blocks (which we do, carefully, with SafeFetch), or corner case tests for malloc with sizes ASAN thinks are invalid.
All these tests should just be disabled when building with ASAN support.
All these tests should just be disabled when building with ASAN support.
- backported by
-
JDK-8330959 When running ASAN, disable dangerous NMT test
- Resolved