RFR: 8370978: Zero JVM fails to build on i386 after JDK-8351149
Anton Seoane Ampudia
aseoane at openjdk.org
Mon Nov 24 08:57:50 UTC 2025
On Thu, 20 Nov 2025 01:27:01 GMT, Vladimir Petko <vpetko at openjdk.org> wrote:
> This PR partially reverts JDK-8351149 to restore zero build on 32 bit platforms.
>
> Reverted changes to:
> -` os::dll_load`, `os::Linux::dlopen_helper` - the functions required to load the shared libraries
>
> Testing (in Ubuntu 26.04 i386 chroot):
>
> $ sh configure --with-jvm-variants=zero --disable-precompiled-headers --with-jtreg=/home/vladimirp/git/jtreg/build/images/jtreg --disable-warnings-as-errors
> ...
> $ make images
> Building target 'images' in configuration 'linux-x86-zero-release'
> Warning: No SCM configuration present and no .src-rev
> Updating images/sec-bin.zip
> Finished building target 'images' in configuration 'linux-x86-zero-release'
> $
Yes, I indeed went too far with JDK-8351149. I will run some testing and will let you know soon!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28406#issuecomment-3569595094
More information about the hotspot-runtime-dev
mailing list