Thu, 24 May 2018 16:48:51 +0800 Merge file | diff | annotate
Fri, 21 Aug 2015 13:52:30 +0100 8071291: Compiler crashes trying to cast UnionType to IntersectionClassType file | diff | annotate
Mon, 16 Oct 2017 16:07:48 +0800 merge file | diff | annotate
Tue, 26 May 2015 11:03:40 +0100 8055963: Inference failure with nested invocation file | diff | annotate
Thu, 12 Oct 2017 19:50:01 +0800 merge file | diff | annotate
Mon, 03 Nov 2014 16:03:37 -0800 8057800: Method reference with generic type creates NPE when compiling file | diff | annotate
Fri, 20 Jun 2014 20:36:54 +0100 8044546: Crash on faulty reduce/lambda file | diff | annotate
Thu, 31 Aug 2017 15:17:03 +0800 merge file | diff | annotate
Tue, 06 May 2014 15:46:09 -0600 8033718: Inference ignores capture variable as upper bound file | diff | annotate
Fri, 02 May 2014 01:25:26 +0100 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800 file | diff | annotate
Fri, 18 Apr 2014 23:58:05 +0100 8029002: javac should take multiple upper bounds into account in incorporation file | diff | annotate
Fri, 18 Apr 2014 23:50:41 +0100 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose file | diff | annotate
Wed, 19 Mar 2014 17:42:22 +0000 8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar file | diff | annotate
Tue, 22 Oct 2013 13:54:49 +0100 8025290: javac implicit versus explicit lambda compilation error file | diff | annotate
Mon, 23 Sep 2013 10:42:38 +0200 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb() file | diff | annotate
Mon, 02 Sep 2013 22:38:36 +0100 8016177: structural most specific and stuckness file | diff | annotate
Thu, 25 Jul 2013 14:47:43 +0100 8020804: javac crashes when speculative attribution infers intersection type with array component file | diff | annotate
Wed, 17 Jul 2013 14:21:12 +0100 8019942: Graph inference: avoid redundant computation during bound incorporation file | diff | annotate
Wed, 17 Jul 2013 14:19:02 +0100 8020149: Graph inference: wrong logic for picking best variable to solve file | diff | annotate
Wed, 17 Jul 2013 14:11:41 +0100 8012238: Nested method capture and inference file | diff | annotate
Wed, 17 Jul 2013 14:09:46 +0100 8016175: Add bottom-up type-checking support for unambiguous method references file | diff | annotate
Wed, 17 Jul 2013 14:04:01 +0100 8012242: Lambda compatibility and checked exceptions file | diff | annotate
Fri, 05 Jul 2013 11:05:02 +0100 8019824: very long error messages on inference error file | diff | annotate
Tue, 25 Jun 2013 16:12:53 +0100 8017104: javac should have a class for primitive types that inherits from Type file | diff | annotate
Tue, 18 Jun 2013 19:02:48 +0100 8016267: javac, TypeTag refactoring has provoked performance issues file | diff | annotate
Tue, 04 Jun 2013 11:34:31 +0100 8015505: Spurious inference error when return type of generic method requires unchecked conversion to target file | diff | annotate
Fri, 12 Apr 2013 12:05:04 +0200 7015104: use new subtype of TypeSymbol for type parameters file | diff | annotate
Mon, 08 Apr 2013 15:51:41 +0100 8010922: Cleanup: add support for ad-hoc method check logic file | diff | annotate
Fri, 22 Mar 2013 12:43:09 +0000 8010303: Graph inference: missing incorporation step causes spurious inference error file | diff | annotate
Tue, 12 Mar 2013 16:02:43 +0000 8009545: Graph inference: dependencies between inference variables should be set during incorporation file | diff | annotate
Thu, 28 Feb 2013 14:00:52 +0000 8008723: Graph Inference: bad graph calculation leads to assertion error file | diff | annotate
Tue, 12 Feb 2013 19:25:09 +0000 8007464: Add graph inference support file | diff | annotate
Wed, 06 Feb 2013 14:04:43 +0000 8007479: Refactor DeferredAttrContext so that it points to parent context file | diff | annotate
Wed, 06 Feb 2013 14:03:39 +0000 8007463: Cleanup inference related classes file | diff | annotate
Wed, 23 Jan 2013 15:08:03 +0000 8006692: jdk/test/java/util/Collections/BigBinarySearch.java fails to compile file | diff | annotate
Mon, 21 Jan 2013 20:13:56 +0000 8005244: Implement overload resolution as per latest spec EDR file | diff | annotate
Tue, 08 Jan 2013 10:15:30 +0100 8005243: Restructure method check code to allow pluggable checkers file | diff | annotate
Sat, 17 Nov 2012 19:01:03 +0000 8003280: Add lambda tests 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:10:00 -0700 8000663: clean up langtools imports file | diff | annotate
Fri, 05 Oct 2012 14:35:24 +0100 7177385: Add attribution support for lambda expressions file | diff | annotate
Thu, 04 Oct 2012 13:04:53 +0100 7177387: Add target-typing support in method context file | diff | annotate
Tue, 25 Sep 2012 11:56:46 +0100 7177306: Regression: unchecked method call does not erase return type file | diff | annotate
Tue, 25 Sep 2012 11:55:34 +0100 7175433: Inference cleanup: add helper class to handle inference variables file | diff | annotate
Thu, 02 Aug 2012 18:24:01 +0100 7187104: Inference cleanup: remove redundant exception classes in Infer.java file | diff | annotate
Thu, 02 Aug 2012 18:22:41 +0100 7175911: Simplify error reporting API in Check.CheckContext interface file | diff | annotate
Thu, 31 May 2012 17:42:14 +0100 7166552: Inference: cleanup usage of Type.ForAll file | diff | annotate
Wed, 11 Apr 2012 10:50:11 +0100 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java file | diff | annotate
Mon, 26 Mar 2012 15:28:49 +0100 7133185: Update 292 overload resolution logic to match JLS file | diff | annotate
Mon, 26 Mar 2012 15:28:22 +0100 7151492: Encapsulate check logic into Attr.ResultInfo file | diff | annotate
Fri, 09 Mar 2012 17:10:56 +0000 7151802: compiler update caused sqe test failed file | diff | annotate
Tue, 06 Mar 2012 13:28:05 +0000 7144506: Attr.checkMethod should be called after inference variables have been fixed file | diff | annotate
Tue, 24 Jan 2012 17:52:02 +0000 7129801: Merge the two method applicability routines file | diff | annotate
Thu, 12 Jan 2012 15:28:34 +0000 7123100: javac fails with java.lang.StackOverflowError file | diff | annotate
Tue, 08 Nov 2011 11:51:05 -0800 6921494: provide way to print javac tree tag values file | diff | annotate
Mon, 24 Oct 2011 13:00:30 +0100 7098660: Write better overload resolution/inference tests file | diff | annotate
Tue, 13 Sep 2011 14:15:39 +0100 7086601: Error message bug: cause for method mismatch is 'null' file | diff | annotate
Wed, 11 May 2011 13:10:57 +0200 7042566: Regression: new ambiguity between varargs method file | diff | annotate
Mon, 28 Feb 2011 11:48:53 +0000 7015430: Incorrect thrown type determined for unchecked invocations file | diff | annotate
Fri, 28 Jan 2011 12:03:49 +0000 6313164: javac generates code that fails byte code verification for the varargs feature file | diff | annotate
(0)-60tip

mercurial