New candidate JEP: 429: Extent-Local Variables (Incubator)

mark.reinhold at oracle.com mark.reinhold at oracle.com
Fri Aug 12 00:18:13 UTC 2022


https://openjdk.org/jeps/429

  Summary: Introduce extent-local variables, which enable the sharing
  of immutable data within and across threads. They are preferred to
  thread-local variables, especially when using large numbers of virtual
  threads. This is an incubating API.

- Mark


More information about the jdk-dev mailing list