_oprocess.processScope,
newChannel(TerminationChannel.class), newChannel(ParentScopeChannel.class));
ScopeFrame processFrame = new ScopeFrame(_oprocess.processScope, scopeInstanceId, null, null,_globals);
instance(new SCOPE(child, processFrame, new LinkFrame(null)));
object(new ParentScopeChannelListener(child.parent) {
private static final long serialVersionUID = -8564969578471906493L;
public void compensate(OScope scope, SynchChannel ret) {
assert false;
}