Withdrawn: 8319463: ClassSignature should have superclass and superinterfaces as ClassTypeSig

duke duke at openjdk.org
Mon Jan 1 16:32:45 UTC 2024


On Mon, 6 Nov 2023 06:41:22 GMT, Chen Liang <liach at openjdk.org> wrote:

> Discovered while writing a test for #16513 that `ClassSignature.superclassSignature()` does not return a `ClassTypeSig`, yet [JVM Spec](https://docs.oracle.com/javase/specs/jvms/se21/html/jvms-4.html#jvms-4.7.9.1-4100) requires it to be one. This patch adds such a requirement to the accessors, factories, and the parsing logic.

This pull request has been closed without being integrated.

-------------

PR: https://git.openjdk.org/jdk/pull/16514


More information about the core-libs-dev mailing list