Re: Compile error in codeBlob.cpp when building JDK-11 for Windows-32

2018-09-14 Thread Magnus Ihse Bursie
On 2018-09-14 10:03, Robert Lichtenberger wrote: I have tried to build a Windows 32-bit JDK-11. While I was successful in building a 64-bit Windows JDK, the attempt for 32-bit failed: Here's what I did: $ bash configure --with-boot-jdk=/cygdrive/c/jdk-10.0.2 --disable-warnings-as-errors --wit

Compile error in codeBlob.cpp when building JDK-11 for Windows-32

2018-09-14 Thread Robert Lichtenberger
I have tried to build a Windows 32-bit JDK-11. While I was successful in building a 64-bit Windows JDK, the attempt for 32-bit failed: Here's what I did: $ bash configure --with-boot-jdk=/cygdrive/c/jdk-10.0.2 --disable-warnings-as-errors --with-target-bits=32 ... ===