-
Bug
-
Resolution: Fixed
-
P3
-
11, 12, 13, 14
-
fastdebug build
-
b17
-
aarch32
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8265841 | 11.0.12 | Kim Barrett | P3 | Resolved | Fixed | b01 |
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")
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")
- backported by
-
JDK-8265841 ARM32: runtime/ErrorHandling/ShowRegistersOnAssertTest.java jtreg test fail
-
- Resolved
-
- duplicates
-
JDK-8234967 [test] ShowRegistersOnAssertTest fails on ARM32
-
- Closed
-
- relates to
-
JDK-8253167 ARM32 builds fail after JDK-8247910
-
- Resolved
-