Re: RFR: JDK-8055096: Remove explicit mx flag from javadoc command line

2014-08-21 Thread Mike Duigou
Looks good. Do we know if the headless=true is actually needed? Mike On Aug 21 2014, at 10:16 , Tim Bell wrote: > Hi Erik: > >> Please review this small patch. In Javadoc.gmk the javadoc command is >> defined with an explicit mx flag. However, configure is already calculating >> a suitable

Re: RFR: JDK-8055096: Remove explicit mx flag from javadoc command line

2014-08-21 Thread Tim Bell
Hi Erik: Please review this small patch. In Javadoc.gmk the javadoc command is defined with an explicit mx flag. However, configure is already calculating a suitable mx for a "large" java process, which is already provided in the JAVA variable. This patch removes the redundant mx flag from Ja

RFR: JDK-8055096: Remove explicit mx flag from javadoc command line

2014-08-21 Thread Erik Joelsson
Hello, Please review this small patch. In Javadoc.gmk the javadoc command is defined with an explicit mx flag. However, configure is already calculating a suitable mx for a "large" java process, which is already provided in the JAVA variable. This patch removes the redundant mx flag from Java