RE: Contributions of work on Jikes RVM with GNU Classpath

2002-12-16 Thread Jeroen Frijters
Mark Wielaard wrote: > I would like to take the same approach as we are doing (or > going to do) > for the VM glue classes in java.lang (e.g. Throwable and VMThrowable). > For every class that contains native methods rewrite them so > they call a Helper/State class. But unlike the VM glue classe

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-16 Thread Mark Wielaard
Hi, (Added classpath back to the CC) On Sun, 2002-12-15 at 21:28, John Leuner wrote: > > > How about we add a hook in the System static initializer to call > > > something like VMSystem.makeStandardStreams() ? > > > > > > The downside of this is that VMs that didn't bother with setting these > >

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread Mark Wielaard
Hi, On Fri, 2002-12-13 at 15:35, John Leuner wrote: > Some questions about the other patches to Classpath: > > 1. The patches to VMSystem and System > > http://savannah.gnu.org/patch/?func=detailpatch&patch_id=720&group_id=85 > > In the old code, System.in, out and err were constructed automati

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread Tom Tromey
> "John" == John Leuner <[EMAIL PROTECTED]> writes: John> How did you run Eclipse? I assume you were using OTI or Sun awt John> and swing classes? Eclipse comes with its own GUI toolkit called SWT. If you download eclipse you can try it with your VM by just running "eclipse -vm ". Tom ___

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-13 Thread John Leuner
On Sat, 2002-12-07 at 06:06, Julian Dolby wrote: > The motivation for this fix was that this sorting method was throwing > array out of bounds errors from various places within Eclipse. I looked at > the code, and these fixes seemed appropriate and made the out of bounds > exceptions go away. Ok

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-05 Thread John Leuner
> 11/21/02 04:24 PMSubject: Re: Contributions of w

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-03 Thread Brian Jones
Brian Jones <[EMAIL PROTECTED]> writes: > Mark Wielaard <[EMAIL PROTECTED]> writes: > > > Just to be sure. What is the procedure at the moment? > > You'd have to assign the assignment clerk Wow, did I say that? I've been traveling west to east through 5 time zones today. Ask Jessica is what

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-12-03 Thread Brian Jones
Mark Wielaard <[EMAIL PROTECTED]> writes: > Just to be sure. What is the procedure at the moment? You'd have to assign the assignment clerk ([EMAIL PROTECTED]); there is a pre-existing arrangement that we took advantage of that involves a software letter. -- Brian Jones <[EMAIL PROTECTED]> http

Re: [Jikesrvm-core] Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-27 Thread Tom Tromey
John> I can help you with these, would you like to split up the work? We John> should try write Mauve tests where possible for bug fixes. I suggest using the patch manager to claim the one(s) you want to do. I just claimed one. Tom ___ Classpath maili

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-26 Thread Julian Dolby
on/IBM@IBMUS Subject: Re: Contributions of work on Jikes RVM with G

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-26 Thread Mark Wielaard
Hi, On Tue, 2002-11-26 at 17:12, Julian Dolby wrote: > I have broken the changes we made down into small, related sets of diffs > and have submitted them using the `submit patch' feature on the classpath > web site. they are patches 716-728. Thanks very much for splitting it up like this. I qui

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-26 Thread Tom Tromey
> "Julian" == Julian Dolby <[EMAIL PROTECTED]> writes: Julian> I have broken the changes we made down into small, related Julian> sets of diffs and have submitted them using the `submit patch' Julian> feature on the classpath web site. they are patches 716-728. Excellent, thanks! Tom ___

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-26 Thread Julian Dolby
/Watson/IBM@IBMUS, [EMAIL PROTECTED] 11/21/02 04:24 PM Subject: Re: Contributions of work on Jikes RVM with

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-21 Thread Tom Tromey
> "Mark" == Mark Wielaard <[EMAIL PROTECTED]> writes: >> On Thu, 2002-11-21 at 17:19, Julian Dolby wrote: Mark> Impressive! I really look forward to running Eclipse using a Mark> free VM and the GNU Classpath libraries. Me too. Now we just have to shake out the libgcj bugs to get it to run

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-21 Thread Brian Jones
Mark Wielaard <[EMAIL PROTECTED]> writes: > > We would be happy to contribute our changes in any manner people at > > GNU Classpath find convenient. We can send you diffs in any format or > > simply a tarball of the GNU Classpath tree we have here. Please let > > me know what you would find mos

Re: Contributions of work on Jikes RVM with GNU Classpath

2002-11-21 Thread Mark Wielaard
Hi (I have added the GNU Classpath mailinglist to the CC), On Thu, 2002-11-21 at 17:19, Julian Dolby wrote: > > Inside IBM, we have been doing further work on integrating Jikes RVM > and the GNU Classpath libraries, based on the original port from John > Leuner. We have been doing work on both