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 e60304a commit da71a5cCopy full SHA for da71a5c
test/hotspot/jtreg/compiler/lib/ir_framework/driver/irmatching/parser/VMInfo.java
@@ -42,7 +42,7 @@ public class VMInfo {
42
private final Map<String, String> keyValueMap;
43
44
private static final Pattern CPU_SKYLAKE_PATTERN =
45
- Pattern.compile("family 6 model 85 stepping (\\d) ");
+ Pattern.compile("family 6 model 85 stepping (\\d+) ");
46
47
public VMInfo(Map<String, String> map) {
48
this.keyValueMap = map;
0 commit comments