Hi, I'm trying to build jdk9 on osx, without any customizations: $ hg clone http://hg.openjdk.java.net/jdk9/dev jdk9.hg
$ cd jdk9.hg $ chmod u+x get_source.sh $ ./get_source.sh $ chmod u+x configure $ ./configure $ make clean images And it fails with: > *No compiler1 (product1) for ARCH_DATA_MODEL=64*warning: [options] > bootstrap class path not set in conjunction with -source 1.6 > 1 warning > Generating bsd_amd64_docs/jvmti.html > make[1]: *** [main-wrapper] Error 2 > make: *** [clean] Error 2 real 5m9.066s > user 8m56.232s > sys 0m55.382s > ma:jdk9.hg c00l$ >From what I've seen "64-bit client VM is not supported" http://mail.openjdk.java.net/pipermail/build-dev/2013-April/008633.html I don't want 64-bit client if it is not supported. But how do I say that? Any issue how to solve it? Best regards, Mihail Bulgarian JUG
