langtools/src/share/classes/com/sun/tools/javac/comp/Check.java
Thu, 10 Jul 2014 13:57:27 -0700 ntoda 8011044: Remove support for 1.5 and earlier source and target options
Wed, 09 Jul 2014 16:32:05 +0200 jlahoda 8031569: Refactor javac scope implementation to enable lazy imports
Mon, 30 Jun 2014 17:08:06 +0200 jlahoda 6707032: Division by zero warning not suppressed properly in some cases
Tue, 24 Jun 2014 10:51:00 -0700 darcy 7196160: Project Coin: allow @SafeVarargs on private methods
Fri, 20 Jun 2014 20:36:54 +0100 vromero 8044546: Crash on faulty reduce/lambda
Fri, 20 Jun 2014 10:56:31 -0600 dlsmith 8034147: javac crashes with a NullPointerException during bounds checking
Wed, 11 Jun 2014 12:49:10 -0400 pgovereau 8027886: javac allows illegal receiver parameters
Tue, 10 Jun 2014 15:25:01 -0600 dlsmith 8015101: Covariance of return type implied by upper bounding on type parameter is ignored
Tue, 27 May 2014 16:32:56 -0600 dlsmith 8042338: Refactor Types.upperBound to treat wildcards and variables separately
Sun, 18 May 2014 19:59:10 -0700 jjg 8041422: Split javac ClassReader into ClassReader+ClassFinder
Fri, 09 May 2014 09:28:47 -0400 emc 8040327: Eliminate AnnotatedType
Tue, 06 May 2014 15:46:09 -0600 dlsmith 8033718: Inference ignores capture variable as upper bound
Thu, 01 May 2014 20:36:11 +0100 vromero 8030741: Inference: implement eager resolution of return types, consistent with JDK-8028800
Mon, 28 Apr 2014 14:48:51 +0100 vromero 8029102: Enhance compiler warnings for Lambda
Tue, 08 Apr 2014 14:06:11 +0200 jlahoda 8038455: Use single Context for all rounds of annotation processing
Wed, 02 Apr 2014 10:05:16 +0400 igerasim 8034044: Class.getModifiers() returns "static" for anonymous classes
Wed, 26 Mar 2014 10:47:30 -0700 kizune 8035956: javac, incomplete error message
Fri, 07 Feb 2014 21:43:33 +0100 jlahoda 8033421: @SuppressWarnings("deprecation") does not work when overriding deprecated method
Thu, 23 Jan 2014 14:09:29 +0100 jfranck 8029017: ElementType.TYPE_USE should be a logical superset of ElementType.TYPE and ANNOTATION_TYPE
Thu, 19 Dec 2013 20:16:44 +0000 vromero 8030807: langtools should still build using jdk 7
Wed, 18 Dec 2013 16:05:18 -0500 briangoetz 8030244: Update langtools to use Diamond
Tue, 03 Dec 2013 18:50:26 +0100 jlahoda 8028699: Compiler crash during speculative attribution of annotated type
Tue, 26 Nov 2013 15:27:19 +0100 jlahoda 8026374: javac accepts void as a method parameter
Mon, 11 Nov 2013 09:47:46 -0500 emc 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
Thu, 24 Oct 2013 01:27:10 -0400 emc 8023682: Incorrect attributes emitted for anonymous class declaration
Tue, 22 Oct 2013 13:54:49 +0100 vromero 8025290: javac implicit versus explicit lambda compilation error
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
Tue, 15 Oct 2013 21:02:21 +0100 vromero 8024947: javac should issue the potentially ambiguous overload warning only where the problem appears
Mon, 14 Oct 2013 22:11:09 +0200 jlahoda 8014016: javac is too late detecting invalid annotation usage
Thu, 10 Oct 2013 13:55:41 -0400 emc 8019461: Clean up javac diagnostics
Tue, 01 Oct 2013 17:41:57 -0400 emc 8021339: Compile-time error during casting array to intersection
Mon, 23 Sep 2013 18:29:27 +0400 kizune 4881267: improve diagnostic for "instanceof T" for type parameter T
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Thu, 19 Sep 2013 17:05:08 +0200 jlahoda 8022567: Javac Should Generate Warnings For Raw Array Type
Mon, 16 Sep 2013 14:13:44 +0200 jlahoda 8021112: Spurious unchecked warning reported by javac
Thu, 12 Sep 2013 14:52:28 -0400 emc 8013846: javac fails to reject semantically equivalent generic method declarations
Mon, 09 Sep 2013 16:26:55 -0400 emc 8022322: Reject default and static methods in annotation
Mon, 02 Sep 2013 22:38:36 +0100 vromero 8016177: structural most specific and stuckness
Mon, 26 Aug 2013 15:55:46 -0700 jjg 8023768: Use the unannotatedType in cyclicity checks.
Tue, 20 Aug 2013 17:34:06 +0400 kizune 7182350: Regression in wording of unchecked warning message
Thu, 15 Aug 2013 22:36:08 +0200 jlahoda 8022508: javac crashes if the generics arity of a base class is wrong
Mon, 12 Aug 2013 17:25:07 +0100 mcimadamore 6537020: JCK tests: a compile-time error should be given in case of ambiguously imported fields (types, methods)
Thu, 25 Jul 2013 14:49:16 +0100 mcimadamore 8016081: field initialized with lambda in annotation types doesn't compile
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:19:25 +0100 mcimadamore 8019340: varargs-related warnings are meaningless on signature-polymorphic methods such as MethodHandle.invokeExact
Thu, 11 Jul 2013 14:07:39 +0100 mcimadamore 8016281: The SAM method should be passed to the metafactory as a MethodType not a MethodHandle
Thu, 27 Jun 2013 16:04:05 +0100 vromero 8016099: Some @SuppressWarnings annotations ignored ( unchecked, rawtypes )
Wed, 19 Jun 2013 13:00:00 +0100 chegar Merge
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
Wed, 19 Jun 2013 11:09:13 +0100 vromero 8006981: javac, method toString() of class ...javac.code.Flags doesn't print all the flag bits
Tue, 18 Jun 2013 19:02:48 +0100 vromero 8016267: javac, TypeTag refactoring has provoked performance issues
Mon, 17 Jun 2013 20:29:31 -0700 rfield 8013789: Compiler should emit bridges in interfaces
Fri, 14 Jun 2013 16:25:09 +0100 vromero 8016569: javac, add new flag for polymorphic method signatures
Thu, 06 Jun 2013 15:35:05 +0100 mcimadamore 8015432: javac crashes with stack overflow when method called recursively from nested generic call
Thu, 06 Jun 2013 15:33:40 +0100 mcimadamore 8008627: Compiler mishandles three-way return-type-substitutability
Fri, 24 May 2013 15:27:27 +0100 mcimadamore 8014494: javac crashes when varargs element of a method reference is inferred from the context
Wed, 15 May 2013 14:02:37 +0100 mcimadamore 8012685: Spurious raw types warning when using unbound method references
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Wed, 08 May 2013 14:10:53 +0200 jfranck 8013485: javac can't handle annotations with a <clinit> from a previous compilation unit
Fri, 26 Apr 2013 10:04:01 +0100 vromero 8012723: strictfp interface misses strictfp modifer on default method
less more (0) -100 -60 tip