Integrated: 8327793: Deprecate jstatd for removal
Kevin Walls
kevinw at openjdk.org
Fri Jun 21 13:54:13 UTC 2024
On Tue, 11 Jun 2024 13:09:06 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> jstatd is an RMI server application which monitors HotSpot VMs, and provides an interface to the monitoring tool jstat, for use across a remote RMI connection.
>
> RMI is not how modern applications communicate. It is an old transport with long term security concerns, and configuration difficulties with firewalls.
>
> The jstatd tool should be removed. Deprecating and removing jstatd will not affect usage of jstat for monitoring local VMs using the Attach API.
This pull request has now been integrated.
Changeset: 9f8de221
Author: Kevin Walls <kevinw at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9f8de221d7f0186718411ab3f5217e3883237e84
Stats: 6 lines in 3 files changed: 3 ins; 0 del; 3 mod
8327793: Deprecate jstatd for removal
Reviewed-by: alanb, cjplummer
-------------
PR: https://git.openjdk.org/jdk/pull/19658
More information about the serviceability-dev
mailing list