--- old/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp 2019-07-09 11:20:02.774445317 +0200 +++ new/src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp 2019-07-09 11:20:02.630443892 +0200 @@ -271,8 +271,9 @@ #ifdef CAN_SHOW_REGISTERS_ON_ASSERT if ((sig == SIGSEGV || sig == SIGBUS) && info != NULL && info->si_addr == g_assert_poison) { - handle_assert_poison_fault(ucVoid, info->si_addr); - return 1; + if (handle_assert_poison_fault(ucVoid, info->si_addr)) { + return 1; + } } #endif