On Thu, 25 Nov 2021 10:09:21 GMT, Daniel Fuchs <dfu...@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

Reply via email to