RFR: 8335642: Hide Transform implementation for Class-File API [v2]

Adam Sotona asotona at openjdk.org
Wed Jul 10 07:33:16 UTC 2024


On Tue, 9 Jul 2024 19:00:45 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Removes ClassFile API transformation implementation details accidentally leaked to public API. Users don't have access to classes necessary to correctly implement these transform resolutions. In addition, removed improper `canWriteDirect` and made `ClassFileBuilder::transform` chain returns.
>> 
>> Replaces #19928.
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
> 
>   return tag required

Looks good to me.
Nice cleanup job!

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

Marked as reviewed by asotona (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/20102#pullrequestreview-2168266528


More information about the core-libs-dev mailing list