Some NMT tests intentionally exercise buffer overflows or other behavior that ASan otherwise reports. This causes the tests to fail. Others are due to the default configuration being that ASan will not return nullptr when allocation fails or the requested size is to large, which NMT also exercises. We need to update the configuration. Lastly there is a leak in the preinit tests.
- links to
-
Review openjdk/jdk/13208