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

Aleksey Shipilev shade at openjdk.org
Fri Nov 29 14:58:40 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

Thanks! I'll integrate later today, which would allow me to resume CI work after x86_32 deprecation.

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

PR Comment: https://git.openjdk.org/jdk/pull/22450#issuecomment-2507970827


More information about the build-dev mailing list