Re: build failing on Mac

2016-06-17 Thread Pete Brunet
An using configure switch --disable-warnings-as-errors for now. On 6/17/16 7:20 PM, Pete Brunet wrote: > I haven't done a full build in around a month, but just pulled (tpull > -u) / cleaned / reconfigured and got this on my Mac: > > ... > Creating gtestLauncher from 1 file(s) > error: unknown

Re: JDK-8153362: [jigsaw] Add javac -Xlint warning to list exposed types which are not accessible

2016-06-17 Thread Jan Lahoda
Hi, I've updated the patches, reflecting the feedback so far. The langtools change is now split into two parts, one is only adding the new lint key (but no checks are actually performed): http://cr.openjdk.java.net/~jlahoda/8153362/langtools.01-phase1/ And the second part is adding the

Re: RFR: 8154399, 8159096, export packages containing standard javadoc doclet

2016-06-17 Thread Alan Bateman
On 17/06/2016 03:28, Jonathan Gibbons wrote: Please review this simple fix for two related aspects of the same problem: Export the "standard doclet" used by javadoc, such that it is possible to derive alternative doclets, either by delegation or subtyping. In JDK 9, javadoc has a "new"