[jdk18] RFR: JDK-8278967 rmiregistry fails to start because SecurityManager is disabled

David Holmes dholmes at openjdk.java.net
Sun Dec 19 05:56:30 UTC 2021


On Fri, 17 Dec 2021 20:01:27 GMT, Stuart Marks <smarks at openjdk.org> wrote:

> Enable the security manager in rmiregistry's launcher arguments.

My concern is that having the SM installed during part of VM initialization could lead to different behaviour compared to installing the SM after that. This may be a small risk but it is a risk, and not something we are likely to observe in our own testing.

If there is no way to hide those warning messages (@SuppressWarnings in the code?) then we have a serious flaw in our warning system. As you say these warnings are for the developer not the end user!

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

PR: https://git.openjdk.java.net/jdk18/pull/45



More information about the build-dev mailing list