RFR: 8283103: compiler/vectorapi/TestMaskedMacroLogicVector.java failed due to incorrect os.simpleArch on some platforms [v2]
Jie Fu
jiefu at openjdk.java.net
Tue Mar 15 11:07:47 UTC 2022
On Mon, 14 Mar 2022 13:38:19 GMT, Ao Qi <aoqi at openjdk.org> wrote:
>> `os.simpleArch` is not set correctly on some platforms, for example on loongarch64 and mips64 ([CODETOOLS-7903120](https://bugs.openjdk.java.net/browse/CODETOOLS-7903120)). This issue aims to let the test work on these platforms.
>
> Ao Qi has updated the pull request incrementally with one additional commit since the last revision:
>
> use vm.cpu.features
test/hotspot/jtreg/compiler/vectorapi/TestMaskedMacroLogicVector.java line 31:
> 29: * @modules jdk.incubator.vector
> 30: * @requires vm.compiler2.enabled
> 31: * @requires vm.cpu.features ~= ".*avx.*"
The original test seems to be tested only on x86_64, right?
So did you test the fix on x86_32?
-------------
PR: https://git.openjdk.java.net/jdk/pull/7809
More information about the hotspot-compiler-dev
mailing list