Integrated: 8359958: Cleanup "local" debuggee references after JDK-8333117 removed support for non-local debuggees

Chris Plummer cjplummer at openjdk.org
Mon Jul 7 18:52:45 UTC 2025


On Wed, 18 Jun 2025 22:13:34 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:

> [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 comments and API names and should be removed.
> 
> Also, after [JDK-8333117](https://bugs.openjdk.org/browse/JDK-8333117), DebugeeProcess no longer needs to be considered abstract. It has no abstract methods.
> 
> Tested nsk/jdi, nsk/jdb, and nsk/jdwp locally. Will run tier5 CI to get better coverage.

This pull request has now been integrated.

Changeset: 39c9de2a
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/39c9de2acea0537335230b1d1db606d90348bdb6
Stats:     105 lines in 19 files changed: 0 ins; 15 del; 90 mod

8359958: Cleanup "local" debuggee references after JDK-8333117 removed support for non-local debuggees

Reviewed-by: lmesnik, sspitsyn, amenkov

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

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


More information about the serviceability-dev mailing list