src/stx_libjava.st
branchjk_new_structure
changeset 1524 b74a62ba8cc1
parent 1516 f9d1fe69852a
child 1532 ae63ecbd509e
--- a/src/stx_libjava.st	Tue Jul 10 09:24:58 2012 +0000
+++ b/src/stx_libjava.st	Wed Jul 11 09:40:08 2012 +0000
@@ -156,17 +156,17 @@
 
     ^ #(
         #'squeak:petitparser'
-        #'stx:goodies/sunit'    "TestResource - superclass of JavaAntProjectResource "
-        #'stx:libbasic'    "NonPositionableExternalStream - superclass of JavaSocket "
+        #'stx:goodies/sunit'    "TestCase - superclass of JavaTestCaseProxy "
+        #'stx:libbasic'    "LimitedPrecisionReal - superclass of extended ShortFloat "
         #'stx:libbasic2'    "BitArray - superclass of extended BooleanArray "
         #'stx:libbasic3'    "MessageTracer - referenced by JavaMethod>>setBreakPoint "
-        #'stx:libcomp'    "ObjectFileLoader - referenced by JavaVM class>>_Runtime_loadFileInternalI: "
+        #'stx:libcomp'    "ReturnNode - referenced by ProxyMethodCompiler>>generate "
         #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
-        #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
-        #'stx:libview'    "DeviceGraphicsContext - superclass of JavaTopView "
-        #'stx:libview2'    "Plug - referenced by JavaSourceCodeCache>>findMethodLine:inMethods: "
-        #'stx:libwidg'    "SelectionInListView - referenced by JavaVM class>>_WListPeer_create: "
-        #'stx:libwidg2'    "ComboListView - referenced by JavaVM class>>_WChoicePeer_create: "
+        #'stx:libtool'    "WorkspaceApplication - referenced by GroovyEvaluator>>evaluate:in:receiver:notifying:logged:ifFail: "
+        #'stx:libview'    "TopView - superclass of JavaTopView "
+        #'stx:libview2'    "GIFReader - referenced by JavaVM class>>_GifImageDecoder_parseImage: "
+        #'stx:libwidg'    "Scroller - referenced by JavaVM class>>processEvent: "
+        #'stx:libwidg2'    "ComboBoxView - referenced by JavaVM class>>processEvent: "
     )
 ! !
 
@@ -391,6 +391,7 @@
         (JavaClassReaderTests autoload)
         (JavaRefsAndConstantPoolTestCase autoload)
         JavaNioSupport
+        (JavaNativeMemoryTests autoload)
     )
 !
 
@@ -613,7 +614,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1868            '"$"
+    ^ "$SVN-Revision:"'1877M           '"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!