You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/08/01 23:43:57 UTC

svn commit: r427749 - /incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp

Author: geirm
Date: Tue Aug  1 14:43:57 2006
New Revision: 427749

URL: http://svn.apache.org/viewvc?rev=427749&view=rev
Log:
HARMONY-835 

committed patch and tested on linux

Would be nice to have test cases to illustrate the problems...

Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp?rev=427749&r1=427748&r2=427749&view=diff
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp Tue Aug  1 14:43:57 2006
@@ -810,7 +810,7 @@
         return 0;
     }
 
-    CallVoidMethodA(env, new_handle, methodID, args);
+    CallNonvirtualVoidMethodA(env, new_handle, clazz, methodID, args);
     if (ExceptionCheck(env))
         return NULL;
     else