Duplicate :
|
|
Relates :
|
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")
|