mcimadamore [Mon, 23 Feb 2015 13:02:37 +0000] rev 29147
8071291: Compiler crashes trying to cast UnionType to IntersectionClassType
Summary: Compiler tests for .isCompound but then cast to a more specific Type subclass, resulting in CCE
Reviewed-by: vromero, jlahoda
dlsmith [Fri, 20 Feb 2015 17:05:13 -0700] rev 29146
8039214: Inference should not map capture variables to their upper bounds
Summary: Update to Types.containsType; related adjustment to most-specific test
Reviewed-by: mcimadamore, vromero