When running the test runtime/ErrorHandling/PrintVMInfoAtExitTest.java with asan enabled binaries on Linux x86_64, we fail with this error :
java.lang.RuntimeException: 'Java Heap (reserved=65536KB, committed=65536KB)' missing from stdout/stderr
instead we see in the log e.g. :
Java Heap (reserved=67584KB, committed=65536KB)
so it looks like adding asan to the build changes those memory values a bit.
Maybe we should disable this test when using asan enabled binaries ?
java.lang.RuntimeException: 'Java Heap (reserved=65536KB, committed=65536KB)' missing from stdout/stderr
instead we see in the log e.g. :
Java Heap (reserved=67584KB, committed=65536KB)
so it looks like adding asan to the build changes those memory values a bit.
Maybe we should disable this test when using asan enabled binaries ?