On Tue, 25 Jun 2024 13:49:31 GMT, Adam Sotona <asot...@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