Re: Different javac options for explicitly and automatically compiled files

2011-08-03 Thread Kelly O'Hair
On Aug 3, 2011, at 7:48 AM, Dr Andrew John Hughes wrote: No. The Makefiles should be set so that the bootstrap runtime library is overridden with -bootclasspath, meaning that the compilation will fail if the classes are not available to javac in source or compiled form. Then where

Re: Different javac options for explicitly and automatically compiled files

2011-08-03 Thread Kelly O'Hair
On Aug 2, 2011, at 8:10 PM, Alexandre Boulgakov wrote: Eventually, we should always be using -implicit:none That will be part of the build infrastructure changes. Is there a bug tracking this? That way I could omit the -Werror flag for now and reference the relevant bug. Thanks, Sasha

Build Infrastructure changes

2011-08-03 Thread Kelly O'Hair
FYI... If you are interested in the jdk8 build infrastructure changes coming down the pipe, I invite you to join the build-infra-dev alias: http://mail.openjdk.java.net/pipermail/build-infra-dev/2011-August/29.html I expect this work to get started and moving soon with Fredrik as the

Re: Build Infrastructure changes

2011-08-03 Thread Dr Andrew John Hughes
On 18:25 Wed 03 Aug , Kelly O'Hair wrote: FYI... If you are interested in the jdk8 build infrastructure changes coming down the pipe, I invite you to join the build-infra-dev alias: http://mail.openjdk.java.net/pipermail/build-infra-dev/2011-August/29.html I expect this work