History log of /openjdk10/langtools/test/tools/javac/generics/inference/IntersectThrownTypesTest.java
Revision Date Author Comments
# 3281:f5991c73ed73 07-Mar-2016 sadayapalam

8148930: Incorrect erasure of exceptions in override-equivalent dual interface impl
Summary: Before computing intersection of thrown types, javac must make sure type variables come from the same set.
Reviewed-by: mcimadamore