On Sun, 23 May 2021 16:35:43 GMT, Sean Mullan <[email protected]> wrote:
>> src/java.base/share/classes/java/lang/SecurityManager.java line 104:
>>
>>> 102: * method will throw an {@code UnsupportedOperationException}). If the
>>> 103: * {@systemProperty java.security.manager} system property is set to
>>> the
>>> 104: * special token "{@code allow}", then a security manager will not be
>>> set at
>>
>> Can/should the `{@systemProperty ...}` tag be used more than once for a
>> given system property? I thought it should be used only once, at the place
>> where the system property is defined. Maybe @jonathan-gibbons can offer some
>> more guidance on this.
>
> Good point. I would remove the extra @systemProperty tags on lines 103, 106,
> and 113. Also, in `System.setSecurityManager` there are 3 @systemProperty
> java.security.manager tags, so we should remove those too.
New commit pushed. There is only one `@systemProperty` tag now.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4073