Integrated: JDK-8262992: Improve `@see` output

2021-05-07 Thread Hannes Wallnöfer
On Tue, 9 Mar 2021 15:04:35 GMT, Hannes Wallnöfer wrote: > This changes the output for `@see` tags to a `` structure. A different > CSS style is used if any of the `@see` tag labels are longer than 30 > characters or contain a comma. > > The layout for the default CSS style is similar to the

RFR: 8266761: AssertionError in sun.net.httpserver.ServerImpl.responseCompleted

2021-05-07 Thread Daniel Fuchs
Hi, Please find here a fix to prevent an assertion error from firing in the com.sun.net.httpserver. The issue occurs systematically when all of these conditions are met: 1. System assertions are enabled 2. The handler doesn't read or close the request input stream 3. The handler sends a reply w