Build jdk9 on os x, No compiler1

David Holmes david.holmes at oracle.com
Wed Feb 11 00:35:04 UTC 2015


On 11/02/2015 4:43 AM, Mihail Stoynov wrote:
> 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

Something not right there - we shouldn't be generating anything during a 
clean phase, and the clean is a sequential target.

Can you do "make LOG_LEVEL=debug" clean images"

The configure script shows only server VM being requested.

Thanks,
David

>> 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
>



More information about the build-dev mailing list