RFR: 8345234: Build system erroneously treats 32-bit x86 Zero as deprecated
Aleksey Shipilev
shade at openjdk.org
Fri Nov 29 07:32:16 UTC 2024
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
-------------
Commit messages:
- Fix
Changes: https://git.openjdk.org/jdk/pull/22450/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22450&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8345234
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/22450.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22450/head:pull/22450
PR: https://git.openjdk.org/jdk/pull/22450
More information about the build-dev
mailing list