src/jdk.compiler/share/classes/com/sun/tools/javac/code/ModuleFinder.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.
Thu, 30 Mar 2017 11:40:24 +0200 Merging recent changes in JDK9 javac.
Wed, 15 Mar 2017 15:46:43 +0100 8176743: tools/javac/modules/MOptionTest.java test fails on Mac
Tue, 14 Mar 2017 07:11:45 +0100 8175057: module-info on patch path should not produce an error
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
Tue, 10 Jan 2017 10:13:47 +0100 Enhancing error recovery.
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).
Wed, 16 Nov 2016 12:12:02 -0800 8163190: Clarify JavaFileManager use of \"module location\"
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, 26 Jul 2016 16:47:43 +0200 Modified to prevent errors thown due to broken platform.
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation