RFR: 8298413: [s390] CPUInfoTest fails due to uppercase feature string
Amit Kumar
duke at openjdk.org
Tue Feb 7 08:21:42 UTC 2023
On Tue, 7 Feb 2023 08:18:58 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:
>> CPUInfoTest.java is failing on s390 due to an incorrect feature string. Feature Vector Enhancement is shown as VEnh2 instead of venh2. Beside that out-of-support date/(tbd) was not being included even if it was present there so this issue is also addressed by this fix.
>
> LGTM
thanks @RealLucy and @TheRealMDoerr
-------------
PR: https://git.openjdk.org/jdk/pull/12286
More information about the hotspot-dev
mailing list