RFR: 8336384: AbstractQueuedSynchronizer.acquire should cancel acquire when failing due to a LinkageError or other errors [v2]

Viktor Klang vklang at openjdk.org
Mon Aug 12 16:11:46 UTC 2024


> 8336384: AbstractQueuedSynchronizer.acquire should cancel acquire when failing due to a LinkageError or other errors

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

  Catching both Error and RuntimeException

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/20548/files
  - new: https://git.openjdk.org/jdk/pull/20548/files/40310fe3..70f8b496

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=20548&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=20548&range=00-01

  Stats: 4 lines in 2 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/20548.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/20548/head:pull/20548

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


More information about the core-libs-dev mailing list