RFR: 8335642: Hide Transform implementation for Class-File API [v3]
Adam Sotona
asotona at openjdk.org
Mon Jul 15 05:46:52 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
Marked as reviewed by asotona (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/20102#pullrequestreview-2176891171
More information about the core-libs-dev
mailing list