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

Chen Liang liach at openjdk.org
Mon Jul 15 12:14:56 UTC 2024


On Sun, 14 Jul 2024 13:49:09 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 with a new target base due to a merge or a rebase. The pull request now contains three commits:
> 
>  - Merge branch 'master' of https://github.com/openjdk/jdk into fix/hide-transform
>  - return tag required
>  - 8335642: Hide Transform implementation for Class-File API

Thanks for the reviews!

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

PR Comment: https://git.openjdk.org/jdk/pull/20102#issuecomment-2228353316


More information about the core-libs-dev mailing list