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

Alan Bateman alanb at openjdk.org
Tue Aug 13 07:39:50 UTC 2024


On Mon, 12 Aug 2024 23:28:26 GMT, David Holmes <dholmes at openjdk.org> wrote:

> Though I'm unclear how that compiles without the method declaring `throws Throwable` ??

It wouldn't need that because of precise rethrow. In any case, having Error and RuntimeException are okay.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/20548#discussion_r1714818621


More information about the core-libs-dev mailing list