mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-29 08:05:14 +00:00
8350858: [IR Framework] Some tests failed on Cascade Lake
Reviewed-by: chagedorn, epeter
This commit is contained in:
parent
d6d94472c2
commit
3c9d64eb07
@ -42,7 +42,7 @@ public class VMInfo {
|
||||
private final Map<String, String> keyValueMap;
|
||||
|
||||
private static final Pattern CPU_SKYLAKE_PATTERN =
|
||||
Pattern.compile("family 6 model 85 stepping (\\d) ");
|
||||
Pattern.compile("family 6 model 85 stepping (\\d+) ");
|
||||
|
||||
public VMInfo(Map<String, String> map) {
|
||||
this.keyValueMap = map;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user