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

Chris Plummer cjplummer at openjdk.org
Fri Jun 14 23:57:12 UTC 2024


On Fri, 14 Jun 2024 23:37:48 GMT, Leonid Mesnik <lmesnik at openjdk.org> 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 another host which is not supported by jtreg and not seems useful for testing. The manual debuggee launcher might be used to connect launch debuggee manually and also not used.
>> 
>> These modes have never been used last 15 years as I know.
>> 
>> So just removed a bunch of useless code.
>> 
>> Also, I moved implementation of the single Debugee realization into Debugee itself for jdi/jdwp/jdb.
>
> Leonid Mesnik has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removed empty lines

Marked as reviewed by cjplummer (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/19729#pullrequestreview-2119588426


More information about the serviceability-dev mailing list