RFR: 8301627: System.exit and Runtime.exit debug logging [v3]
Roger Riggs
rriggs at openjdk.org
Tue Feb 14 18:07:45 UTC 2023
On Tue, 14 Feb 2023 17:15:28 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Add an @implNote to Runtime.exit to describe the java.lang.Runtime logging.
>
> src/java.base/share/classes/java/lang/Runtime.java line 160:
>
>> 158: *
>> 159: * @implNote
>> 160: * If the {@link System.Logger#getLogger(String) System.Logger.getLogger("java.lang.Runtime")}
>
> The link looks wrong to me:
> Suggestion:
>
> * If the {@link System#getLogger(String) System.getLogger("java.lang.Runtime")}
>
> See https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/lang/System.html#getLogger(java.lang.String)
yep, will fix. Oddly, the link worked. Thanks
-------------
PR: https://git.openjdk.org/jdk/pull/12517
More information about the core-libs-dev
mailing list