RFR: 8304242: CPUInfoTest fails because "serialize" CPU feature is not known
Vladimir Kozlov
kvn at openjdk.org
Thu Mar 16 15:59:43 UTC 2023
On Thu, 16 Mar 2023 15:40:01 GMT, Kosta Stojiljkovic <duke at openjdk.org> wrote:
> This test fails on modern x86_64 hardware with "serialize" feature (eg. Intel Gen 12 and higher).
> Support for this feature was added by JDK-8264543 but the test wasn't updated.
>
> I have updated the test to recognize "serialize" as a supported CPU feature.
> Tested on 13th Gen Intel(R) Core(TM) i7-13700K by running this new version of the test.
Goos and trivial.
-------------
Marked as reviewed by kvn (Reviewer).
PR: https://git.openjdk.org/jdk/pull/13062
More information about the hotspot-compiler-dev
mailing list