[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
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
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:
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
> 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
> 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
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
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