We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0eeca9 commit 6d36b4bCopy full SHA for 6d36b4b
test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java
@@ -60,7 +60,7 @@ public static void main(String[] args) throws Exception {
60
61
// we should have crashed with a SIGFPE
62
output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*");
63
- output_detail.shouldMatch("# +SIGFPE.*");
+ output_detail.shouldMatch("#.+SIGFPE.*");
64
65
// extract hs-err file
66
String hs_err_file = output_detail.firstMatch("# *(\\S*hs_err_pid\\d+\\.log)", 1);
0 commit comments