aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/com/sun/tools/javac/code/Types.java
AgeCommit message (Expand)Author
2014-11-038057800: Method reference with generic type creates NPE when compilingvromero
2014-10-288058511: StackOverflowError at com.sun.tools.javac.code.Types.lubmcimadamore
2014-07-228043926: javac, code valid in 7 is not compiling for 8mcimadamore
2014-07-218051402: javac, type containment should accept that CAP <= ? extends CAP and ...vromero
2014-06-208044546: Crash on faulty reduce/lambdavromero
2014-03-188036007: javac crashes when encountering an unresolvable interfacevromero
2014-06-208034147: javac crashes with a NullPointerException during bounds checkingdlsmith
2014-06-198038182: javac crash with FunctionDescriptorLookupError for invalid functiona...vromero
2014-06-178042803: Types.wildLowerBound and cvarLowerBound should call unannotatedType()dlsmith
2014-06-138046762: Revert some inference fixes in JDK-8033718dlsmith
2014-06-108043725: javac fails with StackOverflowExceptionmcimadamore
2014-05-288037934: Javac generates invalid signatures for local typespgovereau
2014-05-278042338: Refactor Types.upperBound to treat wildcards and variables separatelydlsmith
2014-05-238033437: javac, inconsistent generic types behaviour when compiling together ...pgovereau
2014-05-098042656: Inference produces spurious error for intersection type bounds checkdlsmith
2014-05-068033718: Inference ignores capture variable as upper bounddlsmith
2014-05-028030741: Inference: implement eager resolution of return types, consistent wi...vromero
2014-02-068029240: Default methods not always visible under -source 7vromero
2013-11-118027439: Compile-time error in the case of ((Integer[] & Serializable)new Int...emc
2013-10-158026564: import changes from type-annotations forestjjg
2013-10-018021339: Compile-time error during casting array to intersectionemc
2013-09-236499673: Assertion check for TypeVariable.getUpperBound() fails.emc
2013-09-236386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()alundblad
2013-09-028016177: structural most specific and stucknessvromero
2013-08-228022316: Generic throws, overriding and method referencevromero
2013-07-258020804: javac crashes when speculative attribution infers intersection type ...mcimadamore
2013-07-238016880: 42 tests in annot102* fail with compile-time errors.emc
2013-07-17Mergelana
2013-07-178016640: compiler hangs if the generics arity of a base class is wrongmcimadamore
2013-07-177041019: Bogus type-variable substitution with array types with dependencies ...mcimadamore
2013-07-118016281: The SAM method should be passed to the metafactory as a MethodType n...mcimadamore
2013-06-278013357: javac accepts erroneous binary comparison operationsemc
2013-06-258017104: javac should have a class for primitive types that inherits from Typevromero
2013-06-198017045: anti-delta fix for 8013789chegar
2013-06-178013789: Compiler should emit bridges in interfacesrfield
2013-06-148016569: javac, add new flag for polymorphic method signaturesvromero
2013-05-148013852: update reference impl for type-annotationsjjg
2013-04-158011028: lang/INFR/infr001/infr00101md/infr00101md.java fails to compile afte...mcimadamore
2013-04-088010822: Intersection type cast for functional expressions does not follow sp...mcimadamore
2013-03-228010303: Graph inference: missing incorporation step causes spurious inferenc...mcimadamore
2013-03-228010101: Intersection type cast issues redundant unchecked warningmcimadamore
2013-03-188008425: Remove interim new javax.lang.model API for type-annotationsjjg
2013-02-228008708: Regression: separate compilation causes crash in wildcards inference...mcimadamore
2013-02-218008444: Inherited generic functional descriptors are merged incorrectlymcimadamore
2013-02-218008293: Declared bounds not considered when functional interface containing ...mcimadamore
2013-02-158004969: Generate $deserializeLambda$ methodrfield
2013-02-158007535: Compiler crashes on @FunctionalInterface used on interface with two ...mcimadamore
2013-02-158006749: compiler does not allow Object protected methods to be used in lambdamcimadamore
2013-02-128008077: update reference impl for type-annotationsjjg
2013-02-068007463: Cleanup inference related classesmcimadamore