RFR: 8345234: Build system erroneously treats 32-bit x86 Zero as deprecated

Magnus Ihse Bursie ihse at openjdk.org
Fri Nov 29 13:07:38 UTC 2024


On Fri, 29 Nov 2024 07:26:55 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

> The checks added by [JDK-8344093](https://bugs.openjdk.org/browse/JDK-8344093) are apparently too broad: configuring `--with-jvm-variants=zero` says the port is deprecated, while it is actually not. I should have checked it with [JDK-8344093](https://bugs.openjdk.org/browse/JDK-8344093), mea culpa. I now see this issue while migrating my CIs to build x86-zero instead of x86-server.
> 
> Additional tests:
>  - [x] Linux x86_32 server, configure fails by default
>  - [x] Linux x86_32 server, configure passes with `--enable-deprecated-ports=yes`
>  - [x] Linux x86_32 zero, configure passes by default

Looks good.

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

Marked as reviewed by ihse (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22450#pullrequestreview-2469882787


More information about the build-dev mailing list