stx_libjava.st
branchdevelopment
changeset 2031 2e3520e19fcb
parent 2019 e1291a81f215
child 2035 67f2c288f2a6
--- a/stx_libjava.st	Wed Feb 06 13:22:35 2013 -0800
+++ b/stx_libjava.st	Wed Feb 06 13:33:40 2013 -0800
@@ -160,15 +160,15 @@
 
     ^ #(
         #'stx:goodies/sunit'    "TestSuite - referenced by stx_libjava class>>testSuite "
-        #'stx:libbasic'    "Exception - superclass of JavaError "
-        #'stx:libbasic2'    "UnboxedIntegerArray - superclass of extended WordArray "
-        #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
-        #'stx:libcomp'    "ConstantNode - referenced by ProxyMethodJavaMethodInvocationNode>>wrappedArgs: "
+        #'stx:libbasic'    "WriteStream - superclass of JavaSocket "
+        #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
+        #'stx:libbasic3'    "WrappedMethod - extended "
+        #'stx:libcomp'    "VariableNode - referenced by ProxyMethodCompiler>>compile:arguments:selector: "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
         #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
-        #'stx:libview'    "TopView - superclass of JavaPopUpView "
-        #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
-        #'stx:libwidg'    "ScrollableView - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_MComponentPeer_pSetForeground: "
+        #'stx:libview'    "SimpleView - superclass of JavaView "
+        #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
+        #'stx:libwidg'    "Scroller - referenced by JavaVM class>>processEvent: "
         #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
     )
 ! !
@@ -417,6 +417,7 @@
         JavaClassPathBundle
         JavaCodeLibrary
         #'JavaNativeMethodImpl_OpenJDK6'
+        #'JavaNativeMethodImpl_SunJDK6'
     )
 !