src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
Mon, 31 Jul 2017 11:07:41 +0200 Mergin jlahoda's fix of #8182450: javac aborts when generating ct.sym intermittently - Initialize the module system model even in presence of missing/broken module-infos; BadClassFiles should not immediatelly abort compilation anymore, but should be handled as if the classfile did not exist.
Wed, 17 May 2017 14:21:19 +0200 Merging recent changes in JKD9 javac.
Mon, 10 Apr 2017 11:08:59 +0200 8178011: Automatic module warnings
Wed, 05 Apr 2017 14:34:15 +0530 8176572: Javac does not enforce module name restrictions
Thu, 23 Feb 2017 09:58:22 +0100 Merging recent changes in JDK javac (b157).
Mon, 06 Feb 2017 12:35:13 -0800 8172901: javac: 'opens' statement cannot specify non observable package
Mon, 23 Jan 2017 10:28:52 +0530 8171322: AssertionError in TypeSymbol.getAnnotationTypeMetadata.
Wed, 11 Jan 2017 10:29:24 -0800 8171325: NPE in Check.clearLocalClassNameIndexes
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)
Thu, 01 Dec 2016 09:02:42 +0000 8169069: Module system implementation refresh (11/2016)
Mon, 07 Nov 2016 14:00:49 +0100 Merging recent changes in JDK9 javac.
Thu, 20 Oct 2016 13:44:51 -0700 8145471: javac changes for enhanced deprecation
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
Tue, 11 Oct 2016 15:36:59 +0200 Merging recent changes in JDK9 javac.
Fri, 02 Sep 2016 07:49:15 +0530 8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation
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
Thu, 14 Jul 2016 11:57:15 -0600 8161013: Never treat anonymous classes as 'final'
Tue, 26 Jul 2016 16:47:43 +0200 Modified to prevent errors thown due to broken platform.
Thu, 14 Jul 2016 10:03:36 +0200 Merging recent changes in JDK9.
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation
Thu, 03 Mar 2016 06:10:58 +0530 8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
Mon, 22 Feb 2016 16:17:25 -0800 8149600: javac, remove unused options, step 2
Wed, 10 Feb 2016 15:11:40 -0800 8148808: javac, remove unused options, step 1
Mon, 22 Aug 2016 13:54:33 +0200 Issue #252312 - NullPointerException at com.sun.tools.javac.comp.Check.checkNonCyclicElements - fixed.
Fri, 04 Dec 2015 18:10:48 +0100 Merge with Verona.
Thu, 12 Nov 2015 08:39:23 +0530 8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
Wed, 11 Nov 2015 17:13:10 +0530 8142467: Remove all references Flags.IPROXY
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, 13 Oct 2015 09:48:03 +0530 8000316: Huge performance bottleneck in com.sun.tools.javac.comp.Check.localClassName
Thu, 01 Oct 2015 19:47:06 +0530 8132535: Compiler fails with diamond anonymous class creation with intersection bound of enclosing class
Tue, 15 Sep 2015 13:43:44 +0100 8078093: Severe compiler performance regression Java 7 to 8 for nested method invocations
Fri, 24 Jul 2015 15:36:45 -0700 8132215: class InferenceContext should live in a separate file
Wed, 08 Jul 2015 19:01:57 +0530 8130745: Revert fix pushed for JDK-8074346
Sun, 28 Jun 2015 12:58:24 +0530 4869999: Error on import statement naming package containing no class files
Tue, 16 Jun 2015 09:39:59 +0530 8074346: Type annotation on a qualified type causes spurious 'cannot find symbol' errors
Sat, 25 Apr 2015 15:59:54 +0530 8078592: Compiler fails to reject erroneous use of diamond with anonymous classes involving "fresh" type variables.
Thu, 30 Apr 2015 12:21:50 +0200 8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
Tue, 28 Apr 2015 22:25:36 +0200 8078600: Infinite loop when compiling annotations with -XDcompletionDeps
Fri, 17 Apr 2015 11:52:10 +0200 8073534: Confusing / incorrect error message regarding annotations on non-declarations
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.
Mon, 02 Mar 2015 10:41:08 +0530 8071453: Allow interface methods to be private
Tue, 24 Feb 2015 16:11:59 +0100 8067886: Inaccessible nested classes can be incorrectly imported
Mon, 16 Feb 2015 12:24:25 +0000 8071241: Investigate alternate strategy for type-checking operators
Fri, 23 Jan 2015 15:14:53 +0100 8069254: Warning issued despite @SafeVarargs annotation on constructor
Fri, 16 Jan 2015 14:47:25 +0100 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
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