stx_libjava.st
branchcvs_MAIN
changeset 3811 ba80914f826e
parent 3729 069b4ea14f4b
child 3821 e56cb23e2e5f
--- a/stx_libjava.st	Tue Aug 28 15:14:58 2018 +0200
+++ b/stx_libjava.st	Tue Aug 28 15:14:59 2018 +0200
@@ -64,7 +64,7 @@
     to execute Java code (by help of the VM, which can also execute Java bytecode).
 
     [author:]
-        cg
+        cg (original implementation)
 
     [primary maintainers:]
         cg
@@ -442,7 +442,9 @@
         ProxyMethodJavaMethodInvocationNode
         ProxyMethodJavaTypeCheckNode
         JavaNativeMethod
+        #'JavaNativeMethodImpl_OpenJDK9'
         #'JavaNativeMethodImpl_OracleJDK8'
+        #'JavaNativeMethodImpl_OracleJDK9'
         (GroovyEvaluatorTests autoload)
         (JavaAntProjectResource autoload)
         (JavaByteCodeProcessorTests autoload)
@@ -618,7 +620,6 @@
         Object getJavaMonitor
         Object javaWrapRequired
         'Boolean class' javaWrapRequired
-        CharacterArray withoutSuffix:
         ExecutableFunction isProxyMethod
         'ProjectDefinition class' javaBundle
         'String class' javaName
@@ -666,6 +667,8 @@
         'ProjectDefinition class' #'java_build_dot_xml_mappings'
         Context javaLineNumber
     )
+
+    "Modified: / 09-01-2018 / 18:41:41 / stefan"
 ! !
 
 !stx_libjava class methodsFor:'description - java'!