This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Classpath remerge
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: Thu, 14 Feb 2002 13:50:14 +1300
- Subject: Re: Classpath remerge
- References: <1013637597.27560.5.camel@elsschot>
Mark Wielaard wrote:
>This remerges some classes with Classpath 0.03. Mostly small workarounds
>for some java compilers.
>
>2002-02-13 Mark Wielaard <mark@klomp.org>
>
> Classpath 0.03 remerge:
> * java/math/BigInteger.java: import gnu.java.math.MPN not the whole
> package.
> * java/security/BasicPermission.java: extends with fully qualified
> classname.
> * java/util/WeakHashMap.java (WeakEntrySet): Add non-private
> constructor to reduce amount of emitted bytecode.
> (WeakEntry.getEntry()): this.get().
> * java/util/Arrays.java (ArrayList.indexOf()): this.equals().
> (ArrayList.lastIndexOf()): Likewise.
> * java/net/DatagramSocketImpl.java: Reformat.
> (setOption, getOption): Repeat abstract method definition from super.
> * java/net/SocketImpl.java: Reformat.
> (setOption, getOption): Repeat abstract method definition from super.
> * java/rmi/server/RMIClassLoader.java: Reformat.
> (MyClassLoader): Add non-private constructor to reduce amount of
> emitted bytecode.
> * gnu/java/rmi/server/UnicastRemoteCall.java: Reformat.
> (DummyObjectOutputStream, DummyObjectInputStream): Add non-private
> constructor to reduce amount of emitted bytecode.
>
>OK to commit?
>
OK. But it would be preferable to re-use the origional ChangeLog entries
from classpath, if possible (update the dates on them).
>
>There are some reformatting changes in there. Should I separate them?
>
In general that is prefered, but in this case (since its a merge) its ok
as is.
Thanks,
Bryce.