Re: RFR: JDK-8042882: Support verbosity options in langtools testing

2014-05-12 Thread Mike Duigou
Looks good to me. A very useful addition that I plan to port to the jdk repo. Mike On May 12 2014, at 11:16 , Dan Smith wrote: > A patch to enhance langtools/test/Makefile is inline, below. > > This addresses JDK-8042882, adding a variable to control verbosity. I've > also slipped in a fi

RFR: JDK-8042882: Support verbosity options in langtools testing

2014-05-12 Thread Dan Smith
A patch to enhance langtools/test/Makefile is inline, below. This addresses JDK-8042882, adding a variable to control verbosity. I've also slipped in a fix for JDK-8032441, eliminating the use of the MaxPermSize JVM option (deprecated in 8, gone in 9) when running JCK tests. —Dan # HG changes