This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] merge from classpath: java/io/ObjectInputStream/StreamClass
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 11 Sep 2004 11:54:07 -0600
- Subject: Re: [patch] merge from classpath: java/io/ObjectInputStream/StreamClass
- References: <4140B739.8000100@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> ok for main if no regressions in mauve?
I'm not a serialization expert (yet :-).
Does this result in a Mauve improvement? That is, do we actually
test whatever this fixes?
If so, then yes, it is ok. If not, could we find a test case for it
first?
FWIW there are a bunch of serialization tests in mauve (in a separate
cvs module) that nobody has hooked up to dejagnu yet. This would be a
very useful thing to have.
Tom