RFR: 8345773: Class-File API debug printing capability [v2]

Eirik Bjørsnøs eirbjo at openjdk.org
Mon Dec 9 14:25:41 UTC 2024


On Mon, 9 Dec 2024 12:59:24 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:
> 
>   excluding impl fix from the PR

Just to be abundantly clear, should the API description state that the exact format of the debug string is unspecified and subject to change?

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

PR Comment: https://git.openjdk.org/jdk/pull/22634#issuecomment-2528100903


More information about the core-libs-dev mailing list