Collections.java (sort): Copy from array in forwards order...
authorPer Bothner <per@bothner.com>
Sun, 26 Sep 2004 20:14:26 +0000 (13:14 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Sun, 26 Sep 2004 20:14:26 +0000 (13:14 -0700)
commita22478ced12a9b5f2bb59aad9be4e96528a9dcbe
tree41cad8cdf6ed43fb6b802fd8a2d50d2ca81b852f
parent87c476a22c6090159a3ab645561d9e1853af8d09
Collections.java (sort): Copy from array in forwards order...

* java/util/Collections.java (sort):  Copy from array in forwards
order, rather than reverse order which may be much less efficient.

From-SVN: r88146
libjava/ChangeLog
libjava/java/util/Collections.java