src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.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.
Mon, 22 May 2017 20:31:55 +0200 #270696: UnsupportedOperationException at javax.tools.JavaFileManager.contains
Wed, 17 May 2017 14:21:19 +0200 Merging recent changes in JKD9 javac.
Mon, 24 Apr 2017 14:59:43 -0700 8176327: javac produces wrong module-info
Wed, 19 Apr 2017 13:38:36 +0200 8178012: Finish removal of -Xmodule:
Mon, 10 Apr 2017 11:08:59 +0200 8178011: Automatic module warnings
Fri, 07 Apr 2017 08:08:26 +0000 8177530: Module system implementation refresh (4/2017)
Wed, 26 Apr 2017 14:41:17 +0200 Fixed: ClassCastException while saving file processed by processor generating a java source file.
Tue, 04 Apr 2017 13:38:12 +0200 NPE thrown when invoking code completion.
Thu, 30 Mar 2017 11:40:24 +0200 Merging recent changes in JDK9 javac.
Tue, 14 Mar 2017 10:51:19 +0100 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
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
Thu, 16 Mar 2017 15:54:37 +0100 Merging recent changes in JDK9 javac.
Mon, 06 Mar 2017 13:17:33 +0100 8175560: Drop String pkgName from javax.tools.JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName)
Tue, 14 Feb 2017 15:45:17 -0800 8174243: incorrect error message for nested service provider
Thu, 23 Feb 2017 09:59:32 +0100 Automated merge with file:///home/balek/wrk/netbeans/main/nb-javac
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 12:35:13 -0800 8172901: javac: 'opens' statement cannot specify non observable package
Fri, 03 Feb 2017 08:16:24 -0800 8172240: javac should not need the transitive closure to compile a module
Thu, 02 Feb 2017 14:34:21 -0800 8172807: Javac doesn't report errors on duplicate provides with different service implementations
Fri, 20 Jan 2017 15:32:03 +0100 8172809: Error compiling javafx modules after fix for JDK-8169197
Fri, 20 Jan 2017 13:20:42 +0100 8171177: Compiler should issue a warning for incubating modules that are resolved
Thu, 19 Jan 2017 15:12:59 -0800 8165102: incorrect message from javac
Wed, 11 Jan 2017 10:59:57 +0100 8169197: Improve error reporting for compiling against unexported package
Thu, 16 Feb 2017 11:01:32 +0100 Enhancing error recovery for a class located in the default package used in the multi-module mode.
Wed, 18 Jan 2017 17:12:23 +0100 Cannot resolve types from the same module when no (module)sourcepath.
Tue, 03 Jan 2017 13:22:34 +0100 Merging recent changes in JDK9 javac (b150).
Tue, 20 Dec 2016 05:50:39 -0800 8171412: tools/javac/modules/AddLimitMods.java failed with "error: module not found"
Fri, 16 Dec 2016 15:27:34 +0000 8181370: Convert anonymous inner classes into lambdas/method references
Fri, 16 Dec 2016 12:02:30 +0100 8133896: Update javax.lang.model APIs
Fri, 16 Dec 2016 08:17:55 +0000 Merge
Fri, 16 Dec 2016 05:47:58 +0000 8170987: Module system implementation refresh (12/2016)
Tue, 13 Dec 2016 10:49:28 +0100 8072988: Update javax.annotation.processing for modules
Thu, 01 Dec 2016 11:16:45 +0000 Merge
Thu, 01 Dec 2016 09:02:42 +0000 8169069: Module system implementation refresh (11/2016)
Wed, 16 Nov 2016 12:12:02 -0800 8163190: Clarify JavaFileManager use of \"module location\"
Mon, 14 Nov 2016 19:45:41 +0530 8168312: javac throws NPE if annotation processor is specified and module is declared in a file named arbitrarily
Mon, 07 Nov 2016 11:16:23 +0000 8168854: javac erroneously reject a a service interface inner class in a provides clause
Thu, 03 Nov 2016 13:59:15 -0700 8167975: align javac --add-* modules options with launcher
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
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
Mon, 29 Aug 2016 15:53:03 +0200 8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
Tue, 30 Aug 2016 17:47:46 -0700 8160851: Remove old launcher module-related options
Fri, 16 Sep 2016 12:24:03 +0200 Modified to prevent NPE.
Wed, 07 Sep 2016 14:34:08 +0200 Merging recent changes in JDK9.
Mon, 29 Aug 2016 18:14:26 +0200 8164951: Build broken after JDK-8164745
Mon, 29 Aug 2016 15:53:03 +0200 8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
Wed, 07 Sep 2016 13:16:52 +0200 ModuleSymbol coupling implemented.
Tue, 23 Aug 2016 15:51:28 +0200 Modified to prevent AssertionErrors.
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
Thu, 28 Jul 2016 10:13:34 +0530 8158224: NullPointerException in com.sun.tools.javac.comp.Modules.checkCyclicDependencies when module missing
Tue, 26 Jul 2016 16:47:43 +0200 Modified to prevent errors thown due to broken platform.
Wed, 30 Mar 2016 13:32:42 +0200 Modified to prevent NPEs thrown when accessing uncompleted automatic module symbol - fix cont.