How to add options to the javac build in the JDK 8 repo?
Joe Darcy
joe.darcy at oracle.com
Wed Sep 11 16:45:05 UTC 2013
Thanks for the reviews; I'll push this under
JDK-8024643 Turn on javac lint checking in building the jdk repo
after a successful jprt run.
Cheers,
-Joe
On 9/11/2013 4:45 AM, Magnus Ihse Bursie wrote:
> On 2013-09-11 05:02, Joseph Darcy wrote:
>> Hello,
>>
>> Update on the patch status: the short version, when run through jprt,
>> lint issues in platform-specific and closed code reduce the set of
>> lint categories which can now be enabled. I've filed a few bugs to
>> clean this up:
>>
>> JDK-8024600 macosx code prevents use of
>> -Xlint:auxiliaryclass,empty in jdk build
>> JDK-8024601 Windows networking code prevents use of
>> -Xlint:auxiliaryclass in jdk build
>> JDK-8024603 Turn on javac lint checking for auxiliaryclass and
>> empty in jdk build
>>
>> In the mean, time to allow some javac lint protection, I'd like to
>> push a patch for the issues the full jdk build is clean on; proposed
>> patch for review below.
>
> Patch looks good to me.
>
> /Magnus
More information about the build-dev
mailing list