From 9412d649c152ea33e7a02f6a475c6e835b76dd7d Mon Sep 17 00:00:00 2001 From: bothner Date: Tue, 28 Aug 2001 22:16:11 +0000 Subject: * java/math/BigInteger.java (init(int,Random)): New method. Move body of constructor (int,Random)) here. Re-write it to avoid constructing unneeded temporaries. ((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 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libjava/ChangeLog') diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 350efc02b08..8fe5f923cbd 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,11 @@ +2001-08-28 Per Bothner + + * java/math/BigInteger.java (init(int,Random)): New method. + Move body of constructor (int,Random)) here. + Re-write it to avoid constructing unneeded temporaries. + ((int,int,Random)): Use new init method to avoid constructing + extra temporary BigIntegers. + 2001-08-27 Tom Tromey * java/rmi/activation/Activatable.java, -- cgit v1.2.3