[jdk18] RFR: 8279007: jstatd fails to start because SecurityManager is disabled
Sean Mullan
mullan at openjdk.java.net
Tue Dec 21 15:15:24 UTC 2021
On Tue, 21 Dec 2021 13:00:26 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> jstatd now in jdk18 fails to start unless we specifically allow or set a SecurityManager.
> This update to the launcher makefile adds JAVA_ARGS to permit a SecurityManager.
You should also remove `-Djava.security.manager=allow` from the jstatd test (`test/jdk/sun/tools/jstatd/JstatdTest.java`) as it is not needed now.
-------------
PR: https://git.openjdk.java.net/jdk18/pull/53
More information about the serviceability-dev
mailing list