RFR: 8307818: Convert Indify tool to Classfile API [v16]

Oussama Louati duke at openjdk.org
Tue Jun 25 13:57:19 UTC 2024


On Tue, 25 Jun 2024 13:49:31 GMT, Adam Sotona <asotona at openjdk.org> wrote:

>> Transforming the classModel back to the bytes array in order to write the transformed classfile
>
> And what is the purpose of parsing a model from bytes and transforming it back to bytes without a change?

This transformation is called only after the `classModel` is transformed: 
- at line 472  and 380 when the `transformToBytes()` method is called is after effectively transforming the `classModel` inside the `Logic` class.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/18841#discussion_r1652868906


More information about the core-libs-dev mailing list