mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-07 18:49:14 +00:00
b2d40b716d
Double checked locking was operating on a non-volatile field this is not threadsafe, make field volatile.