Re: [PATCH] Fix for a JNI bug in CreateJ.cpp (JavaHL)

2010-05-19 Thread Hyrum K. Wright
Committed in r946181. Thanks! -Hyrum On Wed, May 19, 2010 at 7:57 AM, Greg Stein wrote: > Cool. Thanks!! > > On Wed, May 19, 2010 at 00:21, Byeongcheol Lee > wrote: > > [[[ > > * subversion/bindings/javahl/native/CreateJ.cpp > > (Set): Use CallBooleanMethod for a method returning a boolean v

Re: [PATCH] Fix for a JNI bug in CreateJ.cpp (JavaHL)

2010-05-19 Thread Greg Stein
Cool. Thanks!! On Wed, May 19, 2010 at 00:21, Byeongcheol Lee wrote: > [[[ > * subversion/bindings/javahl/native/CreateJ.cpp >  (Set): Use CallBooleanMethod for a method returning a boolean value. > ]]] > > On Tue, May 18, 2010 at 10:25 PM, Hyrum K. Wright > wrote: >> >> >> On Tue, May 18, 2010

Re: [PATCH] Fix for a JNI bug in CreateJ.cpp (JavaHL)

2010-05-18 Thread Byeongcheol Lee
[[[ * subversion/bindings/javahl/native/CreateJ.cpp (Set): Use CallBooleanMethod for a method returning a boolean value. ]]] On Tue, May 18, 2010 at 10:25 PM, Hyrum K. Wright wrote: > > > On Tue, May 18, 2010 at 10:14 PM, Byeongcheol Lee > wrote: >> >> Dear Subversion Developers: >> >> I attach

Re: [PATCH] Fix for a JNI bug in CreateJ.cpp (JavaHL)

2010-05-18 Thread Hyrum K. Wright
On Tue, May 18, 2010 at 10:14 PM, Byeongcheol Lee wrote: > Dear Subversion Developers: > > I attach a patch for a JNI bug. To reproduce the bug, run your JavaHL > regression test under our dynamic JNI bug detector, Jinn > [http://userweb.cs.utexas.edu/~bclee/jinn

[PATCH] Fix for a JNI bug in CreateJ.cpp (JavaHL)

2010-05-18 Thread Byeongcheol Lee
Dear Subversion Developers: I attach a patch for a JNI bug. To reproduce the bug, run your JavaHL regression test under our dynamic JNI bug detector, Jinn [http://userweb.cs.utexas.edu/~bclee/jinn]. $env JAVA_TOOL_OPTIONS=-agentlib:jinn make check-javahl ... .Exception in thread "main" xtc.lang.b