You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2010/05/20 04:12:48 UTC

Re: svn commit: r946518 - in /subversion/trunk/subversion: bindings/javahl/native/EnumMapper.cpp tests/cmdline/svntest/main.py

On Wed, May 19, 2010 at 23:55,  <hw...@apache.org> wrote:
> Author: hwright
> Date: Thu May 20 03:55:16 2010
> New Revision: 946518
>
> URL: http://svn.apache.org/viewvc?rev=946518&view=rev
> Log:
> JavaHL: Fix a JNI frame bug.
>
> * subversion/bindings/javahl/native/CreateJ.cpp
>  (getOrdinal): add a call to PushLocalFrame() before the method
>   returns successfully without a Java exception.

"PopLocalFrame" maybe?

>...

Cheers,
-g