JavaNativeMethodImpl_OpenJDK6.st
branchdevelopment
changeset 2563 ccb1057ab559
parent 2550 833d22a3cde3
child 2566 f1cea8b752ba
--- a/JavaNativeMethodImpl_OpenJDK6.st	Wed Apr 24 00:11:10 2013 +0100
+++ b/JavaNativeMethodImpl_OpenJDK6.st	Wed Apr 24 11:05:52 2013 +0100
@@ -644,13 +644,13 @@
     ].
     fn := name asFilename.
     fn exists  ifFalse:[
-        ^self throwFileNotFoundException: 'File does not exists'
+        ^JavaVM throwFileNotFoundException: 'File does not exists'
     ].
     fn isDirectory ifTrue:[
-        ^self throwFileNotFoundException: 'File is directory'
+        ^JavaVM throwFileNotFoundException: 'File is directory'
     ].
     fn isReadable  ifFalse:[
-        ^self throwFileNotFoundException: 'File is not readable'
+        ^JavaVM throwFileNotFoundException: 'File is not readable'
     ].
 
     stream := self commonOpenStreamUsing:[fn readStream].
@@ -678,7 +678,7 @@
 
                 (fn := dirName asFilename construct:name) exists ifTrue:[
                     fn isReadable ifFalse:[
-                        self throwFileNotFoundException: 'File is not readable'.
+                        JavaVM throwFileNotFoundException: 'File is not readable'.
                         ^nil
                     ].
                     stream := fn readStream.
@@ -690,7 +690,7 @@
     ^ nil.
 
     "Modified: / 27-01-1999 / 18:54:46 / cg"
-    "Modified: / 23-07-2012 / 19:37:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 24-04-2013 / 11:01:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 fixFilename:path
@@ -13683,6 +13683,64 @@
     "Modified: / 01-05-2011 / 16:22:03 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!JavaNativeMethodImpl_OpenJDK6 class methodsFor:'native - org.apache.tomcat.jni'!
+
+_org_apache_tomcat_jni_Library_aprVersionString: this 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'aprVersionString()Ljava/lang/String;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_globalPool: this 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'globalPool()J'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_has: this _: a1 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'has(I)Z'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_initialize: this 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'initialize()Z'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_size: this _: a1 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'size(I)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_terminate: this 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'terminate()V'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_version: this _: a1 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'version(I)I'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+!
+
+_org_apache_tomcat_jni_Library_versionString: this 
+
+    <javanative: 'org/apache/tomcat/jni/Library' name: 'versionString()Ljava/lang/String;'>
+
+    ^ JavaVM unimplementedNativeMethodSignal raise
+! !
+
 !JavaNativeMethodImpl_OpenJDK6 class methodsFor:'native - stx.libjava'!
 
 _stx_libjava_ClassLoader_findClassS: this _:a1