--- old/test/tools/javac/multicatch/model/ModelChecker.java 2011-07-01 11:18:00.000000000 -0700 +++ new/test/tools/javac/multicatch/model/ModelChecker.java 2011-07-01 11:18:00.000000000 -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;}