Re: RFR: XXS JDK-8213056,,Nested anchor tags in java.lang.module

2018-10-27 Thread Alan Bateman
On 26/10/2018 23:10, Jonathan Gibbons wrote: Please review a couple of very small changes to fix some HTML issues in the generated docs. The first change removes an empty paragraph; the second avoids causing nested tags. Looks good (I had to read the bug to understand how this nested anchor

RFR(xxs): 8213017: jspawnhelper: need to handle pipe write failure when sending return code

2018-10-27 Thread Thomas Stüfe
May I please have reviews for this trivial patch? On Linux, I get compiler warnings when building the jspawnhelper. It complains about not checking the return code to write when communicating an error code back to be parent. I decided to just fix it since this is indeed a bug. But there is no rea