RFR: 8338411: Implement JEP 486: Permanently Disable the Security Manager [v11]

Sean Mullan mullan at openjdk.org
Tue Nov 12 15:05:09 UTC 2024


On Fri, 8 Nov 2024 18:31:13 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

>> It has a value… when it's mentioned with `@see`, the link is present in the *See Also* section, as you can see in the the specification of [`MouseInfo.getPointerInfo()`](https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/MouseInfo.html#getPointerInfo()).
>> 
>> Without the `@see` tag, one has to read the entire description to find the link.
>> 
>> It looks subtle. We can restore the `@see`-link later if deemed necessary.
>> 
>> Does anyone else have an opinion?
>
> I can add it back if it is more convenient and readable to have the `@see` tag.

This can be taken care of later after integration.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21498#discussion_r1838260852


More information about the compiler-dev mailing list