8304242: CPUInfoTest fails because "serialize" CPU feature is not known
Reviewed-by: kvn, sviswanathan, thartmann
This commit is contained in:
parent
6b42275461
commit
36995c5a75
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -65,7 +65,7 @@ public class CPUInfoTest {
|
||||
"avx512_vbmi2", "avx512_vbmi", "rdtscp", "rdpid",
|
||||
"hv", "fsrm", "avx512_bitalg", "gfni",
|
||||
"f16c", "pku", "ospke", "cet_ibt",
|
||||
"cet_ss", "avx512_ifma"
|
||||
"cet_ss", "avx512_ifma", "serialize"
|
||||
);
|
||||
// @formatter:on
|
||||
// Checkstyle: resume
|
||||
|
Loading…
Reference in New Issue
Block a user