Re: RFR: 8343132: Remove temporary transitions from Virtual thread implementation [v2]

2024-10-31 Thread David Holmes
On Thu, 31 Oct 2024 07:19:10 GMT, Alan Bateman wrote: >> This is an update to the Virtual thread implementation that we'd like to >> integrate in advance of JEP 491. >> >> The update removes the use of "temporary transitions", basically cases >> where the thread identity switches to the carri

Re: RFR: 8343132: Remove temporary transitions from Virtual thread implementation [v2]

2024-10-31 Thread Alan Bateman
> This is an update to the Virtual thread implementation that we'd like to > integrate in advance of JEP 491. > > The update removes the use of "temporary transitions", basically cases where > the thread identity switches to the carrier thread to do something in the > context of the carrier wh

Re: RFR: 8343132: Remove temporary transitions from Virtual thread implementation [v2]

2024-10-31 Thread Alan Bateman
On Thu, 31 Oct 2024 04:43:21 GMT, David Holmes wrote: >> Alan Bateman has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains four additional >> commits

Re: RFR: 8343132: Remove temporary transitions from Virtual thread implementation

2024-10-30 Thread David Holmes
On Mon, 28 Oct 2024 08:34:14 GMT, Alan Bateman wrote: > This is an update to the Virtual thread implementation that we'd like to > integrate in advance of JEP 491. > > The update removes the use of "temporary transitions", basically cases where > the thread identity switches to the carrier th

Re: RFR: 8343132: Remove temporary transitions from Virtual thread implementation

2024-10-30 Thread Patricio Chilano Mateo
On Mon, 28 Oct 2024 08:34:14 GMT, Alan Bateman wrote: > This is an update to the Virtual thread implementation that we'd like to > integrate in advance of JEP 491. > > The update removes the use of "temporary transitions", basically cases where > the thread identity switches to the carrier th

Re: RFR: 8343132: Remove temporary transitions from Virtual thread implementation

2024-10-29 Thread Serguei Spitsyn
On Mon, 28 Oct 2024 08:34:14 GMT, Alan Bateman wrote: > This is an update to the Virtual thread implementation that we'd like to > integrate in advance of JEP 491. > > The update removes the use of "temporary transitions", basically cases where > the thread identity switches to the carrier th