RFR: 8375585: Test java/lang/ProcessBuilder/PipelineLeaksFD.java failed [v4]
Jaikiran Pai
jpai at openjdk.org
Thu Feb 5 16:14:57 UTC 2026
On Wed, 4 Feb 2026 14:44:56 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Revised test to explicitly compare file descriptor info only from parent and child.
>> If additional fd's are present in the child, it is hard to know their origin but they do not necessarily indicate a bug in Process launch.
>>
>> Remove from the problem list.
>
> Roger Riggs has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:
>
> - Merge
> - Removed use of count.
> - Refactor checks of child pipe use against parent use.
> Removed simple counts of names as they were unreliable.
> - 8375585: Test java/lang/ProcessBuilder/PipelineLeaksFD.java failed
> Revised test to explicitly compare file descriptor info only from parent and child
> If additional fd's are present in the child, it is hard to know their origin
> but they do not necessarily indicate a bug in Process launch.
Looks good to me.
-------------
Marked as reviewed by jpai (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29530#pullrequestreview-3758076861
More information about the core-libs-dev
mailing list