Change in hotspot causing build issues on OSX 10.8.5

David Holmes david.holmes at oracle.com
Mon Aug 24 04:18:01 UTC 2015


Hi Lance,

On 22/08/2015 1:20 AM, Lance Andersen wrote:
> Hi,
>
> I just pulled over the latest updates for jdk 9 and it looks like there is a hotspot change that now causes the build to fail for me on osx 10.8.5
>
> ----------
>
> /Users/ljanders/Documents/hg-workspaces/openjdk9/modular-dev/hotspot/src/os/bsd/vm/jsig.c:45: error: thread-local storage not supported for this target

https://bugs.openjdk.java.net/browse/JDK-8072147

introduced the change to use a compiler based thread-local variable. 
What compiler chain are you using?

Thanks,
David

> make[10]: *** [libjsig.dylib] Error 1
> make[10]: *** Waiting for unfinished jobs....
> make[9]: *** [the_vm] Error 2
> make[8]: *** [product] Error 2
> make[7]: *** [generic_build2] Error 2
> make[6]: *** [product] Error 2
> make[5]: *** [all_product_universal] Error 2
> make[4]: *** [universal_product] Error 2
> make[3]: *** [/Users/ljanders/Documents/hg-workspaces/openjdk9/modular-dev/build/macosx-x86_64-normal-server-release/hotspot/_hotspot.timestamp] Error 2
> make[2]: *** [hotspot] Error 2
> make[2]: *** Waiting for unfinished jobs....
> ----------
>
> I had done a  configure and make clean?
>
>
> Thoughts?
>
> Best
> Lance
>
>
> Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
> Oracle Java Engineering
> 1 Network Drive
> Burlington, MA 01803
> Lance.Andersen at oracle.com
>
>
>



More information about the build-dev mailing list