Integrated: 8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32

Jie Fu jiefu at openjdk.java.net
Mon Mar 22 23:17:43 UTC 2021


On Sun, 21 Mar 2021 00:27:32 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> 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

This pull request has now been integrated.

Changeset: a5e7a890
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/a5e7a890
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8263904: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails on x86_32

Reviewed-by: kvn

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

PR: https://git.openjdk.java.net/jdk/pull/3104


More information about the hotspot-compiler-dev mailing list