On Tue, 9 Jul 2024 17:34:14 GMT, Chen Liang <li...@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

Reply via email to