Skip to content

Commit

Permalink
8304242: CPUInfoTest fails because "serialize" CPU feature is not known
Browse files Browse the repository at this point in the history
Reviewed-by: kvn, sviswanathan, thartmann
  • Loading branch information
kosta777 authored and TobiHartmann committed Mar 17, 2023
1 parent 6b42275 commit 36995c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib-test/jdk/test/whitebox/CPUInfoTest.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

1 comment on commit 36995c5

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.