Re: RFR: 8148361: Need to disable the thread local storage compiler option for ios

2016-01-27 Thread Magnus Ihse Bursie
On 2016-01-27 13:42, Gary Adams wrote: When the sync with jdk9 b102 was pulled into mobile/dev repos a new feature for thread local storage was over looked. Most modern compilers include support for thread local declaration, but this feature is intentionally not supported by Apple's clang compi

Re: RFR: 8148361: Need to disable the thread local storage compiler option for ios

2016-01-27 Thread Bertrand Delsart
Approved, Bertrand. On 27/01/2016 13:42, Gary Adams wrote: When the sync with jdk9 b102 was pulled into mobile/dev repos a new feature for thread local storage was over looked. Most modern compilers include support for thread local declaration, but this feature is intentionally not supported by

RFR: 8148361: Need to disable the thread local storage compiler option for ios

2016-01-27 Thread Gary Adams
When the sync with jdk9 b102 was pulled into mobile/dev repos a new feature for thread local storage was over looked. Most modern compilers include support for thread local declaration, but this feature is intentionally not supported by Apple's clang compiler. This change declares USE_LIBRARY_B