On Fri, 17 Dec 2021 20:01:27 GMT, Stuart Marks <sma...@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

Reply via email to