|
@@ -48,7 +48,7 @@ public class CtSph implements Sph { |
|
|
* Same resource({@link ResourceWrapper#equals(Object)}) will share the same |
|
|
* Same resource({@link ResourceWrapper#equals(Object)}) will share the same |
|
|
* {@link ProcessorSlotChain}, no matter in which {@link Context}. |
|
|
* {@link ProcessorSlotChain}, no matter in which {@link Context}. |
|
|
*/ |
|
|
*/ |
|
|
private static Map<ResourceWrapper, ProcessorSlotChain> chainMap |
|
|
|
|
|
|
|
|
private static volatile Map<ResourceWrapper, ProcessorSlotChain> chainMap |
|
|
= new HashMap<ResourceWrapper, ProcessorSlotChain>(); |
|
|
= new HashMap<ResourceWrapper, ProcessorSlotChain>(); |
|
|
|
|
|
|
|
|
private static final Object LOCK = new Object(); |
|
|
private static final Object LOCK = new Object(); |
|
|