RFR: 7146776: deadlock between URLStreamHandler.getHostAddress and file.Handler.openconnection [v2]
Jaikiran Pai
jpai at openjdk.java.net
Sun Jan 17 02:02:55 UTC 2021
On Sat, 16 Jan 2021 19:05:46 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Javadoc update
>
> src/java.base/share/classes/java/net/URL.java line 817:
>
>> 815: * while getting the host address will result in this method returning
>> 816: * {@code null}
>> 817: */
>
> The fix looks okay but the javadoc might be a big clearer if you move the text into the method description.
Hello Alan, I've now updated the PR to move this text into the method description.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2109
More information about the net-dev
mailing list