Mon, 16 Oct 2017 16:07:48 +0800 merge file | diff | annotate
Mon, 15 Jun 2015 10:10:16 -0700 8068489: remove unnecessary complexity in Flow and Bits, after JDK-8064857 file | diff | annotate
Thu, 12 Oct 2017 19:50:01 +0800 merge file | diff | annotate
Fri, 14 Nov 2014 20:27:08 +0100 8062747: Compiler error when anonymous class uses method with parametrized exception file | diff | annotate
Tue, 09 Sep 2014 12:16:25 -0400 8054210: NullPointerException when compiling specific code. file | diff | annotate
Tue, 09 Sep 2014 10:43:06 -0700 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class file | diff | annotate
Thu, 31 Aug 2017 15:17:03 +0800 merge file | diff | annotate
Tue, 27 May 2014 22:26:53 +0100 8042741: Java 8 compiler throws NullPointerException depending location in source file file | diff | annotate
Wed, 30 Apr 2014 23:29:43 +0100 8039026: Definitely unassigned field can be accessed file | diff | annotate
Tue, 22 Apr 2014 17:55:22 +0100 8029718: Should always use lambda body structure to disambiguate overload resolution file | diff | annotate
Mon, 27 Jan 2014 21:05:58 +0000 8030218: javac, compile time error isn't shown when final static field is not assigned, follow-up file | diff | annotate
Fri, 18 Oct 2013 15:03:34 -0700 8026749: Missing LV table in lambda bodies file | diff | annotate
Wed, 16 Oct 2013 10:47:21 -0700 8026704: Build failure with --enable-debug file | diff | annotate
Mon, 14 Oct 2013 23:07:43 -0700 8025998: Missing LV table in lambda bodies file | diff | annotate
Mon, 23 Sep 2013 10:42:38 +0200 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb() file | diff | annotate
Sat, 14 Sep 2013 19:04:47 +0100 7047734: javac, the LVT is not generated correctly in several scenarios file | diff | annotate
Mon, 09 Sep 2013 23:13:45 +0200 8019521: Enhanced rethrow disabled in lambdas file | diff | annotate
Thu, 15 Aug 2013 22:33:43 +0200 8015809: More user friendly compile-time errors for uncaught exceptions in lambda expression file | diff | annotate
Fri, 19 Jul 2013 07:22:53 -0700 8017216: javac doesn't fill in end position for some errors of type not found file | diff | annotate
Wed, 17 Jul 2013 14:13:15 +0100 8020147: Spurious errors when compiling nested stuck lambdas file | diff | annotate
Tue, 02 Jul 2013 22:49:40 +0100 6326693: variable x might already have been assigned, when assignment is in catch block file | diff | annotate
Tue, 04 Jun 2013 14:17:50 -0700 8004643: Reduce javac space overhead introduced with compiler support for repeating annotations file | diff | annotate
Fri, 31 May 2013 10:04:59 +0100 7179353: try-with-resources fails to compile with generic exception parameters file | diff | annotate
Fri, 26 Apr 2013 10:17:01 +0100 8008562: javac, a refactoring to Bits is necessary in order to provide a change history file | diff | annotate
Mon, 15 Apr 2013 14:12:17 +0100 8011377: Javac crashes when multiple lambdas are defined in an array file | diff | annotate
Wed, 23 Jan 2013 13:27:24 -0800 8006775: JSR 308: Compiler changes in JDK8 file | diff | annotate
Mon, 10 Dec 2012 16:21:26 +0000 8003967: detect and remove all mutable implicit static enum fields in langtools file | diff | annotate
Sat, 17 Nov 2012 19:01:03 +0000 8003280: Add lambda tests file | diff | annotate
Tue, 13 Nov 2012 15:09:15 -0800 8003299: Cleanup javac Log support for deferred diagnostics file | diff | annotate
Thu, 25 Oct 2012 11:09:36 -0700 7200915: convert TypeTags from a series of small ints to an enum file | diff | annotate
Tue, 09 Oct 2012 19:31:58 -0700 8000208: fix langtools javadoc comment issues file | diff | annotate
Fri, 05 Oct 2012 14:35:24 +0100 7177385: Add attribution support for lambda expressions file | diff | annotate
Tue, 25 Sep 2012 13:06:58 -0700 7193657: provide internal ArrayUtils class to simplify common usage of arrays in javac file | diff | annotate
Fri, 31 Aug 2012 10:37:46 +0100 7151010: Add compiler support for repeating annotations file | diff | annotate
Thu, 02 Aug 2012 18:23:21 +0100 7175538: Integrate efectively final check with DA/DU analysis file | diff | annotate
Fri, 13 Jul 2012 12:58:50 +0100 7181578: javac reports uninitialized variable with nested try...finally blocks file | diff | annotate
Mon, 26 Mar 2012 15:27:51 +0100 7151580: Separate DA/DU logic from exception checking logic in Flow.java file | diff | annotate
Tue, 08 Nov 2011 11:51:05 -0800 6921494: provide way to print javac tree tag values file | diff | annotate
Fri, 29 Apr 2011 16:05:29 +0100 7039937: Improved catch analysis fails to handle a common idiom in the libraries file | diff | annotate
Wed, 13 Apr 2011 11:35:43 -0700 7032975: API files in javax.annotation.processing need to be updated for references to JLS file | diff | annotate
Wed, 06 Apr 2011 19:30:57 -0700 7033809: Rename "disjunctive" to "union" in javax.lang.model file | diff | annotate
Wed, 16 Mar 2011 11:12:26 +0000 6558548: The compiler needs to be aligned with clarified specification of throws file | diff | annotate
Thu, 03 Mar 2011 17:32:35 +0000 7023703: Valid code doesn't compile file | diff | annotate
Thu, 03 Mar 2011 09:43:24 +0000 7023233: False positive for -Xlint:try with nested try with resources blocks file | diff | annotate
Wed, 16 Feb 2011 10:27:00 -0800 6990136: Cleanup use of Type.clone() file | diff | annotate
Tue, 15 Feb 2011 11:51:04 +0000 7017104: improve error reporting for uncaught/undeclared exceptions from try-with-resources file | diff | annotate
Fri, 14 Jan 2011 09:45:04 +0000 6992698: JSR 292: remove support for transient syntax in polymorphic signature calls file | diff | annotate
Mon, 10 Jan 2011 15:08:31 -0800 6396503: javac should not require assertions enabled file | diff | annotate
Mon, 10 Jan 2011 14:57:59 -0800 6992999: fully remove JSR 308 from langtools file | diff | annotate
Tue, 28 Dec 2010 15:54:52 -0800 6962318: Update copyright year file | diff | annotate
Mon, 06 Dec 2010 11:49:00 +0000 7003744: Compiler error concerning final variables file | diff | annotate
Fri, 12 Nov 2010 12:34:18 +0000 6970016: Clean up ARM/try-with-resources implementation file | diff | annotate
Fri, 12 Nov 2010 12:33:52 +0000 6999067: cast for invokeExact call gets redundant cast to <type> warnings file | diff | annotate
Thu, 04 Nov 2010 12:57:48 +0000 6993963: Project Coin: Use precise exception analysis for effectively final catch parameters file | diff | annotate
Tue, 26 Oct 2010 14:29:48 -0700 6949587: rename "DisjointType" to "DisjunctType" file | diff | annotate
Tue, 07 Sep 2010 17:33:43 +0100 6970584: Flow.java should be more error-friendly file | diff | annotate
Thu, 29 Jul 2010 15:57:43 +0100 6970833: Try-with-resource implementation throws an NPE during Flow analysis file | diff | annotate
Mon, 26 Jul 2010 14:25:56 -0700 6957438: improve code for generating warning messages containing option names file | diff | annotate
Fri, 16 Jul 2010 19:35:24 -0700 6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler file | diff | annotate
Thu, 10 Jun 2010 16:08:01 -0700 6944312: Potential rebranding issues in openjdk/langtools repository sources file | diff | annotate
(0)-60tip

mercurial