-
Bug
-
Resolution: Fixed
-
P4
-
repo-valhalla
Six jdk pack200 tests fail in lworld (with and w/o EnableValhalla) with the following error:
test/jdk/tools/pack200/pack200-verifier/src/xmlkit/ClassReader.java:949: error: AttributeVisitor is not abstract and does not override abstract method visitValueTypes(ValueTypes_attribute,Element) in Visitor
class AttributeVisitor implements Attribute.Visitor<Element, Element> {
^
The tests are:
tools/pack200/AttributeTests.java
tools/pack200/typeannos/TestTypeAnnotations.java
tools/pack200/ModuleAttributes.java
tools/pack200/InstructionTests.java
tools/pack200/MultiRelease.java
tools/pack200/TestNormal.java
tools/pack200/Pack200Test.java
test/jdk/tools/pack200/pack200-verifier/src/xmlkit/ClassReader.java:949: error: AttributeVisitor is not abstract and does not override abstract method visitValueTypes(ValueTypes_attribute,Element) in Visitor
class AttributeVisitor implements Attribute.Visitor<Element, Element> {
^
The tests are:
tools/pack200/AttributeTests.java
tools/pack200/typeannos/TestTypeAnnotations.java
tools/pack200/ModuleAttributes.java
tools/pack200/InstructionTests.java
tools/pack200/MultiRelease.java
tools/pack200/TestNormal.java
tools/pack200/Pack200Test.java