src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/ClassReader.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 13:39:50 +0200 Issue #268429 - NullPointerException at com.sun.tools.javac.jvm.Code.emitop0 - fixed.
Thu, 16 Mar 2017 15:54:37 +0100 Merging recent changes in JDK9 javac.
Wed, 08 Mar 2017 13:17:07 +0530 8175184: Annotation processor observes interface private methods as default methods
Thu, 23 Feb 2017 09:58:22 +0100 Merging recent changes in JDK javac (b157).
Thu, 19 Jan 2017 19:14:51 -0800 8147414: java.nio.file.ClosedFileSystemException in javadoc
Wed, 21 Dec 2016 15:40:08 -0800 8171132: Improve class reading of invalid or out-of-range ConstantValue attributes
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 05:47:58 +0000 8170987: Module system implementation refresh (12/2016)
Fri, 09 Dec 2016 18:06:48 +0100 8170667: ClassReader assigns method parameters from MethodParameters incorrectly when long/double parameters are present
Thu, 01 Dec 2016 09:02:42 +0000 8169069: Module system implementation refresh (11/2016)
Thu, 10 Nov 2016 17:27:01 +0100 8166700: NPE during invoking getEnclosedElements() on javax.lang.model.element.Element instance representing a package
Thu, 03 Nov 2016 11:46:20 +0100 8166635: getEnclosedElements() on package causes BadClassFile error
Mon, 07 Nov 2016 14:00:49 +0100 Merging recent changes in JDK9 javac.
Thu, 20 Oct 2016 13:44:51 -0700 8145471: javac changes for enhanced deprecation
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
Thu, 15 Sep 2016 09:29:54 +0200 Fixed: ModuleSymbol read by ClassReader does not contain requires directives specified by --add-reads cmd option.
Wed, 07 Sep 2016 14:34:08 +0200 Merging recent changes in JDK9.
Tue, 16 Aug 2016 09:45:19 +0530 8157512: AssertionError in javac when module-info < v53.0
Wed, 07 Sep 2016 13:16:52 +0200 ModuleSymbol coupling implemented.
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.
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
Mon, 27 Jun 2016 12:29:41 -0700 8159439: javac throws NPE with Module attribute and super_class != 0
Tue, 21 Jun 2016 21:06:54 +0200 8136453: Parameter name indices array size not updated correctly
Mon, 18 Apr 2016 14:04:09 -0700 8145468: update java.lang APIs with new deprecations
Wed, 06 Apr 2016 13:49:50 -0400 8151191: javac error when running javadoc on some inner classes
Thu, 17 Mar 2016 19:04:28 +0000 8142968: Module System implementation
Wed, 10 Feb 2016 15:11:40 -0800 8148808: javac, remove unused options, step 1
Mon, 07 Dec 2015 14:02:55 -0800 8059976: Convert JavacFileManager to use java.nio.file internally
Wed, 11 Nov 2015 10:37:55 +0100 Merging recent changes in JDK9.
Wed, 01 Jul 2015 09:51:48 +0200 8072480: javac should support compilation for a specific platform version
Tue, 07 Apr 2015 11:04:29 -0700 8031744: Annotations on many Language Model elements are not returned
Fri, 13 Mar 2015 13:15:24 +0530 8071847: java.lang.NullPointerException at com.sun.tools.javac.code.Types.elemtype(Types.java:1870)
Tue, 12 May 2015 16:13:54 +0200 Merge with JDK9.
Wed, 07 Jan 2015 17:06:47 -0800 8068639: Make certain annotation classfile warnings opt-in
Wed, 03 Dec 2014 19:28:40 +0000 Merge
Fri, 21 Nov 2014 10:38:43 -0800 8061876: replace java.io.File with java.nio.file.Path (again)
Wed, 03 Dec 2014 14:25:46 +0000 8049367: Modular Run-Time Images
Tue, 21 Oct 2014 17:50:13 -0700 8061723: 8060056 breaks tests on Windows
Tue, 21 Oct 2014 13:08:20 -0700 8060056: replace java.io.File with java.nio.file.Path
Tue, 21 Oct 2014 09:01:51 -0400 8054457: Refactor Symbol kinds from small ints to an enum
Mon, 22 Sep 2014 17:09:33 -0400 8048614: Add TypeMetadata to contain type annotations and other type information
Mon, 08 Sep 2014 13:11:28 +0200 8056021: checkin for JDK-8027262 breaks Checker Framework
Wed, 27 Aug 2014 07:44:00 +0200 8056061: Mark implementations of public interfaces with an annotation
Sun, 17 Aug 2014 15:52:32 +0100 8054834: Modular Source Code