langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java
Fri, 16 Jun 2017 09:21:38 -0700 alanb 8181087: Module system implementation refresh (6/2017)
Thu, 15 Jun 2017 13:44:42 +0200 jlahoda 8170326: Inconsistencies between code, compiler.properties and comments
Fri, 19 May 2017 04:59:51 +0000 lana Merge
Fri, 12 May 2017 06:42:37 +0200 jlahoda 8178152: Handling of incubating modules, the jdk.unsupported module and --add-exports with --release <current>
Fri, 05 May 2017 04:47:36 +0000 lana Merge
Mon, 24 Apr 2017 14:59:43 -0700 jjg 8176327: javac produces wrong module-info
Wed, 19 Apr 2017 13:38:36 +0200 jlahoda 8178012: Finish removal of -Xmodule:
Thu, 13 Apr 2017 20:35:35 +0000 lana Merge
Mon, 10 Apr 2017 11:08:59 +0200 jlahoda 8178011: Automatic module warnings
Fri, 07 Apr 2017 08:08:26 +0000 alanb 8177530: Module system implementation refresh (4/2017)
Sat, 25 Mar 2017 01:44:48 +0000 lana Merge
Tue, 14 Mar 2017 10:51:19 +0100 jlahoda 8175119: Need to specify module of types created by Filer.createSourceFile/Filer.createClassFile?
Tue, 14 Mar 2017 08:19:41 +0100 jlahoda 8176045: No compile error when a package is not declared
Tue, 14 Mar 2017 07:11:45 +0100 jlahoda 8175057: module-info on patch path should not produce an error
Mon, 13 Mar 2017 19:58:38 +0000 lana Merge
Mon, 06 Mar 2017 13:17:33 +0100 jlahoda 8175560: Drop String pkgName from javax.tools.JavaFileManager.getLocationForModule(Location location, JavaFileObject fo, String pkgName)
Fri, 03 Mar 2017 10:37:53 -0800 vromero 8175191: dead code removal at package com.sun.tools.javac.comp
Tue, 14 Feb 2017 15:45:17 -0800 vromero 8174243: incorrect error message for nested service provider
Mon, 13 Feb 2017 09:37:26 +0100 jlahoda 8173777: Merge javac -Xmodule into javac--patch-module
Mon, 06 Feb 2017 12:35:13 -0800 jjg 8172901: javac: 'opens' statement cannot specify non observable package
Fri, 03 Feb 2017 08:16:24 -0800 vromero 8172240: javac should not need the transitive closure to compile a module
Thu, 02 Feb 2017 14:34:21 -0800 jjg 8172807: Javac doesn't report errors on duplicate provides with different service implementations
Fri, 20 Jan 2017 15:32:03 +0100 jlahoda 8172809: Error compiling javafx modules after fix for JDK-8169197
Fri, 20 Jan 2017 13:20:42 +0100 jlahoda 8171177: Compiler should issue a warning for incubating modules that are resolved
Thu, 19 Jan 2017 15:12:59 -0800 jjg 8165102: incorrect message from javac
Wed, 11 Jan 2017 10:59:57 +0100 jlahoda 8169197: Improve error reporting for compiling against unexported package
Tue, 20 Dec 2016 05:50:39 -0800 jjg 8171412: tools/javac/modules/AddLimitMods.java failed with "error: module not found"
Fri, 16 Dec 2016 15:27:34 +0000 mcimadamore 8181370: Convert anonymous inner classes into lambdas/method references
Fri, 16 Dec 2016 12:02:30 +0100 jlahoda 8133896: Update javax.lang.model APIs
Fri, 16 Dec 2016 08:17:55 +0000 alanb Merge
Tue, 13 Dec 2016 10:49:28 +0100 jlahoda 8072988: Update javax.annotation.processing for modules
Fri, 16 Dec 2016 05:47:58 +0000 alanb 8170987: Module system implementation refresh (12/2016)
Thu, 01 Dec 2016 11:16:45 +0000 alanb Merge
Wed, 16 Nov 2016 12:12:02 -0800 jjg 8163190: Clarify JavaFileManager use of \"module location\"
Thu, 01 Dec 2016 09:02:42 +0000 alanb 8169069: Module system implementation refresh (11/2016)
Mon, 14 Nov 2016 19:45:41 +0530 sadayapalam 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 mcimadamore 8168854: javac erroneously reject a a service interface inner class in a provides clause
Thu, 03 Nov 2016 13:59:15 -0700 jjg 8167975: align javac --add-* modules options with launcher
Wed, 02 Nov 2016 20:21:45 +0100 jlahoda 8169074: Build is failing after JDK-8166538
Wed, 02 Nov 2016 16:48:57 +0100 jlahoda 8166538: Improve error reporting for compiling against unexported package
Tue, 04 Oct 2016 16:25:19 +0200 jlahoda 8152911: javac assertion error when compiling overlay sources
Mon, 29 Aug 2016 15:53:03 +0200 jlahoda 8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
Tue, 30 Aug 2016 17:47:46 -0700 mchung 8160851: Remove old launcher module-related options
Mon, 29 Aug 2016 18:14:26 +0200 jlahoda 8164951: Build broken after JDK-8164745
Mon, 29 Aug 2016 15:53:03 +0200 jlahoda 8164745: javac -Xmodule compiles the module in a way that reads the unnamed module
Thu, 11 Aug 2016 17:26:12 +0200 jlahoda 8133884: javac moduleName/className and moduleName/packageName options
Wed, 10 Aug 2016 15:47:46 -0700 jjg 8136930: Simplify use of module-system options by custom launchers
Wed, 20 Jul 2016 12:49:32 -0700 ksrini 8154705: invalid use of ALL-MODULE-PATH causes crash
Thu, 28 Jul 2016 10:13:34 +0530 sadayapalam 8158224: NullPointerException in com.sun.tools.javac.comp.Modules.checkCyclicDependencies when module missing
Tue, 28 Jun 2016 13:33:04 +0200 jlahoda 8155026: javac grants implied readability to explicit modules
Mon, 27 Jun 2016 12:29:41 -0700 vromero 8159439: javac throws NPE with Module attribute and super_class != 0
Tue, 31 May 2016 13:00:17 -0400 vromero 8152062: obscure error message for bad 'provides'
Fri, 27 May 2016 19:45:57 -0400 vromero 8152785: Remove javac -XDnoModules
Fri, 06 May 2016 16:06:27 -0400 vromero 8153268: javac accepts enums being referenced by 'uses' statement
Tue, 03 May 2016 09:11:12 +0100 alanb 8154956: Module system implementation refresh (4/2016)
Thu, 17 Mar 2016 19:04:28 +0000 alanb 8142968: Module System implementation
less more (0) tip