History log of /openjdk10/langtools/test/tools/javac/generics/7015430/T7015430.java
Revision Date Author Comments
# 1895:44e27378f523 17-Jul-2013 mcimadamore

8012242: Lambda compatibility and checked exceptions
Summary: Inference variables in 'throws' clause with no constraints should be inferred as RuntimeException
Reviewed-by: jjg, vromero


# 894:9286a5d1fae3 28-Feb-2011 mcimadamore

7015430: Incorrect thrown type determined for unchecked invocations
Summary: Thrown types do not get updated after 15.12.2.8, and do not get erased as per 15.12.2.6
Reviewed-by: jjg, dlsmith