On Thu, 10 Mar 2022 10:41:23 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> The acquire() method will return true the first time it's been called. And it > is called only once. So we only need to check whether acquired is true at > places where we are in doubt about whether the method has been called. I see what you mean. ------------- PR: https://git.openjdk.java.net/jdk/pull/7196