RFR: 8333117: Remove support of remote and manual debuggee launchers

2025-06-18 Thread Chris Plummer
[JDK-8333117](https://bugs.openjdk.org/browse/JDK-8333117) removed support for non-local debuggees, so now only local debuggees are supported. However, there are now a lot of references to the "local" debuggee mode which are not necessary because "local" is implied. These references are in comme

Re: RFR: 8333117: Remove support of remote and manual debuggee launchers [v3]

2024-06-14 Thread Chris Plummer
On Fri, 14 Jun 2024 23:37:48 GMT, Leonid Mesnik wrote: >> The nsk jdi,jdb,jdwp test suites support remote and manual launchers that >> are not used. >> These launchers might be configured by test options, however no tests use >> these options. >> The remote launchers allow to run debugee on a

Re: RFR: 8333117: Remove support of remote and manual debuggee launchers [v3]

2024-06-14 Thread Leonid Mesnik
On Fri, 14 Jun 2024 23:04:05 GMT, Chris Plummer wrote: >> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> removed empty lines > > test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeProcess.java line 78: > >> 76: >> 77:

Re: RFR: 8333117: Remove support of remote and manual debuggee launchers [v3]

2024-06-14 Thread Leonid Mesnik
On Fri, 14 Jun 2024 22:38:33 GMT, Chris Plummer wrote: >> Leonid Mesnik has updated the pull request incrementally with one additional >> commit since the last revision: >> >> removed empty lines > > test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Launcher.java line 124: > >> 122: } else

Re: RFR: 8333117: Remove support of remote and manual debuggee launchers [v3]

2024-06-14 Thread Leonid Mesnik
> The nsk jdi,jdb,jdwp test suites support remote and manual launchers that are > not used. > These launchers might be configured by test options, however no tests use > these options. > The remote launchers allow to run debugee on another host which is not > supported by jtreg and not seems u

Re: RFR: 8333117: Remove support of remote and manual debuggee launchers [v2]

2024-06-14 Thread Leonid Mesnik
> The nsk jdi,jdb,jdwp test suites support remote and manual launchers that are > not used. > These launchers might be configured by test options, however no tests use > these options. > The remote launchers allow to run debugee on another host which is not > supported by jtreg and not seems u

Re: RFR: 8333117: Remove support of remote and manual debuggee launchers [v2]

2024-06-14 Thread Chris Plummer
On Fri, 14 Jun 2024 23:05:50 GMT, Leonid Mesnik wrote: >> The nsk jdi,jdb,jdwp test suites support remote and manual launchers that >> are not used. >> These launchers might be configured by test options, however no tests use >> these options. >> The remote launchers allow to run debugee on a

RFR: 8333117: Remove support of remote and manual debuggee launchers

2024-06-14 Thread Leonid Mesnik
The nsk jdi,jdb,jdwp test suites support remote and manual launchers that are not used. These launchers might be configured by test options, however no tests use these options. The remote launchers allow to run debugee on another host which is not supported by jtreg and not seems useful for te