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

Aleksey Shipilev shade at openjdk.org
Fri Nov 29 17:02:41 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

This pull request has now been integrated.

Changeset: 2beb2b60
Author:    Aleksey Shipilev <shade at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/2beb2b602bf20f1ec36e6244eca1a2eb50baccb4
Stats:     4 lines in 1 file changed: 3 ins; 0 del; 1 mod

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

Reviewed-by: ihse

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

PR: https://git.openjdk.org/jdk/pull/22450


More information about the build-dev mailing list