Integrated: 8336588: Ensure Transform downstream receives upstream start items only after downstream started

Chen Liang liach at openjdk.org
Thu Jul 18 21:48:35 UTC 2024


On Wed, 17 Jul 2024 21:31:51 GMT, Chen Liang <liach at 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 <liach at 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


More information about the core-libs-dev mailing list