src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java
Fri, 04 Aug 2017 13:32:32 +0200 Issue #271211 - NullPointerException at com.sun.tools.javac.comp.Enter.lambda$visitTopLevel$1 - fixed.
Tue, 07 Mar 2017 13:58:30 +0100 Lazy computation of error messages
Thu, 23 Feb 2017 09:58:22 +0100 Merging recent changes in JDK javac (b157).
Wed, 08 Feb 2017 19:42:24 -0800 8174073: NPE caused by @link reference to class
Wed, 08 Feb 2017 06:43:34 -0800 8174027: error message should adapt to the corresponding top level element
Wed, 01 Feb 2017 17:03:41 +0100 Modified to show resolve errors properly.
Wed, 11 Jan 2017 10:43:17 +0100 Enhancing error recovery inside module-info.java files.
Fri, 06 Jan 2017 10:25:21 +0100 Enhancing error recovery for incomplete module-info.java files.
Tue, 03 Jan 2017 13:22:34 +0100 Merging recent changes in JDK9 javac (b150).
Fri, 16 Dec 2016 15:27:47 +0000 8171371: Remove redundant type-arguments from generic method calls
Fri, 16 Dec 2016 15:27:34 +0000 8181370: Convert anonymous inner classes into lambdas/method references
Fri, 02 Dec 2016 14:39:00 +0100 8166628: Compiling with annotation processing, access error in specific situation
Thu, 01 Dec 2016 09:02:42 +0000 8169069: Module system implementation refresh (11/2016)
Mon, 18 Jul 2016 16:53:18 +0200 Modified to prevent AssertionErrors.
Thu, 14 Jul 2016 10:03:36 +0200 Merging recent changes in JDK9.
Mon, 04 Jul 2016 14:57:33 +0530 8132446: AsssertionError in ClassSymbol.setAnnotationType
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation
Thu, 31 Mar 2016 14:26:34 +0200 Modified to prevent Coupling errors from local class constructors - fix cont.
Thu, 24 Mar 2016 14:41:00 +0100 Modified to prevent Coupling errors from local class constructors.
Mon, 30 Nov 2015 13:32:11 +0100 Merging recent changes from trunk.
Wed, 11 Nov 2015 10:37:55 +0100 Merging recent changes in JDK9.
Tue, 28 Apr 2015 22:25:36 +0200 8078600: Infinite loop when compiling annotations with -XDcompletionDeps
Tue, 07 Apr 2015 11:04:29 -0700 8031744: Annotations on many Language Model elements are not returned
Mon, 30 Mar 2015 17:09:14 +0530 8062373: Project Coin: diamond and anonymous classes
Tue, 12 May 2015 16:13:54 +0200 Merge with JDK9.
Tue, 20 Jan 2015 09:51:17 +0100 8052070: javac crashes when there are duplicated type parameters
Wed, 03 Dec 2014 13:46:12 +0100 7101822: Compiling depends on order of imports
Tue, 21 Oct 2014 09:01:51 -0400 8054457: Refactor Symbol kinds from small ints to an enum
Sun, 17 Aug 2014 15:52:32 +0100 8054834: Modular Source Code