Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8341180

[lworld] Some classfile tests failing on LoadableDescriptorsAttribute after merge jdk-23+26 and jdk-23+27

XMLWordPrintable

      There is a possibility LoadableDescriptorsAttribute was improperly converted when the classfile library was rearranged to reduce static initialization (JDK-8331291)

      These test fail, with the mention of LoadableDescriptorsAttribute

      * jdk/classfile/CorpusTest.java
      * jdk/classfile/AdvancedTransformationsTest.java

      java.lang.AssertionError: Attribute[name=LoadableDescriptors]
      at java.base/jdk.internal.classfile.impl.verifier.ParserVerifier.verifyAttribute(ParserVerifier.java:342)
      at java.base/jdk.internal.classfile.impl.verifier.ParserVerifier.verifyAttributes(ParserVerifier.java:193)
      at java.base/jdk.internal.classfile.impl.verifier.ParserVerifier.verify(ParserVerifier.java:73)
      at java.base/jdk.internal.classfile.impl.verifier.VerifierImpl.verify(VerifierImpl.java:121)
      at java.base/jdk.internal.classfile.impl.ClassFileImpl.verify(ClassFileImpl.java:135)
      at CorpusTest.testReadAndTransform(CorpusTest.java:212)

            vromero Vicente Arturo Romero Zaldivar
            dsimms David Simms
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: