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.
2 parents 973d077 + 6d36b4b commit a646fe9Copy full SHA for a646fe9
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