On Wed, 2 Feb 2022 10:54:19 GMT, Kevin Walls <kev...@openjdk.org> wrote:
> Policy settings are no longer required to run jstatd. > > This PR is the change to the source file src/jdk.jstatd/share/man/jstatd.1 > and in case that's hard to read, here is a diff of the text as rendered by > the man command: > https://cr.openjdk.java.net/~kevinw/8281049/jstatd.man.diff.txt > > And a copy of the new text rendered by man: > https://cr.openjdk.java.net/~kevinw/8281049/jstatd.man.new.txt src/jdk.jstatd/share/man/jstatd.1 line 124: > 122: .PP > 123: As RMI is in use, the jstatd server uses an ObjectInputFilter to allow > 124: only essential classes to be deserialized. How about: For security purposes, the jstatd server uses an RMI ObjectInputFilter to allow only essential classes to be deserialized. ------------- PR: https://git.openjdk.java.net/jdk/pull/7320