langtools/src/share/classes/com/sun/tools/javac/code/Types.java
Mon, 11 Nov 2013 09:47:46 -0500 emc 8027439: Compile-time error in the case of ((Integer[] & Serializable)new Integer[1]).getClass()
Tue, 15 Oct 2013 15:57:13 -0700 jjg 8026564: import changes from type-annotations forest
Tue, 01 Oct 2013 17:41:57 -0400 emc 8021339: Compile-time error during casting array to intersection
Mon, 23 Sep 2013 15:37:59 -0400 emc 6499673: Assertion check for TypeVariable.getUpperBound() fails.
Mon, 23 Sep 2013 10:42:38 +0200 alundblad 6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Mon, 02 Sep 2013 22:38:36 +0100 vromero 8016177: structural most specific and stuckness
Thu, 22 Aug 2013 10:22:44 +0100 vromero 8022316: Generic throws, overriding and method reference
Thu, 25 Jul 2013 14:47:43 +0100 mcimadamore 8020804: javac crashes when speculative attribution infers intersection type with array component
Tue, 23 Jul 2013 20:42:54 -0400 emc 8016880: 42 tests in annot102* fail with compile-time errors.
Wed, 17 Jul 2013 10:40:53 -0700 lana Merge
Wed, 17 Jul 2013 14:16:25 +0100 mcimadamore 8016640: compiler hangs if the generics arity of a base class is wrong
Wed, 17 Jul 2013 14:14:49 +0100 mcimadamore 7041019: Bogus type-variable substitution with array types with dependencies on accessibility check
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 17:45:56 -0400 emc 8013357: javac accepts erroneous binary comparison operations
Tue, 25 Jun 2013 16:12:53 +0100 vromero 8017104: javac should have a class for primitive types that inherits from Type
Wed, 19 Jun 2013 11:48:05 +0100 chegar 8017045: anti-delta fix for 8013789
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
Tue, 14 May 2013 15:04:06 -0700 jjg 8013852: update reference impl for type-annotations
Mon, 15 Apr 2013 14:16:05 +0100 mcimadamore 8011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile after switch to JDK8-b82
Mon, 08 Apr 2013 15:59:29 +0100 mcimadamore 8010822: Intersection type cast for functional expressions does not follow spec EDR
Fri, 22 Mar 2013 12:43:09 +0000 mcimadamore 8010303: Graph inference: missing incorporation step causes spurious inference error
Fri, 22 Mar 2013 12:39:34 +0000 mcimadamore 8010101: Intersection type cast issues redundant unchecked warning
Mon, 18 Mar 2013 14:40:32 -0700 jjg 8008425: Remove interim new javax.lang.model API for type-annotations
Fri, 22 Feb 2013 18:19:51 +0000 mcimadamore 8008708: Regression: separate compilation causes crash in wildcards inference logic
Thu, 21 Feb 2013 15:27:05 +0000 mcimadamore 8008444: Inherited generic functional descriptors are merged incorrectly
Thu, 21 Feb 2013 15:25:03 +0000 mcimadamore 8008293: Declared bounds not considered when functional interface containing unbound wildcards is instantiated
Fri, 15 Feb 2013 18:40:38 -0800 rfield 8004969: Generate $deserializeLambda$ method
Fri, 15 Feb 2013 16:30:31 +0000 mcimadamore 8007535: Compiler crashes on @FunctionalInterface used on interface with two inherited methods with same signatures
Fri, 15 Feb 2013 16:28:07 +0000 mcimadamore 8006749: compiler does not allow Object protected methods to be used in lambda
Tue, 12 Feb 2013 17:15:29 -0800 jjg 8008077: update reference impl for type-annotations
Wed, 06 Feb 2013 14:03:39 +0000 mcimadamore 8007463: Cleanup inference related classes
Wed, 23 Jan 2013 13:27:24 -0800 jjg 8006775: JSR 308: Compiler changes in JDK8
Mon, 21 Jan 2013 20:13:56 +0000 mcimadamore 8005244: Implement overload resolution as per latest spec EDR
Wed, 16 Jan 2013 16:30:11 +0000 mcimadamore 8005299: Add FunctionalInterface checking to javac
Sat, 15 Dec 2012 13:54:51 +0000 vromero 8000518: Javac generates duplicate name_and_type constant pool entry for class BinaryOpValueExp.java
Mon, 10 Dec 2012 16:21:26 +0000 vromero 8003967: detect and remove all mutable implicit static enum fields in langtools
Fri, 30 Nov 2012 15:14:48 +0000 mcimadamore 8002099: Add support for intersection types in cast expression
Fri, 30 Nov 2012 15:14:25 +0000 mcimadamore 8004102: Add support for generic functional descriptors
Tue, 27 Nov 2012 13:55:10 -0800 jjg 8004068: Fix build problems caused by on-demand imports
Sat, 17 Nov 2012 19:01:03 +0000 mcimadamore 8003280: Add lambda tests
Sun, 04 Nov 2012 10:59:42 +0000 mcimadamore 7192246: Add type-checking support for default methods
Thu, 25 Oct 2012 11:09:36 -0700 jjg 7200915: convert TypeTags from a series of small ints to an enum
Tue, 09 Oct 2012 19:31:58 -0700 jjg 8000208: fix langtools javadoc comment issues
Tue, 09 Oct 2012 19:10:00 -0700 jjg 8000663: clean up langtools imports
Fri, 05 Oct 2012 14:35:24 +0100 mcimadamore 7177385: Add attribution support for lambda expressions
Thu, 04 Oct 2012 13:04:53 +0100 mcimadamore 7177387: Add target-typing support in method context
Tue, 25 Sep 2012 11:56:46 +0100 mcimadamore 7177306: Regression: unchecked method call does not erase return type
Fri, 31 Aug 2012 10:37:46 +0100 jfranck 7151010: Add compiler support for repeating annotations
Mon, 20 Aug 2012 21:24:10 +0530 sundar 7181320: javac NullPointerException for switch labels with cast to String expressions
Wed, 11 Apr 2012 10:50:11 +0100 mcimadamore 7154127: Inference cleanup: remove bound check analysis from visitors in Types.java
Wed, 11 Jan 2012 18:23:24 +0000 mcimadamore 7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
Mon, 17 Oct 2011 12:54:33 +0100 mcimadamore 7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Fri, 16 Sep 2011 14:16:11 +0100 mcimadamore 7086586: Inference producing null type argument
Wed, 31 Aug 2011 16:15:19 +0100 mcimadamore 7079713: javac hangs when compiling a class that references a cyclically inherited class
Wed, 31 Aug 2011 16:11:28 +0100 mcimadamore 7085024: internal error; cannot instantiate Foo
Mon, 23 May 2011 11:55:55 +0100 mcimadamore 7046348: Regression: javac complains of missing classfile for a seemingly unrelated interface
Wed, 11 May 2011 13:12:11 +0200 mcimadamore 7041730: Regression: compiler accepts invalid cast from int to Byte
Mon, 02 May 2011 12:05:41 +0100 mcimadamore 7040883: Compilation error: "length in Array is defined in an inaccessible class or interface"
Fri, 29 Apr 2011 16:05:56 +0100 mcimadamore 7034495: Javac asserts on usage of wildcards in bounds
less more (0) -100 -60 tip