RFR: 8345773: Class-File API debug printing capability [v4]
Chen Liang
liach at openjdk.org
Tue Dec 10 20:34:38 UTC 2024
On Mon, 9 Dec 2024 18:09:21 GMT, Adam Sotona <asotona at openjdk.org> wrote:
>> Class-File API lost debug printing capability with removal of the `j.l.classfile.components.ClassPrinter` in JDK-8345343.
>> This PR adds `j.l.classfile.CompoundElement::toDebugString` method to restore the capability.
>>
>> Please review.
>>
>> Thank you,
>> Adam
>
> Adam Sotona has updated the pull request incrementally with one additional commit since the last revision:
>
> Update src/java.base/share/classes/java/lang/classfile/CompoundElement.java
>
> Co-authored-by: Maurizio Cimadamore <54672762+mcimadamore at users.noreply.github.com>
@asotona I think you can merge this PR right now; you will create another PR to backport this to 24. The backport PR cannot be merged until the late-enhancement request is approved, but this one can be.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22634#issuecomment-2532823585
More information about the core-libs-dev
mailing list