src/jdk.compiler/share/classes/com/sun/tools/javac/main/JavaCompiler.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.
Tue, 25 Apr 2017 14:27:30 +0200 Fixing errors reported with the wrong sources.
Fri, 21 Apr 2017 13:18:55 +0200 Issue #269836 - NullPointerException at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.unrecoverableError - fixed.
Mon, 10 Apr 2017 19:16:04 +0200 Modified to fix failing tests.
Thu, 06 Apr 2017 15:42:49 +0200 Issue #236701 - AssertionError at com.sun.tools.javac.comp.Lower.classOfType - fixed.
Thu, 30 Mar 2017 11:40:24 +0200 Merging recent changes in JDK9 javac.
Tue, 14 Mar 2017 08:19:41 +0100 8176045: No compile error when a package is not declared
Tue, 14 Mar 2017 07:11:45 +0100 8175057: module-info on patch path should not produce an error
Wed, 29 Mar 2017 16:30:25 +0200 Fixing broken multi-pass compilation.
Thu, 16 Mar 2017 15:54:37 +0100 Merging recent changes in JDK9 javac.
Wed, 15 Feb 2017 14:12:29 -0800 8173596: JavaCompiler.CompilationTask should support addModules
Thu, 23 Feb 2017 09:58:22 +0100 Merging recent changes in JDK javac (b157).
Mon, 13 Feb 2017 09:37:26 +0100 8173777: Merge javac -Xmodule into javac--patch-module
Mon, 06 Feb 2017 18:14:51 +0530 8166420: Confusing error message when reading bad module declaration
Thu, 26 Jan 2017 14:11:38 +0100 8067747: javac throws exception during compilation when annotation processing is enabled
Fri, 20 Jan 2017 09:26:49 +0100 8171098: NPE when --add-modules java.corba is used
Mon, 09 Jan 2017 16:44:45 +0100 8172411: -XDnoModules must be removed
Thu, 09 Feb 2017 10:38:23 +0100 Modified to prevent AssertionErrors from Annotate.
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
Mon, 24 Oct 2016 16:46:01 +0200 OnePassCompileWorker does not generate files cleaned by newRound from todo.
Tue, 11 Oct 2016 15:36:59 +0200 Merging recent changes in JDK9 javac.
Tue, 04 Oct 2016 16:25:19 +0200 8152911: javac assertion error when compiling overlay sources
Tue, 06 Sep 2016 17:04:43 -0700 8162546: change hidden options -Xdebug to --debug, -XshouldStop to --should-stop, and -diags to --diags
Fri, 19 Aug 2016 11:53:22 +0200 Merge recent changes in JDK9.
Thu, 11 Aug 2016 17:26:12 +0200 8133884: javac moduleName/className and moduleName/packageName options
Wed, 10 Aug 2016 15:47:46 -0700 8136930: Simplify use of module-system options by custom launchers
Wed, 20 Jul 2016 12:49:32 -0700 8154705: invalid use of ALL-MODULE-PATH causes crash
Tue, 26 Jul 2016 07:45:29 -0700 8161019: javac, fold formatter options
Mon, 11 Jul 2016 15:27:52 -0700 8161020: javac, fold stop compilation options
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.
Wed, 06 Jul 2016 09:42:27 -0700 8160891: javac, remove unused options, step 3
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation
Tue, 23 Feb 2016 16:13:48 -0800 8149772: cleanup handling of -encoding in JavacFileManager
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
Thu, 09 Jun 2016 16:19:26 +0200 Issue #253384 - AssertionError at com.sun.tools.javac.util.Assert.error - fixed.
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.
Mon, 31 Aug 2015 17:33:34 +0100 8129962: Investigate performance improvements in langtools combo tests
Mon, 13 Jul 2015 16:57:52 +0400 8080880: some docs cleanup for langtools
Wed, 01 Jul 2015 09:51:48 +0200 8072480: javac should support compilation for a specific platform version
Tue, 16 Jun 2015 14:48:25 +0200 Merge with JDK9 cont.
Tue, 12 May 2015 16:13:54 +0200 Merge with JDK9.
Tue, 21 Oct 2014 09:01:51 -0400 8054457: Refactor Symbol kinds from small ints to an enum
Tue, 07 Oct 2014 21:21:42 +0200 8059349: Public API scanning should be implemented in the form of a TaskListener
Fri, 22 Aug 2014 16:28:16 -0700 8044859: javac duplicates option processing when using Compiler API
Sun, 17 Aug 2014 15:52:32 +0100 8054834: Modular Source Code