EVALUATION
Bug confirmed in 1.6.0_05, using -target 5.
----------------------------------
jjg@gzillapc:/w/jjg/work/6682380-crash$ /opt/jdk/jdk1.6.0_05/bin/javac Crash.java
jjg@gzillapc:/w/jjg/work/6682380-crash$ /opt/jdk/jdk1.6.0_05/bin/javac -target 5 Crash.java
An exception has occurred in the compiler (1.6.0_05). Please file a bug at the Java Developer Connection (http://java.sun.com/webapps/bugreport) after checking the Bug Parade for duplicates. Include your program and the following diagnostic in your report. Thank you.
java.lang.AssertionError: com.sun.tools.javac.jvm.Gen$1ComplexityScanner
at com.sun.tools.javac.jvm.Gen$1ComplexityScanner.visitWildcard(Gen.java:1573)
at com.sun.tools.javac.tree.JCTree$JCWildcard.accept(JCTree.java:1746)
-----------------------------------
|