Mon, 16 Oct 2017 16:07:48 +0800 merge file | diff | annotate
Fri, 10 Jan 2014 12:47:15 +0100 8028389: NullPointerException compiling annotation values that have bodies file | diff | annotate
Fri, 01 May 2015 16:43:28 +0100 8064803: Javac erroneously uses instantiated signatures when merging abstract most-specific methods file | diff | annotate
Fri, 17 Apr 2015 08:55:59 -0600 8075520: Varargs access check mishandles capture variables file | diff | annotate
Thu, 12 Oct 2017 19:50:01 +0800 merge file | diff | annotate
Thu, 20 Nov 2014 14:05:39 -0800 8063052: Inference chokes on wildcard derived from method reference file | diff | annotate
Wed, 10 Sep 2014 10:51:36 +0100 8055514: Wrong, confusing error when non-static varargs referenced in static context file | diff | annotate
Fri, 20 Jun 2014 20:36:54 +0100 8044546: Crash on faulty reduce/lambda file | diff | annotate
Fri, 04 Jul 2014 16:34:44 +0100 8049075: javac, wildcards and generic vararg method invocation not accepted file | diff | annotate
Tue, 17 Jun 2014 17:33:01 +0100 8036953: Fix timing of varargs access check, per JDK-8016205 file | diff | annotate
Thu, 31 Aug 2017 15:17:03 +0800 merge file | diff | annotate
Tue, 27 May 2014 17:30:48 -0600 8042338: Refactor Types.upperBound to treat wildcards and variables separately file | diff | annotate
Wed, 14 May 2014 15:41:28 -0600 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types file | diff | annotate
Tue, 13 May 2014 16:14:54 +0100 8037379: fix for JDK-8029569 doesn't cover all possible cases file | diff | annotate
Fri, 09 May 2014 12:55:58 +0200 8041663: Sensitive dependence on location of nested interface 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:50:41 +0100 8035891: javac, rename method asFree() in InferenceContext to asUndetVar() which reflects better it's purpose file | diff | annotate
Thu, 06 Feb 2014 21:11:27 +0000 8030855: Default methods should be visible under source previous to 8 file | diff | annotate
Thu, 06 Feb 2014 21:03:03 +0000 8029240: Default methods not always visible under -source 7 file | diff | annotate
Mon, 09 Dec 2013 19:29:33 +0000 8029569: internal javac cast exception when resolving varargs ambiguity file | diff | annotate
Fri, 15 Nov 2013 11:08:12 +0000 8026231: Look at 'static' flag when checking method references file | diff | annotate
Tue, 15 Oct 2013 19:36:45 +0100 8025816: javac crash with method reference with a type variable as the site 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 15:23:21 +0100 8024207: javac crash in Flow.AssignAnalyzer.visitIdent file | diff | annotate
Tue, 03 Sep 2013 23:41:37 +0100 8023545: Misleading error message when using diamond operator with private constructor file | diff | annotate
Mon, 02 Sep 2013 22:38:36 +0100 8016177: structural most specific and stuckness file | diff | annotate
Wed, 21 Aug 2013 20:23:36 -0400 7118412: Shadowing of type-variables vs. member types file | diff | annotate
Mon, 12 Aug 2013 17:25:07 +0100 6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods) file | diff | annotate
Thu, 25 Jul 2013 14:51:40 +0100 8020843: javac crashes on accessibility check with method reference with typevar receiver file | diff | annotate
Wed, 17 Jul 2013 14:14:49 +0100 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check file | diff | annotate
Wed, 17 Jul 2013 14:14:32 +0100 8020286: Wrong diagnostic after compaction 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
Mon, 01 Jul 2013 14:57:03 +0100 7034798: Ambiguity error for abstract method call is too eager 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
Fri, 14 Jun 2013 16:25:09 +0100 8016569: javac, add new flag for polymorphic method signatures file | diff | annotate
Thu, 06 Jun 2013 15:30:14 +0100 6360970: javac erroneously accept ambiguous field reference 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, 24 May 2013 15:27:12 +0100 8014649: Regression: bug in Resolve.resolveOperator file | diff | annotate
Wed, 15 May 2013 14:00:31 +0100 8012003: Method diagnostics resolution need to be simplified in some cases file | diff | annotate
Mon, 15 Apr 2013 14:18:30 +0100 8010923: Avoid redundant speculative attribution file | diff | annotate
Mon, 08 Apr 2013 15:51:41 +0100 8010922: Cleanup: add support for ad-hoc method check logic file | diff | annotate
Thu, 28 Feb 2013 14:05:52 +0000 8008537: Missing method reference lookup error when unbound search finds a static method file | diff | annotate
Thu, 28 Feb 2013 14:05:44 +0000 8008813: Structural most specific fails when method reference is passed to overloaded method file | diff | annotate
Thu, 21 Feb 2013 15:26:46 +0000 8007461: Regression: bad overload resolution when inner class and outer class have method with same name file | diff | annotate
Mon, 18 Feb 2013 14:33:25 +0000 6563143: javac should issue a warning for overriding equals without hashCode file | diff | annotate
Fri, 15 Feb 2013 16:29:58 +0000 8007462: Fix provisional applicability for method references 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 13:27:24 -0800 8006775: JSR 308: Compiler changes in JDK8 file | diff | annotate
Mon, 21 Jan 2013 20:13:56 +0000 8005244: Implement overload resolution as per latest spec EDR file | diff | annotate
Wed, 16 Jan 2013 17:40:28 +0000 8005964: Regression: difference in error recovery after ambiguity causes JCK test failure file | diff | annotate
Wed, 16 Jan 2013 16:27:01 +0000 8005854: Add support for array constructor references file | diff | annotate
Tue, 08 Jan 2013 10:16:26 +0100 8005179: Cleanup Resolve.AmbiguityError file | diff | annotate
Tue, 08 Jan 2013 10:15:30 +0100 8005243: Restructure method check code to allow pluggable checkers file | diff | annotate
Tue, 18 Dec 2012 10:23:40 +0100 8004657: Add hooks to javac to enable reporting dependency information. file | diff | annotate
Mon, 17 Dec 2012 16:13:01 +0000 8004099: Bad compiler diagnostic generated when poly expression is passed to non-existent method 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
Fri, 30 Nov 2012 15:14:36 +0000 8004101: Add checks for method reference well-formedness file | diff | annotate
(0)-100-60tip

mercurial