-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
-
b23
-
x86_64
-
linux
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 ?
- relates to
-
JDK-8371320 runtime/ErrorHandling/PrintVMInfoAtExitTest.java fails with unexpected amount for Java Heap reserved memory
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/a840dc22
-
Review(master)
openjdk/jdk/28055