RFR: 8332154: Memory leak in SynchronousQueue [v5]

Viktor Klang vklang at openjdk.org
Mon May 20 15:23:36 UTC 2024


> 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+

Viktor Klang has updated the pull request incrementally with one additional commit since the last revision:

  Turn the Runnables into callables to avoid having to catch any InterruptedException

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/19271/files
  - new: https://git.openjdk.org/jdk/pull/19271/files/f32e9ea4..e0b2eb89

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19271&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19271&range=03-04

  Stats: 16 lines in 1 file changed: 0 ins; 12 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/19271.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19271/head:pull/19271

PR: https://git.openjdk.org/jdk/pull/19271


More information about the core-libs-dev mailing list