langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
Tue, 13 Jun 2017 11:21:09 -0700 vromero 8181464: Invalid lambda in annotation causes NPE in Lint.augment
Thu, 01 Jun 2017 12:51:26 -0700 vromero 7170058: Confusing error message from javac when overriding a method from a raw supertype
Fri, 12 May 2017 06:42:37 +0200 jlahoda 8178152: Handling of incubating modules, the jdk.unsupported module and --add-exports with --release <current>
Mon, 24 Apr 2017 14:59:43 -0700 jjg 8176327: javac produces wrong module-info
Mon, 10 Apr 2017 11:08:59 +0200 jlahoda 8178011: Automatic module warnings
Wed, 05 Apr 2017 14:34:15 +0530 sadayapalam 8176572: Javac does not enforce module name restrictions
Tue, 14 Mar 2017 07:11:45 +0100 jlahoda 8175057: module-info on patch path should not produce an error
Wed, 15 Feb 2017 20:31:16 +0100 jlahoda 8175038: Wrong note about multiple type/package elements being found.
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
Wed, 08 Feb 2017 06:43:34 -0800 vromero 8174027: error message should adapt to the corresponding top level element
Mon, 06 Feb 2017 12:35:13 -0800 jjg 8172901: javac: 'opens' statement cannot specify non observable package
Mon, 06 Feb 2017 18:14:51 +0530 sadayapalam 8166420: Confusing error message when reading bad module declaration
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 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
Tue, 17 Jan 2017 07:41:04 +0100 jlahoda 8172262: packages missing from docs build
Wed, 11 Jan 2017 10:59:57 +0100 jlahoda 8169197: Improve error reporting for compiling against unexported package
Tue, 03 Jan 2017 17:49:08 -0500 cushon 8172214: typo in "intersection types in cast are not supported" message
Wed, 21 Dec 2016 15:40:08 -0800 cushon 8171132: Improve class reading of invalid or out-of-range ConstantValue attributes
Sat, 17 Dec 2016 16:57:14 -0500 vromero 8169005: tools/javac/T8132562/ClassPathWithDoubleQuotesTest.java fails after fix to JDK-8132562
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
Tue, 22 Nov 2016 15:57:32 -0800 jjg 8164590: javac --inherit-runtime-environment fails with "cannot find modules: ALL-DEFAULT"
Thu, 01 Dec 2016 09:02:42 +0000 alanb 8169069: Module system implementation refresh (11/2016)
Mon, 07 Nov 2016 16:08:18 +0000 mcimadamore 8169093: Generics, javac not matching actual and formal arguments.
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
Thu, 20 Oct 2016 13:44:51 -0700 jjg 8145471: javac changes for enhanced deprecation
Wed, 02 Mar 2016 18:25:01 -0500 vromero 8026721: Enhance Lambda serialization
Thu, 06 Oct 2016 14:03:58 +0200 jlahoda 8153362: Add javac -Xlint warning to list exposed types which are not accessible
Tue, 04 Oct 2016 16:25:19 +0200 jlahoda 8152911: javac assertion error when compiling overlay sources
Tue, 30 Aug 2016 17:47:46 -0700 mchung 8160851: Remove old launcher module-related options
Mon, 22 Aug 2016 09:59:43 +0200 jlahoda 8153391: an image created for \"jdk.compiler\" fails to run javac
Tue, 16 Aug 2016 09:45:19 +0530 sadayapalam 8157512: AssertionError in javac when module-info < v53.0
Tue, 16 Aug 2016 09:13:33 +0530 sadayapalam 8157519: Error messages when compiling a malformed module-info.java confusing
Fri, 12 Aug 2016 11:49:18 +0530 sadayapalam 8068626: Add javac lint warning when the @Deprecated annotation is used where it is a no-op
Wed, 10 Aug 2016 15:47:46 -0700 jjg 8136930: Simplify use of module-system options by custom launchers
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'
Wed, 18 May 2016 11:38:20 +0530 sadayapalam 8154997: Add examples for jigsaw diagnostics
Mon, 16 May 2016 15:41:57 +0200 jlahoda 8078559: Update error message to indicate illegal character when encoding set to ascii
Mon, 16 May 2016 13:05:42 +0100 mcimadamore 8153884: Expression lambda erroneously compatible with void-returning descriptor
Fri, 06 May 2016 16:06:27 -0400 vromero 8153268: javac accepts enums being referenced by 'uses' statement
Wed, 23 Mar 2016 13:39:15 +0100 alundblad 8027999: Poorly worded error message when attempting to assign to this
Thu, 17 Mar 2016 19:04:28 +0000 alanb 8142968: Module System implementation
Thu, 03 Mar 2016 06:10:58 +0530 sadayapalam 8151018: javac should emit a clearer diagnostic when a <> inferred anonymous type's non-private methods don't override super's
Mon, 22 Feb 2016 16:17:25 -0800 vromero 8149600: javac, remove unused options, step 2
Wed, 10 Feb 2016 15:11:40 -0800 vromero 8148808: javac, remove unused options, step 1
Thu, 26 Nov 2015 17:38:15 +0530 sadayapalam 8078660: Misleading recommendation from diamond finder.
Thu, 19 Nov 2015 16:43:11 +0000 mcimadamore 8067767: type inference performance regression
Thu, 12 Nov 2015 08:39:23 +0530 sadayapalam 8139255: javac reports "cannot override" messages instead of "cannot hide" messages for static methods
Thu, 30 Apr 2015 12:21:50 +0200 alundblad 8044196: Incorrect applying of repeatable annotations with incompatible target to type parameter
Wed, 22 Apr 2015 09:44:15 -0700 vromero 8078024: javac, several incorporation steps are silently failing when an error should be reported
Fri, 17 Apr 2015 12:37:11 +0200 alundblad 8043984: Confusing (incorrect) error message on repeatable annotations
Fri, 17 Apr 2015 11:52:10 +0200 alundblad 8073534: Confusing / incorrect error message regarding annotations on non-declarations
Mon, 30 Mar 2015 17:09:14 +0530 sadayapalam 8062373: Project Coin: diamond and anonymous classes
Fri, 13 Mar 2015 13:15:24 +0530 sadayapalam 8071847: java.lang.NullPointerException at com.sun.tools.javac.code.Types.elemtype(Types.java:1870)
less more (0) -60 tip