checkin from browser
authorcg
Tue, 20 Oct 1998 17:02:33 +0000
changeset 400 c7009660d0f8
parent 399 94d37f2032a1
child 401 610bc793de74
checkin from browser
JavaVM.st
--- a/JavaVM.st	Tue Oct 20 16:45:42 1998 +0000
+++ b/JavaVM.st	Tue Oct 20 17:02:33 1998 +0000
@@ -2583,7 +2583,6 @@
         ^ nil
     ].
     ('JavaVM [info]: resolving class ' , cls fullName , ' ...') infoPrintCR.
-(cls fullName endsWith:'Clock2') ifTrue:[self halt].
 
     JavaClassReader classLoaderQuerySignal answer:jClassLoader 
     do:[
@@ -2617,7 +2616,7 @@
 ].
 
     "Created: / 7.1.1998 / 13:12:27 / cg"
-    "Modified: / 20.10.1998 / 17:54:57 / cg"
+    "Modified: / 20.10.1998 / 19:01:57 / cg"
 !
 
 _Class_forName:nativeContext
@@ -8073,6 +8072,6 @@
 !JavaVM class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.46 1998/10/20 16:44:17 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.47 1998/10/20 17:02:33 cg Exp $'
 ! !
 JavaVM initialize!