Re: RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Alan Bateman
On Fri, 30 May 2025 12:00:28 GMT, Darragh Clarke wrote: > This PR aims to Panamize the Java Kqueue implementation, This is based on the > work that was previously shared in https://github.com/openjdk/jdk/pull/22307 > , The main change since then is that this branch takes advantage of the > cha

RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Darragh Clarke
This PR aims to Panamize the Java Kqueue implementation, This is based on the work that was previously shared in https://github.com/openjdk/jdk/pull/22307 , The main change since then is that this branch takes advantage of the changes made in https://github.com/openjdk/jdk/pull/25043 to allow fo

Re: RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Chen Liang
On Fri, 30 May 2025 12:00:28 GMT, Darragh Clarke wrote: > This PR aims to Panamize the Java Kqueue implementation, This is based on the > work that was previously shared in https://github.com/openjdk/jdk/pull/22307 > , The main change since then is that this branch takes advantage of the > cha

Re: RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Alan Bateman
On Fri, 30 May 2025 12:00:28 GMT, Darragh Clarke wrote: > This PR aims to Panamize the Java Kqueue implementation, This is based on the > work that was previously shared in https://github.com/openjdk/jdk/pull/22307 > , The main change since then is that this branch takes advantage of the > cha

Re: RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Per Minborg
On Sat, 31 May 2025 02:07:40 GMT, Chen Liang wrote: >> This PR aims to Panamize the Java Kqueue implementation, This is based on >> the work that was previously shared in >> https://github.com/openjdk/jdk/pull/22307 , The main change since then is >> that this branch takes advantage of the cha

Re: RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Darragh Clarke
On Thu, 19 Jun 2025 08:19:55 GMT, Per Minborg wrote: >> This PR aims to Panamize the Java Kqueue implementation, This is based on >> the work that was previously shared in >> https://github.com/openjdk/jdk/pull/22307 , The main change since then is >> that this branch takes advantage of the ch

Re: RFR: 8360025: (se) Convert kqueue Selector Implementation to use FFM APIs

2025-07-08 Thread Per Minborg
On Fri, 30 May 2025 12:00:28 GMT, Darragh Clarke wrote: > This PR aims to Panamize the Java Kqueue implementation, This is based on the > work that was previously shared in https://github.com/openjdk/jdk/pull/22307 > , The main change since then is that this branch takes advantage of the > cha