[jdk24] Integrated: 8345773: Class-File API debug printing capability

2024-12-12 Thread Adam Sotona
On Wed, 11 Dec 2024 08:06:19 GMT, Adam Sotona wrote: > Class-File API lost debug printing capability with removal of the > j.l.classfile.components.ClassPrinter in JDK-8345343. > > This is a backport of > https://github.com/openjdk/jdk/commit/f88c1c6ff86b8f29a71647e46136b6432bb67619, > review

Integrated: 8345773: Class-File API debug printing capability

2024-12-11 Thread Adam Sotona
On Mon, 9 Dec 2024 10:25: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 review.