--- old/test/langtools/lib/annotations/annotations/classfile/ClassfileInspector.java 2017-10-13 02:05:40.223320877 -0400 +++ new/test/langtools/lib/annotations/annotations/classfile/ClassfileInspector.java 2017-10-13 02:05:38.399216485 -0400 @@ -1253,7 +1253,7 @@ } @Override - public Void visitMemberOfNest(MemberOfNest_attribute attr, T p) { + public Void visitNestHost(NestHost_attribute attr, T p) { return null; }