This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: grmic fixes


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:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]