Re: Mac OS X 32bit x86 build fails for jdk12u

2020-05-15 Thread Andre Kovacs
Dear all, Thank you very much for your comments. I would like to be able to upgrade from my outdated Java 7u91 (x86 32-bit) to at least Java 12, but I have some device driver libraries that are x86 32-bit only and I can not instantiate them anymore via JNI with the x86 64-bit version. Regards, A

Re: Mac OS X 32bit x86 build fails for jdk12u

2020-05-15 Thread Philip Race
I think you are right. I don't remember even JDK 7 having a 32 bit version. There may have been some unused partial support to create one, but we never shipped such a thing - nor were there internal 32 bit builds. Also macOS 10.15 doesn't support 32 bit applications. So when 10.14 goes EOSL in ab

Re: Mac OS X 32bit x86 build fails for jdk12u

2020-05-15 Thread Magnus Ihse Bursie
On 2020-05-15 17:33, Erik Joelsson wrote: Hello Andre, As far as I'm aware, support for 32 bit on Macosx has not been supported by anyone for a very long time. I would assume it far from trivial to get it to work. In fact, I wonder if there *ever* have been 32-bit macOS support in OpenJDK. I

Re: Mac OS X 32bit x86 build fails for jdk12u

2020-05-15 Thread Erik Joelsson
Hello Andre, As far as I'm aware, support for 32 bit on Macosx has not been supported by anyone for a very long time. I would assume it far from trivial to get it to work. /Erik On 2020-05-14 17:17, Andre Kovacs wrote: Dear members, For compatibility reasons with older 32bit i386 architect

Mac OS X 32bit x86 build fails for jdk12u

2020-05-15 Thread Andre Kovacs
Dear members, For compatibility reasons with older 32bit i386 architecture dylibs via JNI, I'm trying to build a 32bit version of jdk12u on Mac OS X. I'm using the following configure command: "bash configure --with-boot-jdk=/Library/Java/JavaVirtualMachines/openjdk12/Contents/Home --with-target-