8350858: [IR Framework] Some tests failed on Cascade Lake

Reviewed-by: chagedorn, epeter
This commit is contained in:
Kuai Wei 2025-02-27 13:55:59 +00:00 committed by Christian Hagedorn
parent d6d94472c2
commit 3c9d64eb07

View File

@ -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;