--- old/test/hotspot/jtreg/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java 2019-08-27 20:49:48.193301727 +0800 +++ new/test/hotspot/jtreg/runtime/ErrorHandling/SafeFetchInErrorHandlingTest.java 2019-08-27 20:49:48.081301377 +0800 @@ -61,7 +61,7 @@ // we should have crashed with a SIGSEGV output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*"); - output_detail.shouldMatch("# +(?:SIGSEGV|EXCEPTION_ACCESS_VIOLATION).*"); + output_detail.shouldMatch("# +(?:SIGSEGV|SIGBUS|EXCEPTION_ACCESS_VIOLATION).*"); // extract hs-err file String hs_err_file = output_detail.firstMatch("# *(\\S*hs_err_pid\\d+\\.log)", 1);