Skip to content

8210549: Runtime.exec: in closeDescriptors(), use FD_CLOEXEC instead of close()#549

Draft
tstuefe wants to merge 1 commit intoopenjdk:masterfrom
tstuefe:backport-tstuefe-afa52e46-master
Draft

8210549: Runtime.exec: in closeDescriptors(), use FD_CLOEXEC instead of close()#549
tstuefe wants to merge 1 commit intoopenjdk:masterfrom
tstuefe:backport-tstuefe-afa52e46-master

Conversation

@tstuefe
Copy link
Copy Markdown
Member

@tstuefe tstuefe commented May 7, 2026

Backport of 8210549: Runtime.exec: in closeDescriptors(), use FD_CLOEXEC instead of close()



Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • JDK-8210549 needs maintainer approval
  • Commit message must refer to an issue

Issue

  • JDK-8210549: Runtime.exec: in closeDescriptors(), use FD_CLOEXEC instead of close() (Enhancement - P4)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u-dev.git pull/549/head:pull/549
$ git checkout pull/549

Update a local copy of the PR:
$ git checkout pull/549
$ git pull https://git.openjdk.org/jdk25u-dev.git pull/549/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 549

View PR using the GUI difftool:
$ git pr show -t 549

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk25u-dev/pull/549.diff

@bridgekeeper
Copy link
Copy Markdown

bridgekeeper Bot commented May 7, 2026

👋 Welcome back stuefe! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 7, 2026

❗ This change is not yet ready to be integrated.
See the Progress checklist in the description for automated requirements.

@openjdk openjdk Bot changed the title Backport afa52e4681f5d0392c3fdfddf48b00a004d1280c 8210549: Runtime.exec: in closeDescriptors(), use FD_CLOEXEC instead of close() May 7, 2026
@openjdk
Copy link
Copy Markdown

openjdk Bot commented May 7, 2026

This backport pull request has now been updated with issue from the original commit.

@openjdk openjdk Bot added the backport Port of a pull request already in a different code base label May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Port of a pull request already in a different code base

Development

Successfully merging this pull request may close these issues.

1 participant