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

Chris Plummer cjplummer at openjdk.org
Thu Jun 19 00:33:42 UTC 2025


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

Chris Plummer has updated the pull request incrementally with one additional commit since the last revision:

  startLocalDebugee renamed to startDebugee

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/25887/files
  - new: https://git.openjdk.org/jdk/pull/25887/files/40624f6b..365cc930

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=25887&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=25887&range=00-01

  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/25887.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/25887/head:pull/25887

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


More information about the serviceability-dev mailing list