This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH to optimize two Channels methods
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: Richard Earnshaw <rearnsha at arm dot com>, Per Bothner <per at bothner dot com>, java-patches at gcc dot gnu dot org
- Date: Tue, 09 Mar 2004 13:51:37 +0000
- Subject: Re: PATCH to optimize two Channels methods
- Organization: ARM Ltd.
- Reply-to: Richard Earnshaw <rearnsha at arm dot com>
> Am Dienstag, 9. März 2004 13:35 schrieb Richard.Earnshaw@arm.com:
> > > Am Dienstag, 9. März 2004 13:09 schrieb Richard Earnshaw:
> > > > > Am Dienstag, 9. März 2004 12:59 schrieb Richard Earnshaw:
> > > > > > konqueror@gmx.de said:
> > > > > > > Another iteration of the patch as I forgot the include
> > > > > > > files.
> > > > > >
> > > > > > nope, still not there yet, I guess there's yet another header
> > > > > > file missing
> > > > >
> > > > > no, I did one type and forgot to delete something. Try the
> > > > > attached please. Sorry to need to bother you so much today.
> > > >
> > > > A bit better, but still not quite there yet...
> > >
> > > hmm, hopefully much better now ...
> >
> > Nope:
>
> More stuff fixed now. Thats hopefully it. I have to leave for two hours
> or so. So next iteration would take some time.
Nearly there :-)
gnu/java/nio/channels/natFileChannelImpl.cc: In member function `void
gnu::java::nio::channels::FileChannelImpl::seek(jlong)':
gnu/java/nio/channels/natFileChannelImpl.cc:121: error: return-statement
with a value, in function returning 'void'
Fortunately I can fix that one myself :-)
R.