Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension [v3]

2022-12-08 Thread Joe Darcy
On Thu, 8 Dec 2022 17:15:46 GMT, Alan Bateman wrote: >> Another small step in the multi-release/multi-year effort to remove cruft >> from Thread/ThreadGroup. >> >> java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and >> the Classic VM. The method controlled whether

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension [v3]

2022-12-08 Thread Alan Bateman
> Another small step in the multi-release/multi-year effort to remove cruft > from Thread/ThreadGroup. > > java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and > the Classic VM. The method controlled whether threads were suspended when the > GC failed. It appears to have

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension [v2]

2022-12-07 Thread Alan Bateman
> Another small step in the multi-release/multi-year effort to remove cruft > from Thread/ThreadGroup. > > java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and > the Classic VM. The method controlled whether threads were suspended when the > GC failed. It appears to have

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension

2022-11-29 Thread Joe Darcy
On Fri, 25 Nov 2022 18:54:28 GMT, Alan Bateman wrote: > Another small step in the multi-release/multi-year effort to remove cruft > from Thread/ThreadGroup. > > java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and > the Classic VM. The method controlled whether threads

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension

2022-11-29 Thread Chris Hegarty
On Fri, 25 Nov 2022 18:54:28 GMT, Alan Bateman wrote: > Another small step in the multi-release/multi-year effort to remove cruft > from Thread/ThreadGroup. > > java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and > the Classic VM. The method controlled whether threads

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension

2022-11-28 Thread Stuart Marks
On Mon, 28 Nov 2022 13:13:09 GMT, Jaikiran Pai wrote: >> Another small step in the multi-release/multi-year effort to remove cruft >> from Thread/ThreadGroup. >> >> java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and >> the Classic VM. The method controlled whether

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension

2022-11-28 Thread Stuart Marks
On Fri, 25 Nov 2022 18:54:28 GMT, Alan Bateman wrote: > Another small step in the multi-release/multi-year effort to remove cruft > from Thread/ThreadGroup. > > java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and > the Classic VM. The method controlled whether threads

Re: RFR: 8297295: Remove ThreadGroup.allowThreadSuspension

2022-11-28 Thread Jaikiran Pai
On Fri, 25 Nov 2022 18:54:28 GMT, Alan Bateman wrote: > Another small step in the multi-release/multi-year effort to remove cruft > from Thread/ThreadGroup. > > java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and > the Classic VM. The method controlled whether threads

RFR: 8297295: Remove ThreadGroup.allowThreadSuspension

2022-11-28 Thread Alan Bateman
Another small step in the multi-release/multi-year effort to remove cruft from Thread/ThreadGroup. java.lang.ThreadGroup.allowThreadSuspension(boolean) dates from JDK 1.1 and the Classic VM. The method controlled whether threads were suspended when the GC failed. It appears to have interacted