RFR: 8304242: CPUInfoTest fails because "serialize" CPU feature is not known

Kosta Stojiljkovic duke at openjdk.org
Thu Mar 16 15:53:35 UTC 2023


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.

-------------

Commit messages:
 - Modified the copyright notice with current year.
 - Modified CPUInfoTest.java to have serialize in its list of well known cpu features.

Changes: https://git.openjdk.org/jdk/pull/13062/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13062&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8304242
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/13062.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/13062/head:pull/13062

PR: https://git.openjdk.org/jdk/pull/13062


More information about the hotspot-compiler-dev mailing list