Integrated: 8257502: Builds fail with new warnings after JDK-8256254
Aleksey Shipilev
shade at openjdk.java.net
Tue Dec 1 13:54:56 UTC 2020
On Tue, 1 Dec 2020 11:08:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> Default `x86_32` and `s390x` builds fail after JDK-8256254, because of the new warning:
>
> x86_32:
>
>
>
> 1291 | fatal("unexpected intrinsic id %d", iid);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
> | |
> | vmIntrinsics::ID {aka vmIntrinsicID}
> ... (rest of output omitted)
>
> s390x:
>
>
>
> 923 | "special_dispatch=%d", special_dispatch);
> | ^~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
> | |
> ... (rest of output omitted)
> The fix is pretty trivial: do the same as other arches. I think it would have been caught by GH actions in #1237, if they actually ran...
>
> Testing:
> - [x] Linux x86_32 fastdebug build
> - [x] Linux s390x fastdebug build
This pull request has now been integrated.
Changeset: eaf4db6b
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/eaf4db6b
Stats: 2 lines in 2 files changed: 0 ins; 0 del; 2 mod
8257502: Builds fail with new warnings after JDK-8256254
Reviewed-by: jiefu, stuefe
-------------
PR: https://git.openjdk.java.net/jdk/pull/1536
More information about the hotspot-compiler-dev
mailing list