RFR: 8272317: jstatd has dependency on Security Manager which needs to be removed [v4]

Kevin Walls kevinw at openjdk.java.net
Fri Jan 28 11:41:49 UTC 2022


> Remove the use of Security Manager from jstatd.
> Add use of an ObjectInputFilter to restrict RMI.
> 
> Also we can undo the property-setting Launcher.gmk change from: 8279007: jstatd fails to start because SecurityManager is disabled
> ..as that is no longer needed.
> 
> Docs/man page update to follow (JDK-8278619).

Kevin Walls has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains eight additional commits since the last revision:

 - Merge remote-tracking branch 'upstream/master' into 8272317_jstatd_secmgr
 - Copyright update
 - Wildcard in object filter to permit proxies, in case other activity in this JVM changes the nameing/numbering of proxy classes.
 - Remove jstad launcher property setting to allow Security Manager.
 - Merge remote-tracking branch 'upstream/master' into 8272317_jstatd_secmgr
 - Add ObjectInputFilter
 - Merge remote-tracking branch 'upstream/master' into 8272317_jstatd_secmgr
 - 8272317: jstatd has dependency on Security Manager which needs to be removed

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6919/files
  - new: https://git.openjdk.java.net/jdk/pull/6919/files/443b18b4..e6f016a8

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6919&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6919&range=02-03

  Stats: 34764 lines in 1297 files changed: 23346 ins; 6357 del; 5061 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6919.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6919/head:pull/6919

PR: https://git.openjdk.java.net/jdk/pull/6919


More information about the serviceability-dev mailing list