commit | c2e37f139a20a7416a4917520f454ab4666fe55e | [log] [tgz] |
---|---|---|
author | Maurizio Cimadamore <mcimadamore@openjdk.org> | Wed Apr 23 17:10:03 2008 +0100 |
committer | Maurizio Cimadamore <mcimadamore@openjdk.org> | Wed Apr 23 17:10:03 2008 +0100 |
tree | f28bc84946eb0463aeda20045d68427ad3df553a | |
parent | 01af1b8223e91fd172fa0fb8bd17af5692d27396 [diff] |
6682380: Foreach loop with generics inside finally block crashes javac with -target 1.5 A missing type-erasure in Lower.java causes the compiler to crash since JDK6 Reviewed-by: jjg