2002-04-16 Adam King <aking@dreammechanics.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Apr 2002 15:37:39 +0000 (15:37 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Apr 2002 15:37:39 +0000 (15:37 +0000)
commit83cf4171d45f986748fdc3d50fd70424015625d1
tree4c07fa46a51c23bee0cfd38f78243f89be0f881f
parent3d0385fb19fbe4869e60a275a51fd01aa0293071
2002-04-16  Adam King <aking@dreammechanics.com>
    Tom Tromey  <tromey@redhat.com>

* java/io/natFileWin32.cc (performList): Return the correct array
type.  Don't duplicate the creation of a File since it's already
done earlier in the method and the existing code would cause a
ArrayStoreException.  Don't use fixed-size array.
(_access, _stat, attr, getCanonicalPath, performMkdir,
performRenameTo): Don't use fixed-size array.
(getCanonicalPath): Use throw, not _Jv_Throw.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52369 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/io/natFileWin32.cc