On Fri, 14 Jun 2024 22:08:17 GMT, Leonid Mesnik <lmes...@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.

This pull request has now been integrated.

Changeset: 99e4d77a
Author:    Leonid Mesnik <lmes...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/99e4d77aac72cdddb4973805d28c225f17ea965f
Stats:     1575 lines in 10 files changed: 41 ins; 1470 del; 64 mod

8333117: Remove support of remote and manual debuggee launchers

Reviewed-by: cjplummer

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

PR: https://git.openjdk.org/jdk/pull/19729

Reply via email to