Open jbee opened 10 years ago
When occupying a cell of the array of an evolution list the access is currently synchronized via synchronized block. This can be replaced by a
synchronized
AtomicReferenceArray#compareAndSet(index, null, value);
When occupying a cell of the array of an evolution list the access is currently synchronized via
synchronized
block. This can be replaced by a