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 3212030 commit a269602Copy full SHA for a269602
test/hotspot/jtreg/runtime/ErrorHandling/SecondaryErrorTest.java
@@ -68,7 +68,7 @@ public static void main(String[] args) throws Exception {
68
69
// we should have crashed with a SIGFPE
70
output_detail.shouldMatch("# A fatal error has been detected by the Java Runtime Environment:.*");
71
- output_detail.shouldMatch("# +SIGFPE.*");
+ output_detail.shouldMatch("#.+SIGFPE.*");
72
73
// extract hs-err file
74
String hs_err_file = output_detail.firstMatch("# *(\\S*hs_err_pid\\d+\\.log)", 1);
0 commit comments