RFR: 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
Jie Fu
jiefu at openjdk.java.net
Sun Mar 21 00:32:47 UTC 2021
Hi all,
compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32.
The reason is that currently the bzhiq instruction is only generated on x86_64.
So it shouldn't be run on x86_32.
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32
Changes: https://git.openjdk.java.net/jdk/pull/3104/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3104&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8263904
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/3104.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/3104/head:pull/3104
PR: https://git.openjdk.java.net/jdk/pull/3104
More information about the hotspot-compiler-dev
mailing list