langtools/src/share/classes/com/sun/tools/javac/comp/Check.java
Thu, 25 Jul 2013 14:49:16 +0100 mcimadamore 8016081: field initialized with lambda in annotation types doesn't compile
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:19:25 +0100 mcimadamore 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
Thu, 11 Jul 2013 14:07:39 +0100 mcimadamore 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
Thu, 27 Jun 2013 16:04:05 +0100 vromero 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
Wed, 19 Jun 2013 13:00:00 +0100 chegar Merge
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
Wed, 19 Jun 2013 11:09:13 +0100 vromero 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits
Tue, 18 Jun 2013 19:02:48 +0100 vromero 8016267: javac, TypeTag refactoring has provoked performance issues
Mon, 17 Jun 2013 20:29:31 -0700 rfield 8013789: Compiler should emit bridges in interfaces
Fri, 14 Jun 2013 16:25:09 +0100 vromero 8016569: javac, add new flag for polymorphic method signatures
Thu, 06 Jun 2013 15:35:05 +0100 mcimadamore 8015432: javac crashes with stack overflow when method called recursively from nested generic call
Thu, 06 Jun 2013 15:33:40 +0100 mcimadamore 8008627: Compiler mishandles three-way return-type-substitutability
Fri, 24 May 2013 15:27:27 +0100 mcimadamore 8014494: javac crashes when varargs element of a method reference is inferred from the context
Wed, 15 May 2013 14:02:37 +0100 mcimadamore 8012685: Spurious raw types warning when using unbound method references
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Wed, 08 May 2013 14:10:53 +0200 jfranck 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit
Fri, 26 Apr 2013 10:04:01 +0100 vromero 8012723: strictfp interface misses strictfp modifer on default method
Wed, 13 Mar 2013 22:03:09 +0100 jfranck 8006547: Repeating annotations: No Target on container annotation with all targets on base annotation gives compiler error
Tue, 12 Mar 2013 16:02:13 +0000 mcimadamore 8008540: Constructor reference to non-reifiable array should be rejected
Thu, 07 Mar 2013 10:04:28 +0000 vromero 8009138: javac, equals-hashCode warning tuning
Tue, 05 Mar 2013 14:12:07 +0000 mcimadamore 8009227: Certain diagnostics should not be deferred
Tue, 26 Feb 2013 09:04:19 +0000 vromero 8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass
Thu, 21 Feb 2013 17:49:56 -0800 lana Merge
Mon, 18 Feb 2013 14:33:25 +0000 vromero 6563143: javac should issue a warning for overriding equals without hashCode
Fri, 15 Feb 2013 16:28:07 +0000 mcimadamore 8006749: compiler does not allow Object protected methods to be used in lambda
Sun, 17 Feb 2013 16:44:55 -0500 dholmes Merge
Mon, 04 Feb 2013 18:08:53 -0500 dholmes Merge
Mon, 21 Jan 2013 01:27:42 -0500 jjg 8004182: Add support for profiles in javac
Fri, 08 Feb 2013 09:12:37 +0000 vromero 7166455: javac doesn't set ACC_STRICT bit on <clinit> for strictfp class
Wed, 06 Feb 2013 14:03:39 +0000 mcimadamore 8007463: Cleanup inference related classes
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:19:53 +0000 mcimadamore 8005166: Add support for static interface methods
Mon, 21 Jan 2013 20:13:56 +0000 mcimadamore 8005244: Implement overload resolution as per latest spec EDR
Wed, 16 Jan 2013 16:30:11 +0000 mcimadamore 8005299: Add FunctionalInterface checking to javac
Wed, 16 Jan 2013 16:27:01 +0000 mcimadamore 8005854: Add support for array constructor references
Mon, 14 Jan 2013 13:50:01 -0800 jjg 8006119: update javac to follow latest spec for repeatable annotations
Mon, 03 Dec 2012 11:16:32 +0100 jfranck 8001114: Container annotation is not checked for semantic correctness
Mon, 10 Dec 2012 12:10:50 +0000 mcimadamore 8004094: Javac compiler error - synthetic method accessor generated with duplicate name
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 01 Nov 2012 10:48:36 +0100 ohrstrom 7153951: Add new lint option -Xlint:auxiliaryclass
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Wed, 17 Oct 2012 16:43:26 +0100 mcimadamore 7192245: Add parser support for default methods
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Sat, 06 Oct 2012 10:35:38 +0100 mcimadamore 7177386: Add attribution support for method references
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Fri, 28 Sep 2012 11:39:29 -0700 jfranck 7199925: Separate compilation breaks check that elements have a default for the containing annotation
Tue, 25 Sep 2012 11:55:34 +0100 mcimadamore 7175433: Inference cleanup: add helper class to handle inference variables
Thu, 13 Sep 2012 14:29:36 -0700 jjg 7177970: fix issues in langtools doc comments
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Thu, 02 Aug 2012 18:22:41 +0100 mcimadamore 7175911: Simplify error reporting API in Check.CheckContext interface
Thu, 31 May 2012 17:42:14 +0100 mcimadamore 7166552: Inference: cleanup usage of Type.ForAll
Mon, 26 Mar 2012 15:28:49 +0100 mcimadamore 7133185: Update 292 overload resolution logic to match JLS
Mon, 26 Mar 2012 15:28:22 +0100 mcimadamore 7151492: Encapsulate check logic into Attr.ResultInfo
Mon, 26 Mar 2012 15:27:51 +0100 mcimadamore 7151580: Separate DA/DU logic from exception checking logic in Flow.java
Fri, 09 Mar 2012 17:10:56 +0000 mcimadamore 7151802: compiler update caused sqe test failed
Tue, 06 Mar 2012 13:28:05 +0000 mcimadamore 7144506: Attr.checkMethod should be called after inference variables have been fixed
Tue, 06 Mar 2012 13:26:36 +0000 mcimadamore 7148622: Some diagnostic methods do not go through Log.report
less more (0) -100 -60 tip