Review request: 8004657: Add hooks to javac to enable reporting dependency information.

Jonathan Gibbons jonathan.gibbons at oracle.com
Thu Dec 6 11:06:38 PST 2012


On 12/06/2012 07:43 AM, Fredrik Öhrström wrote:
> These are the minimal changes to javac to enable the smart javac 
> wrapper to do its work.
> I.e. extract dependency information from javac compiles. It also 
> removes two global static
> variables that prevents multi core setting of options.
>
> http://cr.openjdk.java.net/~ohrstrom/webrev-8004657-javac_hooks/
>
> //Fredrik

Log.setOut is redundant.   Log.setWriters already exists with the same 
functionality.

-- Jon



More information about the compiler-dev mailing list