RFR: 8272317: jstatd has dependency on Security Manager which needs to be removed [v2]
Roger Riggs
rriggs at openjdk.java.net
Thu Jan 27 17:48:35 UTC 2022
On Mon, 10 Jan 2022 11:17:12 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
>> 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 incrementally with one additional commit since the last revision:
>
> Wildcard in object filter to permit proxies, in case other activity in this JVM changes the nameing/numbering of proxy classes.
LGTM
test/jdk/sun/tools/jstatd/JstatdTest.java line 2:
> 1: /*
> 2: * Copyright (c) 2013, 2021, Oracle and/or its affiliates. All rights reserved.
Update copyrights.
-------------
Marked as reviewed by rriggs (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6919
More information about the serviceability-dev
mailing list