Skip to content

Commit a646fe9

Browse files
author
duke
committed
Automatic merge of jdk:master into master
2 parents 973d077 + 6d36b4b commit a646fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main(String[] args) throws Exception {
6060

6161
// we should have crashed with a SIGFPE
6262
output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*");
63-
output_detail.shouldMatch("# +SIGFPE.*");
63+
output_detail.shouldMatch("#.+SIGFPE.*");
6464

6565
// extract hs-err file
6666
String hs_err_file = output_detail.firstMatch("# *(\\S*hs_err_pid\\d+\\.log)", 1);

0 commit comments

Comments
 (0)