mirror of https://github.com/apache/activemq.git
should be a synchronized call around getVmLockSet()
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@512497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ba5e1921c
commit
6b38f803bc
|
@ -496,7 +496,7 @@ public class KahaStore implements Store{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static private Set<String> getVmLockSet(){
|
static synchronized private Set<String> getVmLockSet(){
|
||||||
if(lockSet==null){
|
if(lockSet==null){
|
||||||
Properties properties=System.getProperties();
|
Properties properties=System.getProperties();
|
||||||
synchronized(properties){
|
synchronized(properties){
|
||||||
|
|
Loading…
Reference in New Issue