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

2024-12-09 Thread Maurizio Cimadamore
On Mon, 9 Dec 2024 16:01:21 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

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

2024-12-09 Thread Chen Liang
On Mon, 9 Dec 2024 15:58:01 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

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

2024-12-09 Thread Adam Sotona
> 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