_scopeFrame.scopeInstanceId, (OScope) _self.o), _scopeFrame, null);
// Depending on whether we are ATOMIC or not, we'll need to create outgoing link status interceptors
LinkFrame linkframe;
if (((OScope) _self.o).atomicScope && !_self.o.outgoingLinks.isEmpty()) {
ValChannel linkInterceptorControl = newChannel(ValChannel.class);
ParentScopeChannel psc = newChannel(ParentScopeChannel.class);
linkframe = createInterceptorLinkFrame();
instance(new LINKSTATUSINTERCEPTOR(linkInterceptorControl,linkframe));
instance(new UNLOCKER(psc, _self.parent, null, Collections.<IsolationLock>emptyList(), linkInterceptorControl));
_self.parent = psc;