OSDN Git Service

2000-11-23 Bryce McKinlay <bryce@albatross.co.nz>
authorbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Nov 2000 05:18:41 +0000 (05:18 +0000)
committerbryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Nov 2000 05:18:41 +0000 (05:18 +0000)
commit94766c2668cd08c7f5fdc8c645aa921d7c026d00
tree73e4a82a9cc687f315290bec934f92742ce7c2ae
parent5473f49ff647c27041118a0715c4a515545cafe9
2000-11-23  Bryce McKinlay  <bryce@albatross.co.nz>

* java/util/Vector.java: Improve exception messages.
(Vector): Check initialCapacity for IllegalArgumentException.
(tromToSize): Don't check for elementCount == elementData.length
case.
(toArray): Don't try to set null marker if target array is the same
length as the vector.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37685 138bc75d-0d04-0410-961f-82ee72b054a4
libjava/ChangeLog
libjava/java/util/Vector.java