Author: hartmannathan Revision: 1882115 Modified property: svn:log Modified: svn:log at Mon Oct 5 00:04:27 2020 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Mon Oct 5 00:04:27 2020 @@ -3,7 +3,7 @@ JavaHL: Fix incorrect cache in SVNBase:: The problem here is that 'SVNBase::createCppBoundObject' can work with different classes (see argument), but it cached methodID of '<init>' for the first class processed. When invoked with a -different class later, it will call wring '<init>' method. +different class later, it will call wrong '<init>' method. The error is seen when running JavaHL tests with JDK14. @@ -17,3 +17,7 @@ FATAL ERROR in native method: Wrong obje [in subversion/bindings/javahl] * native/SVNBase.cpp (createCppBoundObject): Do not cache methodID. + +Review by: hartmannathan + +Approved by: hartmannathan
