Serialization and inner classes (Was: [cp-patches] Patch: request for approval of serialization related fixes)

2006-02-14 Thread Mark Wielaard
Hi, On Mon, 2006-02-13 at 22:45 +0100, Olivier Jolly wrote: > >> Those patches will make pass 2 dedicated tests in mauve in > >>java/io/InputOutputStream directory. > > > >Great. And no regressions I assume. > > > yes, finally, after hours of struggle with mauve's batch_run and jikes, > I could s

Re: [cp-patches] Patch: request for approval of serialization related fixes

2006-02-13 Thread Olivier Jolly
> > >>The first >>constructor of the first concrete non serializable super class was >>selected instead of the first non serializable super class, either >>concrete or abstract. It is reported in bugzilla as bug 14144 ( >>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14144 ) >> >> > >Strange. I c

Re: [cp-patches] Patch: request for approval of serialization related fixes

2006-02-12 Thread Mark Wielaard
Hi Olivier, On Sun, 2006-02-12 at 16:32 +0100, Olivier Jolly wrote: > this is my first patch proposition to classpath. I just have my > paperwork done with FSF and I have created an account on savannah as ojolly. Thanks. I see you are already active as mauve contributor. > Those patches are

[cp-patches] Patch: request for approval of serialization related fixes

2006-02-12 Thread Olivier Jolly
Hi, this is my first patch proposition to classpath. I just have my paperwork done with FSF and I have created an account on savannah as ojolly. Those patches are both dealing with serialization. One deals with the generation of back reference handle in the output stream which was forgotten whe