mcimadamore [Fri, 13 Nov 2015 18:45:38 +0000] rev 33908
8142948: langtools/test/tools/javac/lambda/speculative/T8046685.java fails on some platforms
Summary: Test uses too much stack on 32-bit platforms
Reviewed-by: jlahoda
sadayapalam [Fri, 13 Nov 2015 18:09:36 +0530] rev 33907
8073616: Duplicate error message: cannot inherit from final (class) F
Summary: Ensure that the compiler does not emit duplicate errors at slightly different source positions.
Reviewed-by: mcimadamore
mcimadamore [Fri, 13 Nov 2015 12:29:23 +0000] rev 33906
8046685: Uncompilable large expressions involving generics.
Summary: Improve inference propagation logic so that unnecessary inference variables are not propagated.
Reviewed-by: vromero