State of Loom

Alan Bateman Alan.Bateman at oracle.com
Tue May 26 13:21:29 UTC 2020


On 26/05/2020 13:16, Ron Pressler wrote:
> I meant the former, “obvious” reading. Because there are many more threads,
> the footprint impact of thread-local data is bigger.
>
Also just to add to Ron's comment is that there is ongoing effort to 
reduce the use of TLs in the JDK. That will help with the footprint when 
virtual threads are using standard APIs. It is also possible to create 
virtual threads that don't support TLs. It would of course be nice for 
that to be default but that makes it really hard to run a lot of 
existing code.

-Alan


More information about the loom-dev mailing list