JDK-8272317 : jstatd has dependency on Security Manager which needs to be removed
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2021-08-11
  • Updated: 2024-07-09
  • Resolved: 2022-01-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 17 JDK 19
17-poolUnresolved 19 b08Fixed
Related Reports
CSR :  
Relates :  
Relates :  
Sub Tasks
JDK-8282653 :  
Description
The jstatd daemon requires a Security Manager to be enabled. If not set on the command line, it installs the RMISecurityManager.

With JEP 411 deprecating the Security Manager for removal, this dependency will need to be removed.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk17u-dev/pull/2542 Date: 2024-06-06 09:40:13 +0000
09-07-2024

See also: JDK-8327793 (Deprecate jstatd for removal),
06-06-2024

[~kevinw] When you get a chance, please add a release note for this issue.
09-02-2022

Changeset: cb8a82ee Author: Kevin Walls <kevinw@openjdk.org> Date: 2022-01-28 12:54:19 +0000 URL: https://git.openjdk.java.net/jdk/commit/cb8a82ee24881113af4eea04d7ce5963d18e9b83
28-01-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/6919 Date: 2021-12-22 18:14:43 +0000
22-12-2021