On Thu, 12 Jun 2025 18:01:26 GMT, Chris Plummer <cjplum...@openjdk.org> wrote:
> The nsk BindServer class is no longer used so it can be removed. This appears > to be a remnant left over after the following recent change: > > [JDK-8333117](https://bugs.openjdk.org/browse/JDK-8333117) Remove support of > remote and manual debuggee launchers > > There is also some additional cleanup of "manual" and "remote" debuggee > launchers done by this PR and fixing some comments that have been wrong for a > long time regarding "see also". > > Tested by running nsk/jdi, nsk/jdb, and nsk/jdwp tests locally. I'll also run > them with tier5 CI once reviews have been done. This pull request has now been integrated. Changeset: 982064e5 Author: Chris Plummer <cjplum...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/982064e50ca6bbcfb7d1d619307921adc6f4fdcd Stats: 1906 lines in 6 files changed: 2 ins; 1895 del; 9 mod 8359167: Remove unused test/hotspot/jtreg/vmTestbase/nsk/share/jpda/BindServer.java Reviewed-by: sspitsyn, lmesnik ------------- PR: https://git.openjdk.org/jdk/pull/25785