src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
Fri, 25 Aug 2017 16:36:44 +0200 Issue #271310 - NullPointerException at com.sun.tools.javac.comp.Attr.enclosingInitEnv - fixed.
Mon, 26 Jun 2017 10:38:22 +0200 Issue #270849 - NB shows false error for lambda passed in argument - fixed.
Wed, 17 May 2017 14:21:19 +0200 Merging recent changes in JKD9 javac.
Thu, 06 Apr 2017 17:27:52 +0100 8177933: Stackoverflow during compilation, starting jdk-9+163
Tue, 02 May 2017 12:42:45 +0200 Issue #239183 - com.sun.tools.javac.comp.Resolve$InapplicableMethodException at com.sun.tools.javac.comp.Resolve.<init> - fixed.
Thu, 30 Mar 2017 11:40:24 +0200 Merging recent changes in JDK9 javac.
Fri, 24 Mar 2017 06:40:28 -0700 8176714: javac is wrongly assuming that field JCMemberReference.overloadKind has been assigned to
Fri, 24 Mar 2017 13:04:32 +0000 8177097: Generic method reference returning wildcard parameterized type does not compile
Thu, 16 Mar 2017 15:54:37 +0100 Merging recent changes in JDK9 javac.
Fri, 10 Mar 2017 09:52:49 -0800 8175198: Javac incorrectly allows receiver parameters in annotation methods
Wed, 08 Mar 2017 14:21:13 +0000 8175317: javac does not issue unchecked warnings when checking method reference return types
Fri, 03 Mar 2017 09:58:11 -0800 8175790: field JCVariableDecl.vartype can't be null after post attribution analysis
Thu, 23 Feb 2017 09:58:22 +0100 Merging recent changes in JDK javac (b157).
Thu, 09 Feb 2017 15:19:05 +0000 8174249: Regression in generic method unchecked calls
Mon, 06 Feb 2017 13:12:30 +0530 8173456: com.sun.tools.javac.util.Assert.error during code compilation
Wed, 11 Jan 2017 10:59:57 +0100 8169197: Improve error reporting for compiling against unexported package
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, 16 Dec 2016 05:47:58 +0000 8170987: Module system implementation refresh (12/2016)
Mon, 05 Dec 2016 19:00:56 +0000 8170410: inference: javac doesn't implement 18.2.5 correctly
Thu, 01 Dec 2016 09:02:42 +0000 8169069: Module system implementation refresh (11/2016)
Wed, 02 Nov 2016 20:21:45 +0100 8169074: Build is failing after JDK-8166538
Wed, 02 Nov 2016 16:48:57 +0100 8166538: Improve error reporting for compiling against unexported package
Mon, 07 Nov 2016 14:00:49 +0100 Merging recent changes in JDK9 javac.
Wed, 02 Mar 2016 18:25:01 -0500 8026721: Enhance Lambda serialization
Thu, 06 Oct 2016 14:03:58 +0200 8153362: Add javac -Xlint warning to list exposed types which are not accessible
Wed, 12 Oct 2016 09:40:28 +0200 Modified to prevnet NPEs.
Tue, 11 Oct 2016 15:36:59 +0200 Merging recent changes in JDK9 javac.
Wed, 21 Sep 2016 05:26:26 +0530 8163027: AssertionError while compiling a program that uses try with resources.
Tue, 20 Sep 2016 05:28:54 +0530 8166108: VerifyError passing anonymous inner class to supertype constructor
Thu, 06 Oct 2016 11:45:52 +0200 Merging recent changes from nb-javac trunk.
Wed, 07 Sep 2016 14:34:08 +0200 Merging recent changes in JDK9.
Tue, 16 Aug 2016 16:43:00 +0200 8078561: Error message should be generated once when -source 6 is specified
Wed, 24 Aug 2016 10:47:16 +0200 Merging recent changes from nb-javac trunk.
Fri, 19 Aug 2016 11:53:22 +0200 Merge recent changes in JDK9.
Fri, 12 Aug 2016 11:49:18 +0530 8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
Mon, 01 Aug 2016 08:36:02 -0700 8161708: javac, consider a different way to handle access code for operators
Fri, 22 Jul 2016 12:38:06 +0100 8161985: Spurious override of Object.getClass leads to NPE
Thu, 14 Jul 2016 10:03:36 +0200 Merging recent changes in JDK9.
Wed, 01 Jun 2016 12:39:24 +0100 8145489: NPE while compiling annotations with qualified names in package-info.java
Thu, 26 May 2016 18:22:05 +0530 8154052: Java compiler error displays line from the wrong file
Mon, 23 May 2016 15:07:10 +0100 8157149: Inference: weird propagation of thrown inference variables
Mon, 16 May 2016 13:05:42 +0100 8153884: Expression lambda erroneously compatible with void-returning descriptor
Mon, 18 Apr 2016 22:25:50 +0200 7152104: javac should not warn about missing serialVersionUID for anonymous inner classes
Wed, 23 Mar 2016 13:39:15 +0100 8027999: Poorly worded error message when attempting to assign to this
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation
Mon, 22 Feb 2016 16:17:25 -0800 8149600: javac, remove unused options, step 2
Thu, 28 Jan 2016 14:06:27 +0000 8148213: Regression: nested unchecked call does not trigger erasure of return type
Wed, 20 Jan 2016 10:53:29 +0000 8147546: regression when type-checking generic calls inside nested declarations occurring in method context
Wed, 20 Jan 2016 10:50:28 +0000 8147493: regression when type-checking unchecked method calls
Thu, 25 Aug 2016 16:45:45 +0200 Issue #267646 - AssertionError: isSubtype PACKAGE - fixed.
Tue, 19 Jul 2016 16:20:26 +0200 Issue #188662 - AssertionError: isSubtype METHOD - fixed.
Thu, 30 Jun 2016 11:43:37 +0200 Issue #262592 - NullPointerException at com.sun.tools.javac.comp.Attr$ResultInfo.attr - fixed.
Wed, 15 Jun 2016 15:59:07 +0200 Issue #262393 - final or effectively final just affect "suggestions/autocomplete" of the IDE - fixed.
Mon, 13 Jun 2016 15:59:50 +0200 Issue #262392 - CodeCompletion do not recognize argument in annonymous inner class method - fixed.
Tue, 29 Mar 2016 15:06:42 +0200 Issue #256911 - NullPointerException at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process - fixed.
Thu, 07 Jan 2016 16:44:38 +0100 Issue #247570 - AssertionError: Unexpected tree - fixed.
Fri, 04 Dec 2015 18:10:48 +0100 Merge with Verona.
Fri, 13 Nov 2015 18:09:36 +0530 8073616: Duplicate error message: cannot inherit from final (class) F