Skip to content

Commit da71a5c

Browse files
author
SendaoYan
committed
8350858: [IR Framework] Some tests failed on Cascade Lake
Backport-of: 3c9d64eb07c5bc9006ef05b0ab81bdc318cccc20
1 parent e60304a commit da71a5c

File tree

1 file changed

+1
-1
lines changed
  • test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/VMInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class VMInfo {
4242
private final Map<String, String> keyValueMap;
4343

4444
private static final Pattern CPU_SKYLAKE_PATTERN =
45-
Pattern.compile("family 6 model 85 stepping (\\d) ");
45+
Pattern.compile("family 6 model 85 stepping (\\d+) ");
4646

4747
public VMInfo(Map<String, String> map) {
4848
this.keyValueMap = map;

0 commit comments

Comments
 (0)