test/tools/javac/modules/EdgeCases.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.
Wed, 29 Mar 2017 10:27:23 +0200 8177311: Denied access when named module accesses unreferences package from the unnamed module
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
Thu, 23 Feb 2017 09:58:22 +0100 Merging recent changes in JDK javac (b157).
Thu, 26 Jan 2017 14:14:01 +0100 8173068: ElementUtils getPackageElement does not allow for an unnamed package
Fri, 20 Jan 2017 15:32:07 +0100 8173117: Compilation significantly slower after JDK-8169197
Fri, 20 Jan 2017 15:32:03 +0100 8172809: Error compiling javafx modules after fix for JDK-8169197
Fri, 20 Jan 2017 09:26:49 +0100 8171098: NPE when --add-modules java.corba is used
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 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)
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
Mon, 07 Nov 2016 14:00:49 +0100 Merging recent changes in JDK9 javac.
Tue, 11 Oct 2016 10:31:10 +0200 8167320: Trying to document only java.base causes a NPE in javac
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
Fri, 19 Aug 2016 11:53:22 +0200 Merge recent changes in JDK9.
Wed, 10 Aug 2016 15:47:46 -0700 8136930: Simplify use of module-system options by custom launchers
Tue, 26 Jul 2016 16:47:43 +0200 Modified to prevent errors thown due to broken platform.
Mon, 02 May 2016 16:17:39 -0700 8155774: move code from ModuleTestBase to toolbox
Fri, 15 Apr 2016 11:39:31 +0200 8154283: Check for clash between package and class not working when package in a different module
Thu, 31 Mar 2016 15:20:50 -0700 8152897: refactor ToolBox to allow reduced documented dependencies
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation