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
Fri, 13 Feb 2015 17:18:21 +0100 8068517: Compiler may generate wrong InnerClasses attribute for static enum reference file | diff | annotate
Thu, 12 Oct 2017 19:50:01 +0800 merge file | diff | annotate
Fri, 07 Feb 2014 21:43:33 +0100 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method 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
Fri, 20 Jun 2014 10:56:31 -0600 8034147: javac crashes with a NullPointerException during bounds checking file | diff | annotate
Wed, 18 Jun 2014 12:30:29 -0400 8027886: javac allows illegal receiver parameters file | diff | annotate
Tue, 10 Jun 2014 15:25:01 -0600 8015101: Covariance of return type implied by upper bounding on type parameter is ignored file | diff | annotate
Tue, 27 May 2014 17:30:48 -0600 8042338: Refactor Types.upperBound to treat wildcards and variables separately file | diff | annotate
Tue, 13 May 2014 14:18:34 +0100 8029102: Enhance compiler warnings for Lambda 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
Thu, 23 Jan 2014 14:09:29 +0100 8029017: ElementType.TYPE_USE should be a logical superset of ElementType.TYPE and ANNOTATION_TYPE file | diff | annotate
Tue, 03 Dec 2013 18:50:26 +0100 8028699: Compiler crash during speculative attribution of annotated type file | diff | annotate
Tue, 26 Nov 2013 15:27:19 +0100 8026374: javac accepts void as a method parameter file | diff | annotate
Mon, 11 Nov 2013 09:47:46 -0500 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass() file | diff | annotate
Thu, 24 Oct 2013 01:27:10 -0400 8023682: Incorrect attributes emitted for anonymous class declaration file | diff | annotate
Tue, 22 Oct 2013 13:54:49 +0100 8025290: javac implicit versus explicit lambda compilation error file | diff | annotate
Tue, 15 Oct 2013 15:57:13 -0700 8026564: import changes from type-annotations forest file | diff | annotate
Tue, 15 Oct 2013 21:02:21 +0100 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears file | diff | annotate
Mon, 14 Oct 2013 22:11:09 +0200 8014016: javac is too late detecting invalid annotation usage file | diff | annotate
Thu, 10 Oct 2013 13:55:41 -0400 8019461: Clean up javac diagnostics file | diff | annotate
Tue, 01 Oct 2013 17:41:57 -0400 8021339: Compile-time error during casting array to intersection file | diff | annotate
Mon, 23 Sep 2013 18:29:27 +0400 4881267: improve diagnostic for "instanceof T" for type parameter T file | diff | annotate
Mon, 23 Sep 2013 10:42:38 +0200 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb() file | diff | annotate
Thu, 19 Sep 2013 17:05:08 +0200 8022567: Javac Should Generate Warnings For Raw Array Type file | diff | annotate
Mon, 16 Sep 2013 14:13:44 +0200 8021112: Spurious unchecked warning reported by javac file | diff | annotate
Thu, 12 Sep 2013 14:52:28 -0400 8013846: javac fails to reject semantically equivalent generic method declarations file | diff | annotate
Mon, 09 Sep 2013 16:26:55 -0400 8022322: Reject default and static methods in annotation file | diff | annotate
Mon, 02 Sep 2013 22:38:36 +0100 8016177: structural most specific and stuckness file | diff | annotate
Mon, 26 Aug 2013 15:55:46 -0700 8023768: Use the unannotatedType in cyclicity checks. file | diff | annotate
Tue, 20 Aug 2013 17:34:06 +0400 7182350: Regression in wording of unchecked warning message file | diff | annotate
Thu, 15 Aug 2013 22:36:08 +0200 8022508: javac crashes if the generics arity of a base class is wrong 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:49:16 +0100 8016081: field initialized with lambda in annotation types doesn't compile file | diff | annotate
Wed, 17 Jul 2013 10:40:53 -0700 Merge file | diff | annotate
Wed, 17 Jul 2013 14:19:25 +0100 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact file | diff | annotate
Thu, 11 Jul 2013 14:07:39 +0100 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle file | diff | annotate
Thu, 27 Jun 2013 16:04:05 +0100 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes ) file | diff | annotate
Wed, 19 Jun 2013 13:00:00 +0100 Merge file | diff | annotate
Wed, 19 Jun 2013 11:48:05 +0100 8017045: anti-delta fix for 8013789 file | diff | annotate
Wed, 19 Jun 2013 11:09:13 +0100 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits file | diff | annotate
Tue, 18 Jun 2013 19:02:48 +0100 8016267: javac, TypeTag refactoring has provoked performance issues file | diff | annotate
Mon, 17 Jun 2013 20:29:31 -0700 8013789: Compiler should emit bridges in interfaces 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:35:05 +0100 8015432: javac crashes with stack overflow when method called recursively from nested generic call file | diff | annotate
Thu, 06 Jun 2013 15:33:40 +0100 8008627: Compiler mishandles three-way return-type-substitutability file | diff | annotate
Fri, 24 May 2013 15:27:27 +0100 8014494: javac crashes when varargs element of a method reference is inferred from the context file | diff | annotate
Wed, 15 May 2013 14:02:37 +0100 8012685: Spurious raw types warning when using unbound method references file | diff | annotate
Tue, 14 May 2013 15:04:06 -0700 8013852: update reference impl for type-annotations file | diff | annotate
Wed, 08 May 2013 14:10:53 +0200 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit file | diff | annotate
Fri, 26 Apr 2013 10:04:01 +0100 8012723: strictfp interface misses strictfp modifer on default method file | diff | annotate
Wed, 13 Mar 2013 22:03:09 +0100 8006547: Repeating annotations: No Target on container annotation with all targets on base annotation gives compiler error file | diff | annotate
Tue, 12 Mar 2013 16:02:13 +0000 8008540: Constructor reference to non-reifiable array should be rejected file | diff | annotate
Thu, 07 Mar 2013 10:04:28 +0000 8009138: javac, equals-hashCode warning tuning file | diff | annotate
Tue, 05 Mar 2013 14:12:07 +0000 8009227: Certain diagnostics should not be deferred file | diff | annotate
Tue, 26 Feb 2013 09:04:19 +0000 8008436: javac should not issue a warning for overriding equals without hasCode if hashCode has been overriden by a superclass file | diff | annotate
(0)-100-60tip

mercurial