Skip to content

8347740: java/io/File/createTempFile/SpecialTempFile.java failing#794

Open
sophia-guo wants to merge 2 commits into
openjdk:masterfrom
sophia-guo:sophiag_backport_8347740
Open

8347740: java/io/File/createTempFile/SpecialTempFile.java failing#794
sophia-guo wants to merge 2 commits into
openjdk:masterfrom
sophia-guo:sophiag_backport_8347740

Conversation

@sophia-guo

@sophia-guo sophia-guo commented May 8, 2026

Copy link
Copy Markdown
Contributor

I would like to backport 8347740 to jdk8u, which has been backported to jdk21 and jdk17. We see it in our CI. It's a test fix, no risk.



Progress

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

Issues

  • JDK-8347740: java/io/File/createTempFile/SpecialTempFile.java failing (Bug - P3)
  • JDK-8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java (Bug - P4)
  • JDK-8353714: [17u] Backport of 8347740 incomplete (Bug - P4)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 794

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

Using diff file

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

Using Webrev

Link to Webrev Comment

@bridgekeeper

bridgekeeper Bot commented May 8, 2026

Copy link
Copy Markdown

👋 Welcome back sophia-guo! 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

openjdk Bot commented May 8, 2026

Copy link
Copy Markdown

❗ 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 f2a9d26b2e409a7216d967ebb6b92726e8ed65c3 8347740: java/io/File/createTempFile/SpecialTempFile.java failing May 8, 2026
@openjdk

openjdk Bot commented May 8, 2026

Copy link
Copy Markdown

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

@openjdk openjdk Bot added backport Port of a pull request already in a different code base rfr Pull request is ready for review labels May 8, 2026
@mlbridge

mlbridge Bot commented May 8, 2026

Copy link
Copy Markdown

Webrevs

@jerboaa

jerboaa commented May 11, 2026

Copy link
Copy Markdown
Contributor

I think we should wait until the review for openjdk/jdk11u-dev#3193 concludes before moving on to JDK 8u.

@sophia-guo

Copy link
Copy Markdown
Contributor Author

/issue add JDK-8183344

@openjdk

openjdk Bot commented May 27, 2026

Copy link
Copy Markdown

@sophia-guo
Adding additional issue to issue list: 8183344: Better cleanup for jdk/test/java/io/File/createTempFile/SpecialTempFile.java.

@sophia-guo

sophia-guo commented May 27, 2026

Copy link
Copy Markdown
Contributor Author

@sophia-guo sophia-guo marked this pull request as draft May 27, 2026 22:02
@openjdk openjdk Bot removed the rfr Pull request is ready for review label May 27, 2026
@sophia-guo sophia-guo force-pushed the sophiag_backport_8347740 branch from 26baa48 to ac8fc8c Compare May 27, 2026 22:22
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
@sophia-guo sophia-guo force-pushed the sophiag_backport_8347740 branch from ac8fc8c to 5857f18 Compare May 27, 2026 22:32
@sophia-guo sophia-guo marked this pull request as ready for review May 27, 2026 22:40
@openjdk openjdk Bot added the rfr Pull request is ready for review label May 27, 2026
@sophia-guo

Copy link
Copy Markdown
Contributor Author

/issue add JDK-8353714

@openjdk

openjdk Bot commented May 28, 2026

Copy link
Copy Markdown

@sophia-guo
Adding additional issue to issue list: 8353714: [17u] Backport of 8347740 incomplete.

@tstuefe

tstuefe commented Jun 17, 2026

Copy link
Copy Markdown
Member

I am confused about this.

https://bugs.openjdk.org/browse/JDK-8347740 is already marked as backported to 8u461.

And the bug that is supposedly the cause for this issue (https://bugs.openjdk.org/browse/JDK-8345368) was not backported to public JDK 8 but only to the Oracle-internal version, unless I misunderstand the meaning of "8-pool" ?

@jerboaa

jerboaa commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

https://bugs.openjdk.org/browse/JDK-8347740 is already marked as backported to 8u461.

That is a backport to Oracle JDK 8u. OpenJDK backports have a fix version of openjdk8uXXX.

@jerboaa

jerboaa commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

And the bug that is supposedly the cause for this issue (https://bugs.openjdk.org/browse/JDK-8345368) was not backported to public JDK 8 but only to the Oracle-internal version, unless I misunderstand the meaning of "8-pool" ?

I think Sophia explained that on the JDK 11u review here:
openjdk/jdk11u-dev#3193 (comment)

@jerboaa jerboaa left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to include a partial backport of https://bugs.openjdk.org/browse/JDK-8183344 which was done before JDK-8347740 (this bug). Please create a separate backport for the former bug and make this patch dependent on the new one. This seems the cleaner approach to do this.

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 rfr Pull request is ready for review

Development

Successfully merging this pull request may close these issues.

3 participants