RFR: 8370978: Zero JVM fails to build on i386 after JDK-8351149

duke duke at openjdk.org
Mon Nov 24 08:07:15 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'
> $

@vpa1977 
Your change (at version 2f55fbe1b183b432ed56e9603a736ceb802ed903) is now ready to be sponsored by a Committer.

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

PR Comment: https://git.openjdk.org/jdk/pull/28406#issuecomment-3569409774


More information about the hotspot-runtime-dev mailing list