mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-06 09:20:07 +00:00
Double checked locking was operating on a non-volatile field this is not threadsafe, make field volatile.
Double checked locking was operating on a non-volatile field this is not threadsafe, make field volatile.