hg: jdk8/build/langtools: 13 new changesets (original) (raw)

david.katleman at oracle.com david.katleman at oracle.com
Wed Mar 14 21:11:31 UTC 2012


Changeset: 161230ec7c73 Author: mcimadamore Date: 2012-03-02 12:57 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/161230ec7c73

7132880: Resolve should support nested resolution contexts Summary: Overload resolution routine should be updated so that it can be called recursively Reviewed-by: jjg, dlsmith

! src/share/classes/com/sun/tools/javac/comp/Resolve.java

Changeset: 6aafebe9a394 Author: mcimadamore Date: 2012-03-02 12:57 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/6aafebe9a394

7148242: Regression: valid code rejected during generic type well-formedness check Summary: Redundant type-var substitution makes generic-type well-formedness check to fail Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Check.java

Changeset: d2508136751c Author: mcimadamore Date: 2012-03-02 12:58 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/d2508136751c

7148164: attribution code for diamond should not rely on mutable state Summary: Update attribution code for diamond operator not to rely on mutable state Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Attr.java ! src/share/classes/com/sun/tools/javac/comp/Resolve.java

Changeset: dda6a5b15580 Author: mcimadamore Date: 2012-03-06 13:26 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/dda6a5b15580

7148622: Some diagnostic methods do not go through Log.report Summary: Deferred lint diagnostics ignore Log settings such as deferred diagnostics Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Check.java

Changeset: 48ee63caaa93 Author: mcimadamore Date: 2012-03-06 13:28 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/48ee63caaa93

7144506: Attr.checkMethod should be called after inference variables have been fixed Summary: Unify post-inference sanity check with Attr.checkMethod Reviewed-by: jjg, dlsmith

! src/share/classes/com/sun/tools/javac/comp/Attr.java ! src/share/classes/com/sun/tools/javac/comp/Check.java ! src/share/classes/com/sun/tools/javac/comp/Infer.java ! src/share/classes/com/sun/tools/javac/tree/TreeInfo.java ! test/tools/javac/6758789/T6758789b.out ! test/tools/javac/generics/6723444/T6723444.out ! test/tools/javac/generics/7015430/T7015430.out

Changeset: 38ae13dcd215 Author: mcimadamore Date: 2012-03-06 13:29 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/38ae13dcd215

7133238: Merge proto-kind and proto-type into a single result class Summary: Restructure attribution code so that the check-logic can be encapsulated into a single class Reviewed-by: jjg, dlsmith

! src/share/classes/com/sun/tools/javac/comp/Attr.java ! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java

Changeset: c2234816495f Author: mcimadamore Date: 2012-03-06 16:48 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/c2234816495f

7151070: NullPointerException in Resolve.isAccessible Summary: Spurious accessibility check in TransTypes Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Resolve.java ! src/share/classes/com/sun/tools/javac/comp/TransTypes.java

Changeset: eaae5cf911be Author: mcimadamore Date: 2012-03-06 16:50 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/eaae5cf911be

7148556: Implementing a generic interface causes a public clone() to become inaccessible Summary: Implementation of Resolve.isOverriddenIn() should distinguish between classes/interfaces Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Symbol.java

Changeset: f3743b82945e Author: michaelm Date: 2012-03-06 20:27 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/f3743b82945e

7113349: Initial changeset for Macosx port to jdk Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan Bateman <alan.bateman at oracle.com>, Alexander Potochkin <alexander.potochkin at oracle.com>, Alexander Zuev <alexander.zuev at oracle.com>, Andrew Brygin <andrew.brygin at oracle.com>, Artem Ananiev <artem.ananiev at oracle.com>, Alex Strange <astrange at apple.com>, Bino George <bino at apple.com>, Christine Lu <christine.lu at oracle.com>, David Katleman <david.katleman at oracle.com>, David Durrence <david_durrence at apple.com>, Dmitry Cherepanov <dmitry.cherepanov at oracle.com>, Greg Lewis <glewis at eyesbeyond.com>, Kevin Miller <kevin_m_miller at apple.com>, Kurt Miller <kurt at intricatesoftware.com>, Landon Fuller <landonf at plausiblelabs.com>, Leonid Romanov <leonid.romanov at oracle.com>, Loefty Walkowiak <loefty at apple.com>, Mark Reinhold <mark.reinhold at oracle.com>, Naoto Sato <naoto.sato at oracle.com>, Philip Race <philip.race at oracle.com>, Roger Hoover <rhoover at apple.com>, Scott Kovatch <scott.kovatch at oracle.com>, Sergey ByloKhov <sergey.bylokhov at oracle.com>, Mike Swingler <swingler at apple .com>, Tomas Hurka <tomas.hurka at oracle.com>

! .hgignore ! make/jprt.properties ! test/Makefile

Changeset: 7245999a0075 Author: ohrstrom Date: 2012-03-07 13:11 +0100 URL: http://hg.openjdk.java.net/jdk8/build/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 separated package. The packages were also renamed to proper lower case package names. Reviewed-by: jjg

! make/build.xml ! make/netbeans/langtools/build.xml

Changeset: 83352b2e2ebc Author: lana Date: 2012-03-08 08:19 -0800 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/83352b2e2ebc

Merge

Changeset: 97bec6ab1227 Author: mcimadamore Date: 2012-03-09 17:10 +0000 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/97bec6ab1227

7151802: compiler update caused sqe test failed Summary: Fix regression caused by 7144506 Reviewed-by: jjg, dlsmith

! src/share/classes/com/sun/tools/javac/comp/Attr.java ! src/share/classes/com/sun/tools/javac/comp/Check.java ! src/share/classes/com/sun/tools/javac/comp/Infer.java ! test/tools/javac/6758789/T6758789b.out ! test/tools/javac/generics/7015430/T7015430.out

Changeset: 08a3425f39f8 Author: lana Date: 2012-03-09 11:59 -0800 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/08a3425f39f8

Merge



More information about the build-dev mailing list