On Mon, 9 Dec 2024 14:23:07 GMT, Eirik Bjørsnøs wrote:
> Just to be abundantly clear, should the API description state that the exact
> format of the debug string is unspecified and subject to change?
I thought the word "debug" already conveys that. You should leave this comment
in CSR review
On Mon, 9 Dec 2024 12:59:24 GMT, Adam Sotona 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 r
On Mon, 9 Dec 2024 12:59:24 GMT, Adam Sotona 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 r
> 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 p