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

ARM32: runtime/ErrorHandling/ShowRegistersOnAssertTest.java jtreg test fail

XMLWordPrintable

    • b17
    • aarch32
    • linux

        Test says: java.lang.RuntimeException: '.*survived intentional crash.*' missing from stdout/stderr

        Fail caused by hardware breakpoint that interrupts and stops java execution.

        In the following call stack:
          CreateJavaVM -> VMError::test_error_handler -> VMError::controlled_crash ->
          guarantee -> BREAKPOINT -> __asm__ volatile ("bkpt")
        the call to hardware breakpoint seems excessive:
        +++ src/hotspot/cpu/arm/globalDefinitions_arm.hpp
        #undef BREAKPOINT
        #define BREAKPOINT __asm__ volatile ("bkpt")

              bulasevich Boris Ulasevich
              bulasevich Boris Ulasevich
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: