I'd like to correct the description of the bug. The "array" method does not allocate the local reference at Line 119, but at Line 114 in the following.
$ cat -n subversion/bindings/javahl/native/CopySources.cpp ... 114 jstring jpath = (jstring) 115 env->CallObjectMethod(*it, getPath); ... Thanks, Byeong

