This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: grmic fixes
- From: Archit Shah <ashah at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Mon, 03 Apr 2006 13:48:01 -0400
- Subject: Re: grmic fixes
- References: <4428F16A.4050701@redhat.com> <17457.7652.350678.22216@zapata.pink>
I've attached the ChangeLog entry that I failed to include in my
previous posting to java-patches:
http://gcc.gnu.org/ml/java-patches/2006-q1/msg00358.html
-- Archit
Andrew Haley wrote:
Archit, I just noticed your patch is sans ChangeLog entries. I'd
write some myself, but as you presumably know what the patch does it's
better from you.
Index: libjava/ChangeLog
===================================================================
--- libjava/ChangeLog (revision 112545)
+++ libjava/ChangeLog (working copy)
@@ -1,3 +1,17 @@
+2006-04-03 Archit Shah <ashah@redhat.com>
+
+ * gnu/java/rmi/rmic/CompilerProcess.java (computeTypicalArguments):
+ Add classpath argument.
+ * gnu/java/rmi/rmic/Compile_gcj.java (computeArguments): Adjust
+ caller.
+ * gnu/java/rmi/rmic/Compile_jikes.java (computeArguments): Likewise.
+ * gnu/java/rmi/rmic/Compile_kjc.java (computeArguments): Likewise.
+ * gnu/java/rmi/rmic/Compiler.java (getClasspath, setClasspath): New.
+ * gnu/java/rmi/rmic/RMIC.java: Set classpath for compiler, call
+ mkdirs for destination directory, correct handling of superclasses
+ and interfaces of the remote class, correct handling of exceptions
+ declared by remote methods.
+
2006-03-30 Tom Tromey <tromey@redhat.com>
PR java/26042: