Re: RFR: JDK-8208084: Windows build failure - "'snprintf': identifier not found"

2018-07-27 Thread Kim Barrett
> On Jul 24, 2018, at 2:03 AM, Michal Vala wrote: > > > > On 07/23/2018 07:15 PM, Erik Joelsson wrote: >> Hello, >> On 2018-07-23 08:27, Kim Barrett wrote: On Jul 23, 2018, at 9:38 AM, Michal Vala wrote: Hi, JDK-8208084 introduced build failure on Windows, where `snp

[12] RFR JDK-8202941: GenModuleInfoSource build tool does not detect missing semicolons

2018-07-27 Thread mandy chung
GenModuleInfoSource build tool augments module-info.java to include platform-specific qualified exports/opens and uses/provides services. This fixes the build tool to catch syntax errors as closely as javac does. The build tool remains to allow duplicated provides until JDK-8208463 is resolved. h

Re: [12] RFR JDK-8202941: GenModuleInfoSource build tool does not detect missing semicolons

2018-07-27 Thread Erik Joelsson
Build change looks good. /Erik On 2018-07-27 13:12, mandy chung wrote: GenModuleInfoSource build tool augments module-info.java to include platform-specific qualified exports/opens and uses/provides services. This fixes the build tool to catch syntax errors as closely as javac does. The build