natFileWin32.cc (performList): Return the correct array type.
authorAdam King <aking@dreammechanics.com>
Tue, 16 Apr 2002 15:37:39 +0000 (15:37 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 16 Apr 2002 15:37:39 +0000 (15:37 +0000)
commit6344da6f57393a5df75f5738343afc30d1f9ea23
tree4c07fa46a51c23bee0cfd38f78243f89be0f881f
parent3148ad6d93bbe2414b3c973adc501337a9de91d3
natFileWin32.cc (performList): Return the correct array type.

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.

Co-Authored-By: Tom Tromey <tromey@redhat.com>
From-SVN: r52369
libjava/ChangeLog
libjava/java/io/natFileWin32.cc