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

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

    XMLWordPrintable

Details

    • b17
    • aarch32
    • linux

    Backports

      Description

        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")

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved: