AbstractLauncherApplication.st
changeset 6661 2ed2ba9f5a7c
parent 6637 874c6de40070
child 6806 1f45872c372f
--- a/AbstractLauncherApplication.st	Fri Mar 10 10:45:16 2006 +0100
+++ b/AbstractLauncherApplication.st	Fri Mar 10 10:49:52 2006 +0100
@@ -2850,7 +2850,7 @@
         supportsJustInTimeCompilation ifTrue:[
             justInTimeCompilation := justInTimeCompilation value.
             justInTimeCompilation ifTrue:[
-                Method allInstancesDo:[:m | m checked:false].
+                Smalltalk allMethodsDo:[:m | m checked:false].
             ].
             ObjectMemory justInTimeCompilation:justInTimeCompilation.
             ObjectMemory fullSingleStepSupport:fullDebugSupport value.
@@ -6527,5 +6527,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.331 2006-03-06 08:47:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.332 2006-03-10 09:49:52 cg Exp $'
 ! !