src/stx_libjava.st
branchjk_new_structure
changeset 1026 5badd1d31864
parent 1022 38b710d7dfbc
child 1028 d30cabc12354
--- a/src/stx_libjava.st	Wed Oct 19 15:21:57 2011 +0000
+++ b/src/stx_libjava.st	Wed Oct 19 16:18:27 2011 +0000
@@ -205,17 +205,17 @@
 
     ^ #(
         #'squeak:petitparser'    "PPDelegateParser - superclass of JavaParser "
-        #'stx:goodies/sunit'    "TestCase - superclass of AbstractJavaTestCase "
-        #'stx:libbasic'    "Dictionary - superclass of JavaAnnotationDictionary "
-        #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
+        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaByteCodeProcessorTests "
+        #'stx:libbasic'    "Number - superclass of Byte "
+        #'stx:libbasic2'    "UnboxedIntegerArray - superclass of extended SignedIntegerArray "
         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
         #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
         #'stx:libtool'    "WorkspaceApplication - referenced by JavaEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
-        #'stx:libview'    "DeviceGraphicsContext - superclass of JavaPopUpView "
-        #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
-        #'stx:libwidg'    "GenericToolbarIconLibrary - extended "
-        #'stx:libwidg2'    "CheckBox - referenced by JavaVM class>>_WCheckboxPeer_create: "
+        #'stx:libview'    "SimpleView - superclass of JavaTopView "
+        #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
+        #'stx:libwidg'    "Label - referenced by JavaVM class>>_WLabelPeer_create: "
+        #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
     )
 ! !
 
@@ -451,6 +451,7 @@
         JavaNativeMethod
         (JavaClassLoadingTests autoload)
         (JavaFreshlyInitializedResource autoload)
+        JavaClassRegistry
     )
 !
 
@@ -601,7 +602,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1372'"$"
+    ^ "$SVN-Revision:"'1375'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!