Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8327137: Add test for ConcurrentModificationException in BasicDirectoryModel #2477

Closed

Conversation

luchenlin
Copy link

@luchenlin luchenlin commented May 17, 2024

I backport this for parity with 17.0.13-oracle.


Progress

  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue
  • JDK-8327137 needs maintainer approval

Issue

  • JDK-8327137: Add test for ConcurrentModificationException in BasicDirectoryModel (Bug - P4 - Approved)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2477

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

Using diff file

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

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented May 17, 2024

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

openjdk bot commented May 17, 2024

@luchenlin This change now passes all automated pre-integration checks.

ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details.

After integration, the commit message for the final commit will be:

8327137: Add test for ConcurrentModificationException in BasicDirectoryModel

You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed.

At the time when this comment was updated there had been 98 new commits pushed to the master branch:

  • ed56f5b: 8324577: [REDO] - [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
  • d056b73: 8325621: Improve jspawnhelper version checks
  • 0fc9b02: 8317831: compiler/codecache/CheckLargePages.java fails on OL 8.8 with unexpected memory string
  • d981bc4: 8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out
  • 4cee9be: 8327787: Convert javax/swing/border/Test4129681.java applet test to main
  • 4976dc8: 8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java
  • dad6c6b: 8320379: C2: Sort spilling/unspilling sequence for better ld/st merging into ldp/stp on AArch64
  • b46208d: 8333716: Shenandoah: Check for disarmed method before taking the nmethod lock
  • 9056b3b: 8307193: Several Swing jtreg tests use class.forName on L&F classes
  • 257d5ef: 8316240: Open source several add/remove MenuBar manual tests
  • ... and 88 more: https://git.openjdk.org/jdk17u-dev/compare/0e524e2f476835885b34e221e64d8e12a9a1d792...master

As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot changed the title Backport 9731b1c8b02d957985f4fb40acd93fb67747a9f0 8327137: Add test for ConcurrentModificationException in BasicDirectoryModel May 17, 2024
@openjdk
Copy link

openjdk bot commented May 17, 2024

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

@openjdk
Copy link

openjdk bot commented May 17, 2024

⚠️ @luchenlin This change is now ready for you to apply for maintainer approval. This can be done directly in each associated issue or by using the /approval command.

@openjdk openjdk bot added the rfr Pull request is ready for review label May 17, 2024
@mlbridge
Copy link

mlbridge bot commented May 17, 2024

Webrevs

@TheRealMDoerr
Copy link
Contributor

Nightly test got error:
Exception in Basic L&F File Loading Thread: class java.util.ConcurrentModificationException
java.util.ConcurrentModificationException
at java.base/java.util.AbstractList$SubList.checkForComodification(AbstractList.java:904)

@TheRealMDoerr
Copy link
Contributor

I think we need to postpone this one. JDK-8327137 has related issues which will also need to get ready for backport.

@luchenlin
Copy link
Author

postpone this one due to some related issues.

@luchenlin luchenlin closed this May 27, 2024
@luchenlin luchenlin reopened this Jun 11, 2024
@openjdk openjdk bot added approval ready Pull request is ready to be integrated and removed approval labels Jun 12, 2024
@luchenlin
Copy link
Author

/integrate

@openjdk
Copy link

openjdk bot commented Jun 19, 2024

Going to push as commit 978b793.
Since your change was applied there have been 101 commits pushed to the master branch:

  • 8751ace: 8330615: avoid signed integer overflows in zip_util.c readCen / hashN
  • 5fc41c8: 8330524: Linux ppc64le compile warning with clang in os_linux_ppc.cpp
  • 5c3fc1d: 8334335: [TESTBUG] Backport of 8279164 to 11u & 17u includes elements of JDK-8163327
  • ed56f5b: 8324577: [REDO] - [IMPROVE] OPEN_MAX is no longer the max limit on macOS >= 10.6 for RLIMIT_NOFILE
  • d056b73: 8325621: Improve jspawnhelper version checks
  • 0fc9b02: 8317831: compiler/codecache/CheckLargePages.java fails on OL 8.8 with unexpected memory string
  • d981bc4: 8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out
  • 4cee9be: 8327787: Convert javax/swing/border/Test4129681.java applet test to main
  • 4976dc8: 8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java
  • dad6c6b: 8320379: C2: Sort spilling/unspilling sequence for better ld/st merging into ldp/stp on AArch64
  • ... and 91 more: https://git.openjdk.org/jdk17u-dev/compare/0e524e2f476835885b34e221e64d8e12a9a1d792...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jun 19, 2024
@openjdk openjdk bot closed this Jun 19, 2024
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Jun 19, 2024
@openjdk
Copy link

openjdk bot commented Jun 19, 2024

@luchenlin Pushed as commit 978b793.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport clean integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

2 participants