--- old/src/share/classes/com/sun/tools/javah/TypeSignature.java 2010-05-21 17:21:31.000000000 -0700 +++ new/src/share/classes/com/sun/tools/javah/TypeSignature.java 2010-05-21 17:21:31.000000000 -0700 @@ -38,7 +38,7 @@ import javax.lang.model.type.TypeVariable; import javax.lang.model.type.TypeVisitor; import javax.lang.model.util.Elements; -import javax.lang.model.util.SimpleTypeVisitor6; +import javax.lang.model.util.SimpleTypeVisitor7; /** * Returns internal type signature. @@ -239,7 +239,7 @@ String qualifiedTypeName(TypeMirror type) { - TypeVisitor v = new SimpleTypeVisitor6() { + TypeVisitor v = new SimpleTypeVisitor7() { @Override public Name visitArray(ArrayType t, Void p) { return t.getComponentType().accept(this, p);