On Wed, 17 Jul 2024 21:31:51 GMT, Chen Liang <li...@openjdk.org> wrote:
> There's another bug in ClassFile transform composition where the downstream > transform receives items from upstream transform's chained builders before > the downstream transform itself starts. This is a simple fix, and a test case > against `ClassTransform` is added. This pull request has now been integrated. Changeset: b44632aa Author: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/b44632aa15d21a10e559aee02a9e4dcd876654f6 Stats: 63 lines in 2 files changed: 49 ins; 9 del; 5 mod 8336588: Ensure Transform downstream receives upstream start items only after downstream started Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/20227