Oracle Java 7 Developper Preview for OSX vs OpenJDK 7
Henri Gomez
henri.gomez at gmail.com
Mon Apr 23 09:04:40 PDT 2012
2012/4/23 Dr Heinz M. Kabutz <heinz at javaspecialists.eu>:
> 32-bit support is very useful for research purposes - I would definitely
> welcome having it back. Otherwise it means having to also have Java 6
> available, just for testing purposes.
I patched OSX build process a bit and I've got now a 32/64bits VM
working on OpenJDK 7 :
java -d32 -version
openjdk version "1.7.0-jdk7u4-b21"
OpenJDK Runtime Environment (build 1.7.0-jdk7u4-b21-20120423)
OpenJDK Server VM (build 23.0-b21, mixed mode)
java -d64 -version
openjdk version "1.7.0-jdk7u4-b21"
OpenJDK Runtime Environment (build 1.7.0-jdk7u4-b21-20120423)
OpenJDK 64-Bit Server VM (build 23.0-b21, mixed mode)
It was mainly uncomments of features already included in OpenJDK 7 trunk.
Patch available here :
http://openjdk-osx-build.googlecode.com/svn/trunk/patches-jdk7u-osx/universal-build.patch
Thanks to review and apply if interested, openjdk-osx-build packages
will use it.
More information about the jdk7-dev
mailing list