RFR: 8335935: Chained builders not sending transformed models to next transforms
Chen Liang
liach at openjdk.org
Wed Jul 10 21:08:59 UTC 2024
On Tue, 9 Jul 2024 17:34:14 GMT, Chen Liang <liach at openjdk.org> wrote:
> Please review the fix for a major transformation bug within the ClassFile API, where certain kinds of buffered elements produced by one transform is not sent to the next, and the "chained" (`andThen` transformation chains) builders returning the wrong builder for call chains.
>
> This is intended to be backported to JDK 23, as this has significant impact on user experience with ClassFile API transformations. The backport won't be clean as we already renamed `ClassFile.transform` to `transformClass`, which will be reverted in the backport.
Thanks for the reviews! I will get hands-on the backporting ASAP.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20100#issuecomment-2221469895
More information about the core-libs-dev
mailing list