"John Keiser" <[EMAIL PROTECTED]> writes:
> > -----Original Message-----
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Brian Jones
> > Sent: Thursday, October 08, 1998 7:19 AM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: HUGE step in stability
> >
> >
> > [EMAIL PROTECTED] writes:
> >
> > > So, I've spent the better part of the last two hours feverishly (both
> > > in reference to speed and my progressing cold) tracking down a nasty
> > > bug that manifests itself by javac not compiling some files -- it
> > > crashes with "unknown method in op_invokenonvirtual".
> > >
> > > Well, I just committed a change, and now japhar running javac can
> > > compile its own testsuite. i'm setting it loose on our java cvs
> > > client code (which is very substantial) at the moment, and it's
> > > chugging right along, without a hitch.
> > >
> > > This may not be an exhaustive test, but I think it's close enough for
> > > government work :)
> >
> > I wish there was an easy way for you to try to use it against
> > Classpath, since at the moment neither Sun's javac nor guavac can
> > compile all of our .java files. There will be soon though.
> >
>
> Sun's javac can. I first compiled everything in vm/reference/* and
> everything in gnu/* and put those classes in the classpath ... and then I
> had it compile java/* and put the output into places that were not in the
> classpath. Then I just bundled everything together. It is therefore using
> the Sun JDK classes.zip to compile against, but at least it worked :)
Don't see how this worked. You can't compile against classes.zip
because of numerous protected members we have in things like
URLConnection.java which are not in classes.zip and you get a compile
error in gnu.java.net.HttpURLConnection.java, or at least I do.
Anyway, I expect that once we have a way of generating dependencies
easily compiling is going to be simple on the java side.
Brian
--
|-------------------------------|Software Engineer
|Brian Jones |[EMAIL PROTECTED]
|[EMAIL PROTECTED] |http://www.nortel.net
|http://www.classpath.org/ |------------------------------