diff options
| author | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-28 22:16:11 +0000 |
|---|---|---|
| committer | bothner <bothner@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-28 22:16:11 +0000 |
| commit | 9412d649c152ea33e7a02f6a475c6e835b76dd7d (patch) | |
| tree | 9006eb39ecab92e379bbc4ea2f566084f034734f /libjava/ChangeLog | |
| parent | abb07d71137138ea46b6f21fa5534b4ef13fb3cc (diff) | |
| download | ppe42-gcc-9412d649c152ea33e7a02f6a475c6e835b76dd7d.tar.gz ppe42-gcc-9412d649c152ea33e7a02f6a475c6e835b76dd7d.zip | |
* 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
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 <per@bothner.com> + + * 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. + 2001-08-27 Tom Tromey <tromey@redhat.com> * java/rmi/activation/Activatable.java, |

