Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8364741

[asan] runtime/ErrorHandling/PrintVMInfoAtExitTest.java fails because output differs slightly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 26
    • hotspot
    • 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 ?

            Unassigned Unassigned
            mbaesken Matthias Baesken
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: