-
Bug
-
Resolution: Fixed
-
P4
-
24
-
None
Seems that Transform resolution currently runs
upstream start -> downstream start -> ... -> upstream end -> downstream end.
However, if upstream sends stuff to builder in start, then downstream receives items before it starts. We need downstream start -> upstream start -> ... instead.
We should fix this behavior and add tests to ensure the correct ordering.
upstream start -> downstream start -> ... -> upstream end -> downstream end.
However, if upstream sends stuff to builder in start, then downstream receives items before it starts. We need downstream start -> upstream start -> ... instead.
We should fix this behavior and add tests to ensure the correct ordering.
- links to
-
Commit(master) openjdk/jdk/b44632aa
-
Review(master) openjdk/jdk/20227