aboutsummaryrefslogtreecommitdiff
path: root/java/jdk13
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2002-04-16 06:07:05 +0000
committerGreg Lewis <glewis@FreeBSD.org>2002-04-16 06:07:05 +0000
commit3b5594fd6b56484e91e9ef59dea5e93cb5ded6a6 (patch)
treeef6b5b088f5d04cc2e636c89902267636f4953b5 /java/jdk13
parentd33b274b3b0917bf31b5ee3aa6e6590a13457d67 (diff)
downloadports-3b5594fd6b56484e91e9ef59dea5e93cb5ded6a6.tar.gz
ports-3b5594fd6b56484e91e9ef59dea5e93cb5ded6a6.zip
Notes
Diffstat (limited to 'java/jdk13')
-rw-r--r--java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c31
1 files changed, 31 insertions, 0 deletions
diff --git a/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c
new file mode 100644
index 000000000000..9717547cbe12
--- /dev/null
+++ b/java/jdk13/files/patch-..::ext::plugin::oji-plugin::src::motif::jvm_natives::native.c
@@ -0,0 +1,31 @@
+$FreeBSD$
+
+--- ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 22 Jan 2002 19:56:49 -0000 1.5
++++ ../ext/plugin/oji-plugin/src/motif/jvm_natives/native.c 13 Apr 2002 05:11:05 -0000
+@@ -590,7 +590,7 @@
+ jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker");
+ jmethodID meth = (*env)->GetStaticMethodID(env, clz, "readHttpsURL",
+ "(Ljava/lang/Object;[BII)I");
+- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this, buf, offset, len);
++ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this, buf, offset, len);
+ }
+
+ /*
+@@ -605,7 +605,7 @@
+ jclass clz = (*env)->FindClass(env, "sun/plugin/navig/motif/Worker");
+ jmethodID meth = (*env)->GetStaticMethodID(env, clz, "bytesAvailable",
+ "(Ljava/lang/Object;)I");
+- return (jint)(*env)->CallStaticObjectMethod(env, clz, meth, this);
++ return (jint)(*env)->CallStaticIntMethod(env, clz, meth, this);
+ }
+
+ /*
+@@ -623,7 +623,7 @@
+ "(Ljava/lang/Object;)V");
+ jfieldID nativeConnID = (*env)->GetFieldID(env, isClass, "nativeConnection", "J");
+
+- (*env)->CallStaticObjectMethod(env, clz, meth, is);
++ (*env)->CallStaticVoidMethod(env, clz, meth, is);
+
+ /*
+ It is extremely important to unset the nativeConnection field in