RFR: 8257502: x86_32 build fails with new warnings after JDK-8256254

Jie Fu jiefu at openjdk.java.net
Tue Dec 1 11:31:56 UTC 2020


On Tue, 1 Dec 2020 11:08:10 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> Default `x86_32` build fails after JDK-8256254, because of the new warning:
> 
> 
> 
>  1291 | fatal("unexpected intrinsic id %d", iid);
>       | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~
>       | |
>       | vmIntrinsics::ID {aka vmIntrinsicID}
>    ... (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

Build passed with this fix.
Thanks.

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

Marked as reviewed by jiefu (Committer).

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


More information about the hotspot-compiler-dev mailing list