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 threa
> 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
> 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
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 w
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 w
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 thre
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 w
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 w
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 w