RFR: 8295844: jdk/test/whitebox/CPUInfoTest.java failed with "not all features are known: expected true, was false"

Doug Simon dnsimon at openjdk.org
Mon Oct 24 18:40:38 UTC 2022


On Mon, 24 Oct 2022 18:13:04 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> [JDK-8295776](https://github.com/openjdk/jdk/commit/d50b6eb342e9ec96d1a01dafc317e00725dc84c0) added new x86 CPU flags checks but did not update  CPUInfoTest.java.
> Add missing x86 CPU's flags to CPUInfoTest.java.
> 
> Tested with tier1 when CPUInfoTest.java is ran.

Marked as reviewed by dnsimon (Committer).

src/hotspot/cpu/x86/vm_version_x86.hpp line 315:

> 313: 
> 314:   /*
> 315:    * Update next files when declaring new flags:

Update *following* files...

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

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


More information about the hotspot-dev mailing list