RFR: 8277459: Add jwebserver tool [v3]
Julia Boes
jboes at openjdk.java.net
Mon Nov 29 14:00:44 UTC 2021
On Thu, 25 Nov 2021 10:09:21 GMT, Daniel Fuchs <dfuchs at openjdk.org> wrote:
>> Julia Boes has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix whitespace error, add missing code tag
>
> src/jdk.httpserver/share/classes/sun/net/httpserver/simpleserver/Main.java line 63:
>
>> 61: System.exit(ec);
>> 62: } // otherwise the server has been started successfully and runs in
>> 63: // another non-daemon thread.
>
> I wonder if we should add:
>
>
> // another non-daemon thread, or -h or -version have been passed and
> // the main thread will simply exit normally.
Right, good to mention those two cases.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6497
More information about the build-dev
mailing list