Changeset: 22e417cdddee
Author:ohrstrom
Date: 2013-01-18 00:16 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/22e417cdddee
8004658: Add internal smart javac wrapper to solve JEP 139
Reviewed-by: jjg
! make/build.properties
! make/build.xml
+ src/share/classes/com/sun/t
Changeset: 92fcf299cd09
Author:ohrstrom
Date: 2012-12-18 10:23 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/92fcf299cd09
8004657: Add hooks to javac to enable reporting dependency information.
Reviewed-by: jjg, mcimadamore
! src/share/classes/com/sun/tools/javac/api/
Changeset: bf54daa9dcd8
Author:ohrstrom
Date: 2012-11-01 10:48 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/bf54daa9dcd8
7153951: Add new lint option -Xlint:auxiliaryclass
Reviewed-by: jjg, mcimadamore, forax
! src/share/classes/com/sun/tools/javac/code/Flags.java
!
Changeset: 8b944ebef8a7
Author:ohrstrom
Date: 2012-11-01 10:33 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8b944ebef8a7
8002101: break out auxiliary classes that will prevent multi-core compilation
of the JDK
Reviewed-by: alanb, sla
+ src/share/classes/com/sun/jmx/snmp/a
Changeset: 17384fc6b31f
Author:ohrstrom
Date: 2012-10-29 14:12 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/17384fc6b31f
8000970: break out auxiliary classes that will prevent multi-core compilation
of the JDK
Reviewed-by: alanb, wetmore
+ make/tools/src/build/tools/gener
Changeset: 643e7612cf6d
Author:ohrstrom
Date: 2012-10-29 14:10 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/643e7612cf6d
8000970: break out auxiliary classes that will prevent multi-core compilation
of the JDK.
Reviewed-by: alanb, wetmore
! src/share/classes/com/sun/cor
Changeset: 7245999a0075
Author:ohrstrom
Date: 2012-03-07 13:11 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/7245999a0075
7150579: Moved ant code into a separate package, anttasks.
Summary: To allow langtools to be built without ant, the ant tasks were moved
to a sepa