ObjectMemory.st
changeset 339 e8658d38abfb
parent 335 1f1cc22f2aa5
child 345 cf2301210c47
--- a/ObjectMemory.st	Sat May 06 06:26:35 1995 +0200
+++ b/ObjectMemory.st	Mon May 08 05:31:14 1995 +0200
@@ -33,7 +33,7 @@
 COPYRIGHT (c) 1992 by Claus Gittinger
 	     All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.39 1995-05-03 15:30:06 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.40 1995-05-08 03:30:02 claus Exp $
 '!
 
 !ObjectMemory class methodsFor:'documentation'!
@@ -54,7 +54,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.39 1995-05-03 15:30:06 claus Exp $
+$Header: /cvs/stx/stx/libbasic/ObjectMemory.st,v 1.40 1995-05-08 03:30:02 claus Exp $
 "
 !
 
@@ -1505,6 +1505,7 @@
 	] newProcess.
     p name:'background collector'.
     p priority:aPriority.
+    p restartable:true.
     p resume.
     BackgroundCollectProcess := p
 
@@ -1961,6 +1962,7 @@
 	] newProcess.
     p name:'background finalizer'.
     p priority:aPriority.
+    p restartable:true.
     p resume.
     BackgroundFinalizationProcess := p