src/stx_libjava.st
branchjk_new_structure
changeset 906 fea23aa2b228
parent 905 d03d9e05c581
child 913 1781f130b005
--- a/src/stx_libjava.st	Wed Aug 10 22:22:53 2011 +0000
+++ b/src/stx_libjava.st	Wed Aug 10 22:58:10 2011 +0000
@@ -211,7 +211,7 @@
         #'stx:libview'    "DisplaySurface - superclass of JavaView "
         #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
         #'stx:libwidg'    "Label - referenced by JavaVM class>>processEvent: "
-        #'stx:libwidg2'    "MenuPanel - referenced by JavaVM class>>processEvent: "
+        #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
     )
 ! !
 
@@ -227,7 +227,6 @@
         "<className> or (<className> attributes...) in load order"
         (AbstractJavaTestCase autoload)
         Byte
-        (JUnitTestCaseProxy autoload)
         Java
         JavaAnnotation
         JavaAnnotationContainer
@@ -301,6 +300,7 @@
         SmalltalkAppletContext
         SmalltalkAppletStub
         #'stx_libjava'
+        (JUnitTestCaseProxy autoload)
         JavaAnnotationArrayValue
         JavaAnnotationClassValue
         JavaAnnotationEnumValue
@@ -427,6 +427,7 @@
         'ShortFloat class' javaUnbox:
         'SignedIntegerArray class' isInterface
         'SignedIntegerArray class' isJavaArrayClass
+        'SignedIntegerArray class' javaArrayClass
         'SignedIntegerArray class' javaComponentClass
         'SignedIntegerArray class' javaName
         'SignedLongIntegerArray class' isInterface
@@ -439,6 +440,7 @@
         'WordArray class' isInterface
         'WordArray class' isJavaArrayClass
         'WordArray class' isJavaReferenceType
+        'WordArray class' javaArrayClass
         'WordArray class' javaComponentClass
         'WordArray class' javaName
     )