RFR: 8367157: Remove jrunscript tool

2025-09-20 Thread Jaikiran Pai
Can I please get a review of this change which removes the `jrunscript` tool? This addresses https://bugs.openjdk.org/browse/JDK-8367157. `jrunscript` is an experimental and unsupported tool which was deprecated for removal in Java 24. The commits in this PR remove the tool, its man pages and a

Re: RFR: 8367157: Remove jrunscript tool

2025-09-18 Thread Jaikiran Pai
On Tue, 9 Sep 2025 07:18:25 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which removes the `jrunscript` tool? > This addresses https://bugs.openjdk.org/browse/JDK-8367157. > > `jrunscript` is an experimental and unsupported tool which was deprecated for > removal in Java

Re: RFR: 8367157: Remove jrunscript tool

2025-09-10 Thread Magnus Ihse Bursie
On Tue, 9 Sep 2025 07:18:25 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which removes the `jrunscript` tool? > This addresses https://bugs.openjdk.org/browse/JDK-8367157. > > `jrunscript` is an experimental and unsupported tool which was deprecated for > removal in Java

Re: RFR: 8367157: Remove jrunscript tool

2025-09-10 Thread Albert Mingkun Yang
On Tue, 9 Sep 2025 07:18:25 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which removes the `jrunscript` tool? > This addresses https://bugs.openjdk.org/browse/JDK-8367157. > > `jrunscript` is an experimental and unsupported tool which was deprecated for > removal in Java

Re: RFR: 8367157: Remove jrunscript tool

2025-09-09 Thread Erik Joelsson
On Tue, 9 Sep 2025 07:18:25 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which removes the `jrunscript` tool? > This addresses https://bugs.openjdk.org/browse/JDK-8367157. > > `jrunscript` is an experimental and unsupported tool which was deprecated for > removal in Java