(L) Prelim RFR: 8132510: Replace ThreadLocalStorage with compiler/language-based thread-local variables

Andrew Haley aph at redhat.com
Fri Nov 6 09:53:12 UTC 2015


On 05/11/15 22:54, David Holmes wrote:
> Not sure why you had to inject the helper rather than just "call" 
> Thread::current()

Because Thread::current() might clobber vector state.  It's perfectly
well allowed to.

Andrew.



More information about the hotspot-dev mailing list