RFR: 8256618: Zero: Linux x86_32 build still fails [v5]

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 24 11:19:59 UTC 2020


On Tue, 24 Nov 2020 11:10:44 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> I assume you build zero with a non-zero build VM right? Due to horrific build times? So it does not need to come up to get built.

Linux x86_32 bits -- yes, they are effectively cross-compiled, so we first compile Linux x86_64 server (technically, my CI as well as GH actions reuse that binary from the dependent jobs), and then use it as build JDK during Linux x86_32 Zero compilation. `make bootcycle-images` is the go-to test to verify Zero works, as it uses the Zero binary as buildjdk on the second pass. The bootcycle times are bad, but not horrible after all the work I did over the last few weeks ;)

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

PR: https://git.openjdk.java.net/jdk/pull/1310


More information about the hotspot-runtime-dev mailing list