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

Kosta Stojiljkovic duke at openjdk.org
Fri Mar 17 06:23:32 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.

This pull request has now been integrated.

Changeset: 36995c5a
Author:    Kosta Stojiljkovic <kostastojiljkovic at gmail.com>
Committer: Tobias Hartmann <thartmann at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/36995c5a75c74c1748c1751ac621b5d62e964fc5
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

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

Reviewed-by: kvn, sviswanathan, thartmann

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

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


More information about the hotspot-compiler-dev mailing list