OSDN Git Service

* java/math/BigInteger.java (init(int,Random)): New method.
authorbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2001 22:16:11 +0000 (22:16 +0000)
committerbothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 28 Aug 2001 22:16:11 +0000 (22:16 +0000)
commit9412d649c152ea33e7a02f6a475c6e835b76dd7d
tree9006eb39ecab92e379bbc4ea2f566084f034734f
parentabb07d71137138ea46b6f21fa5534b4ef13fb3cc
* java/math/BigInteger.java (init(int,Random)):  New method.
Move body of constructor <init>(int,Random)) here.
Re-write it to avoid constructing unneeded temporaries.
(<init>(int,int,Random)):  Use new init method to avoid constructing
extra temporary BigIntegers.

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