diff -r 0d8edba73d70 -r 111bbf1ad913 test/tools/javac/multicatch/model/ModelChecker.java --- a/test/tools/javac/multicatch/model/ModelChecker.java Fri Jul 01 14:28:19 2011 -0700 +++ b/test/tools/javac/multicatch/model/ModelChecker.java Tue Jul 05 16:37:24 2011 -0700 @@ -23,7 +23,7 @@ /* * @test - * @bug 6993963 + * @bug 6993963 7025809 * @summary Project Coin: Use precise exception analysis for effectively final catch parameters * @library ../../lib * @build JavacTestingAbstractProcessor ModelChecker @@ -107,7 +107,7 @@ ; // Expected } - UnionType unionType = new SimpleTypeVisitor7(){ + UnionType unionType = new SimpleTypeVisitor(){ @Override protected UnionType defaultAction(TypeMirror e, Void p) {return null;}