<div dir="auto"><p dir="ltr">Correct</p></div>
<br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 15, 2025, 8:59 AM Davor Hrg <<a href="mailto:hrgdavor@gmail.com" target="_blank" rel="noreferrer">hrgdavor@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Am I reading this correctly?<div><br></div><div>Does this mean Scoped Values will be fully available (not hidden behind the preview flag) in Java 25 ?</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 14, 2025 at 9:43 PM Mark Reinhold <<a href="mailto:mark.reinhold@oracle.com" rel="noreferrer noreferrer" target="_blank">mark.reinhold@oracle.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><a href="https://openjdk.org/jeps/506" rel="noreferrer noreferrer noreferrer" target="_blank">https://openjdk.org/jeps/506</a><br>
<br>
Summary: Introduce scoped values, which enable a method to share<br>
immutable data both with its callees within a thread, and with child<br>
threads. Scoped values are easier to reason about than thread-local<br>
variables. They also have lower space and time costs, especially when<br>
used together with virtual threads (JEP 444) and structured concurrency<br>
(JEP 505).<br>
<br>
- Mark</blockquote></div>
</blockquote></div>