Re: RFR: 8310644: Make panama memory segment close use async handshakes [v5]

2023-12-01 Thread Uwe Schindler
On Fri, 24 Nov 2023 18:30:17 GMT, Erik Österlund wrote: >> The current logic for closing memory in panama today is susceptible to live >> lock if we have a closing thread that wants to close the memory in a loop >> that keeps failing, and a bunch of accessing threads that want to perform >>

Re: RFR: 8310644: Make panama memory segment close use async handshakes [v5]

2023-11-28 Thread Patricio Chilano Mateo
On Fri, 24 Nov 2023 18:30:17 GMT, Erik Österlund wrote: >> The current logic for closing memory in panama today is susceptible to live >> lock if we have a closing thread that wants to close the memory in a loop >> that keeps failing, and a bunch of accessing threads that want to perform >>

Re: RFR: 8310644: Make panama memory segment close use async handshakes [v5]

2023-11-27 Thread Maurizio Cimadamore
On Fri, 24 Nov 2023 18:30:17 GMT, Erik Österlund wrote: >> The current logic for closing memory in panama today is susceptible to live >> lock if we have a closing thread that wants to close the memory in a loop >> that keeps failing, and a bunch of accessing threads that want to perform >>

Re: RFR: 8310644: Make panama memory segment close use async handshakes [v5]

2023-11-24 Thread Erik Österlund
> The current logic for closing memory in panama today is susceptible to live > lock if we have a closing thread that wants to close the memory in a loop > that keeps failing, and a bunch of accessing threads that want to perform > accesses as long as the memory is alive. They can both create