Re: RFR: 8320786: Remove ThreadGroup.stop [v2]

2023-12-07 Thread Alan Bateman
> ThreadGroup.stop was deprecated since JDK 1.2, deprecated for removal in Java > 18, and re-specified/degraded to throw UnsupportedOperationException > unconditionally in Java 20. Early in Java 23 seems a fine time to finally > remove this method. Corpus analysis of 176 million classes in 485k

Re: RFR: 8320786: Remove ThreadGroup.stop

2023-11-28 Thread Jaikiran Pai
On Mon, 27 Nov 2023 16:58:29 GMT, Alan Bateman wrote: > ThreadGroup.stop was deprecated since JDK 1.2, deprecated for removal in Java > 18, and re-specified/degraded to throw UnsupportedOperationException > unconditionally in Java 20. Early in Java 23 seems a fine time to finally > remove

Re: RFR: 8320786: Remove ThreadGroup.stop

2023-11-28 Thread David Holmes
On Mon, 27 Nov 2023 16:58:29 GMT, Alan Bateman wrote: > ThreadGroup.stop was deprecated since JDK 1.2, deprecated for removal in Java > 18, and re-specified/degraded to throw UnsupportedOperationException > unconditionally in Java 20. Early in Java 23 seems a fine time to finally > remove

Re: RFR: 8320786: Remove ThreadGroup.stop

2023-11-28 Thread Roger Riggs
On Mon, 27 Nov 2023 16:58:29 GMT, Alan Bateman wrote: > ThreadGroup.stop was deprecated since JDK 1.2, deprecated for removal in Java > 18, and re-specified/degraded to throw UnsupportedOperationException > unconditionally in Java 20. Early in Java 23 seems a fine time to finally > remove

Re: RFR: 8320786: Remove ThreadGroup.stop

2023-11-28 Thread Magnus Ihse Bursie
On Mon, 27 Nov 2023 16:58:29 GMT, Alan Bateman wrote: > It would be nice if we could remove Thread.stop at the same time. Sadly there > are still quite a few artifacts containing code (and in some cases tests) > that reference this method. We will have to come back to this in some future >

RFR: 8320786: Remove ThreadGroup.stop

2023-11-28 Thread Alan Bateman
ThreadGroup.stop was deprecated since JDK 1.2, deprecated for removal in Java 18, and re-specified/degraded to throw UnsupportedOperationException unconditionally in Java 20. Early in Java 23 seems a fine time to finally remove this method. Corpus analysis of 176 million classes in 485k