src/jdk.compiler/share/classes/com/sun/tools/javac/resources/compiler.properties
Mon, 21 Oct 2019 15:38:26 +0200 jlahoda 8226585: Improve javac messages for using a preview API
Thu, 17 Oct 2019 20:54:25 +0100 chegar datagramsocketimpl-branch: merge with default datagramsocketimpl-branch
Thu, 17 Oct 2019 20:53:35 +0100 chegar datagramsocketimpl-branch: update to default datagramsocketimpl-branch
Wed, 18 Sep 2019 10:41:18 +0200 jlahoda 8228460: bootstrap class path not set in conjunction with -source 11
Thu, 12 Sep 2019 17:47:24 +0200 jlahoda Updating javac behavior w.r.t. preview API. Based on darcy's patch. JDK-8226585-branch
Tue, 13 Aug 2019 10:27:34 +0200 jlahoda 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
Tue, 13 Aug 2019 10:27:33 +0200 jlahoda 8228647: Broken enum produce inconvenient errors and AST
Thu, 27 Jun 2019 10:39:27 +0200 jlahoda 8226510: No compilation error when switch expression has no result expressions
Mon, 10 Jun 2019 05:09:52 +0200 jlahoda 8223305: Compiler support for Switch Expressions
Thu, 06 Jun 2019 12:24:44 -0300 jlaskey 8223967: Implement Text Blocks (Preview) in the Java compiler
Fri, 24 May 2019 12:25:18 +0200 jlahoda 8220702: compiling in the context of an automatic module disallows --add-modules ALL-MODULE-PATH
Thu, 23 May 2019 18:47:24 -0700 darcy 8224177: Harden annotation processing framework to irregular behavior from processors
Tue, 30 Apr 2019 10:39:22 +0200 jlahoda 8218152: [javac] fails and exits with no error if a bad annotation processor provided
Wed, 17 Apr 2019 15:37:20 +0100 mcimadamore 8222289: Overhaul logic for reading/writing constant pool entries
Tue, 26 Mar 2019 16:09:33 -0700 cushon 8220632: Suggest recompiling with a larger value of -Xmaxerrs/-Xmaxwarns if diagnostics were suppressed
Wed, 13 Mar 2019 22:05:09 -0700 cushon 8220644: Align required/found pairs in diagnostics
Thu, 14 Feb 2019 21:52:39 +0530 sdama 8201544: Improve javac command line parsing and error reporting
Wed, 09 Jan 2019 11:13:00 -0400 jlaskey 8215681: Remove compiler support for Raw String Literals from JDK 12 jdk-12+27
Wed, 21 Nov 2018 15:22:57 +0100 jlahoda 8212982: Rule cases in switch expression accepted even if complete normally
Thu, 04 Oct 2018 08:37:08 -0700 vromero 8211148: var in implicit lambdas shouldn't be accepted for source < 11
Wed, 12 Sep 2018 14:19:36 -0300 jlaskey 8206981: Compiler support for Raw String Literals
Fri, 31 Aug 2018 14:54:42 -0700 jjg 8208608: Update --module-source-path to allow explicit source paths for specific modules
Wed, 29 Aug 2018 09:36:17 +0200 jlahoda 8206986: Compiler support for Switch Expressions (Preview)
Thu, 12 Jul 2018 14:13:15 -0700 darcy 8028563: Remove javac support for 6/1.6 source and target values
Wed, 20 Jun 2018 11:47:07 +0100 mcimadamore 8195293: Issue more comprehensive warnings for use of \"var\" in earlier source versions
Thu, 14 Jun 2018 05:50:21 -0700 bsrbnd 8203813: javac accepts an illegal name as a receiver parameter name
Thu, 24 May 2018 11:13:42 +0100 mcimadamore 8203488: Remove error generation from TransTypes
Tue, 22 May 2018 13:37:05 +0100 mcimadamore 8203436: javac should fail early when emitting illegal signature attributes
Fri, 11 May 2018 10:39:04 -0700 vromero 8194998: broken error message for subclass of interface with private method
Tue, 24 Apr 2018 08:13:30 -0700 vromero 8201281: Truncated error message with Incompatible : null
Wed, 18 Apr 2018 16:02:53 -0400 vromero 8196433: use the new error diagnostic approach at javac.Main
Thu, 12 Apr 2018 13:55:20 +0100 mcimadamore 8199194: Add javac support for preview features
Fri, 06 Apr 2018 09:15:09 -0400 vromero 8199744: Incorrect compiler message for ReceiverParameter in inner class constructor
Tue, 27 Mar 2018 13:48:16 -0400 cushon 8200301: deduplicate lambda methods
Thu, 22 Feb 2018 15:49:32 -0500 vromero 8198512: compiler support for local-variable syntax for lambda parameters jdk-11+2
Wed, 21 Feb 2018 00:29:04 -0500 vromero 8198479: JDK build is broken by 8194892
Tue, 20 Feb 2018 11:45:16 -0500 vromero 8194892: add compiler support for local-variable syntax for lambda parameters
Mon, 05 Feb 2018 10:43:31 -0500 cushon 8190452: javac should not add MethodParameters attributes to v51 and earlier class files
Fri, 02 Feb 2018 07:43:54 -0500 vromero 8196403: remove the remaining use of string keys for errors and warnings in the compiler
Thu, 18 Jan 2018 18:58:46 +0000 lana Merge
Tue, 16 Jan 2018 17:27:06 -0800 darcy 8189146: Have use of "var" in 9 and earlier source versions issue a warning for type declarations
Tue, 16 Jan 2018 22:24:20 +0000 lana Merge
Mon, 08 Jan 2018 14:06:25 -0500 vromero 8187487: crash with classes with same binary name
Thu, 04 Jan 2018 04:22:28 +0000 lana Merge
Wed, 03 Jan 2018 11:10:56 -0800 jjg 8193125: javac should not compile a module if it requires java.base with modifiers
Tue, 02 Jan 2018 16:35:04 -0500 vromero 8187487: crash with classes with same binary name
Wed, 20 Dec 2017 15:33:31 +0000 mcimadamore 8057650: uniform error diagnostics for inconsistent inherited method signatures
Mon, 04 Dec 2017 17:54:49 +0000 mcimadamore 8189749: Devise strategy for making source level checks more uniform
Fri, 24 Nov 2017 16:14:33 +0000 mcimadamore 8191834: Assigning a void expression to a "var" crashes the compiler
Thu, 02 Nov 2017 11:16:27 +0100 jlahoda 8187681: Compiling for target 9 while also using --patch-module jdk-10+30
Tue, 26 Sep 2017 12:52:53 +0100 mcimadamore 8177466: Add compiler support for local variable type-inference
Tue, 12 Sep 2017 19:03:39 +0200 erikj 8187443: Forest Consolidation: Move files to unified layout
less more (0) tip