stx_libjava.st
changeset 3106 e53888146940
parent 3099 19a2b75907ce
child 3115 e4b35ecfc645
--- a/stx_libjava.st	Sun May 18 13:11:40 2014 +0100
+++ b/stx_libjava.st	Tue May 20 17:57:10 2014 +0100
@@ -163,7 +163,7 @@
         #'stx:goodies/sunit'    "TestAsserter - superclass of GroovyEvaluatorTests "
         #'stx:libbasic'    "AbstractNumberVector - extended "
         #'stx:libbasic2'    "SignedIntegerArray - extended "
-        #'stx:libbasic3'    "WrappedMethod - extended "
+        #'stx:libbasic3'    "SystemEnvironment - superclass of JavaClassEnvironment "
         #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
     )
 !
@@ -419,10 +419,13 @@
         (JavaInitializedResource autoload)
         (JavaInterfaceMethodRefTests autoload)
         JavaInvalidRefError
+        JavaInvokeDynamic2
         JavaMethod
         JavaMethodAnnotationContainer
         JavaMethodDescriptor
+        JavaMethodHandle2
         (JavaMethodRefTests autoload)
+        JavaMethodType2
         JavaMirror
         #'JavaNativeMethodImpl_OpenJDK6'
         (JavaRefMock autoload)