jdk11u-dev icon indicating copy to clipboard operation
jdk11u-dev copied to clipboard

8307091: A few client tests intermittently throw ConcurrentModificationException

Open luchenlin opened this issue 9 months ago • 5 comments

Due to JDK-8327137 and JDK-8323670 depends on this, so i will backport this first, and then backport the others.


Progress

  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue
  • [ ] JDK-8307091 needs maintainer approval

Issue

  • JDK-8307091: A few client tests intermittently throw ConcurrentModificationException (Bug - P2)

Reviewing

Using git

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

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

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 2720

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

Using diff file

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

Webrev

Link to Webrev Comment

luchenlin avatar May 23 '24 06:05 luchenlin