subclass cache flushing
authorClaus Gittinger <cg@exept.de>
Mon, 22 Sep 2008 14:06:53 +0200
changeset 11171 b95546993eb8
parent 11170 ced52c04b215
child 11172 04ba10b4fcf9
subclass cache flushing
Autoload.st
--- a/Autoload.st	Fri Sep 19 12:44:17 2008 +0200
+++ b/Autoload.st	Mon Sep 22 14:06:53 2008 +0200
@@ -470,6 +470,7 @@
         self becomeSameAs:newClass.
 
         ObjectMemory flushCaches.
+        Class flushSubclassInfo.
     ].
 
     "the rehash here is pure superstition"
@@ -923,7 +924,7 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.148 2008-09-03 08:46:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.149 2008-09-22 12:06:53 cg Exp $'
 ! !
 
 Autoload initialize!