jdk icon indicating copy to clipboard operation
jdk copied to clipboard

8332154: Memory leak in SynchronousQueue

Open viktorklang-ora opened this issue 9 months ago • 11 comments

Local testing seems to indicate that this fix (which mirrors what's done in the FIFO mode) addresses the problem. Regression test added for JDK20+


Progress

  • [ ] Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • [x] Change must not contain extraneous whitespace
  • [x] Commit message must refer to an issue

Issue

  • JDK-8332154: Memory leak in SynchronousQueue (Bug - P3)

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/19271/head:pull/19271
$ git checkout pull/19271

Update a local copy of the PR:
$ git checkout pull/19271
$ git pull https://git.openjdk.org/jdk.git pull/19271/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 19271

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

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/19271.diff

Webrev

Link to Webrev Comment

viktorklang-ora avatar May 16 '24 14:05 viktorklang-ora