Re: jchevm status?

2006-06-05 Thread Ivan Volosyuk
Archie, This test seems to pass ok, any way the problem in eclipse was fixed by following change. (Sorry, do not have enough time to write the test) --- a/libjc/resolve.c +++ b/libjc/resolve.c @@ -222,17 +222,12 @@ _jc_resolve_field(_jc_env *env, _jc_type

Re: jchevm status?

2006-06-04 Thread Archie Cobbs
Ivan Volosyuk wrote: There are a bunch of patches already attached to Harmony-483. Reflection, system classloader works now reasonably well. My main testing workload is eclipse and I am slowly moving forward. Eclipse already can successfully use logging. I am investigating why it cannot load its

[jchevm] Re: jchevm status?

2006-05-31 Thread Geir Magnusson Jr
That's great news... And given the increase of activity around jchevm, can we remember to prefix the subject line with [jchevm]... (I don't recall who started this thread... doesn't matter... just a reminder) Ivan Volosyuk wrote: Archie, I have made some progress with classlib adapter. Now

Re: jchevm status?

2006-05-31 Thread Archie Cobbs
Archie Cobbs wrote: Ivan Volosyuk wrote: This code checks access control in eclipse. The caller of the method should be member function of class EditorsUI. As jchevm also reports exception creation stack frames the access check doesn't work. I can make a workaround in classlibadapter, but I

Re: jchevm status?

2006-05-30 Thread Weldon Washburn
Archie, I tried to build Ivan's mods. I get a bunch of javac compiler errors starting with, java.lang.reflect.Constructor is not abstract and does not override abstract method isSynthetic()... Unfortunately, I have zero time to spend on this project right now. I looked at Ivan's mods. They

Re: jchevm status?

2006-05-29 Thread Archie Cobbs
Ivan Volosyuk wrote: Archie, current version of jchevm has hard coded optimizations in configure.ac, it is difficult to debug the code with optimizations. When disabling optimizations in it (-O0) - there are compilation and execution problems. I have small fix for compilation problems and small

Re: jchevm status?

2006-05-27 Thread Weldon Washburn
On 5/22/06, Archie Cobbs [EMAIL PROTECTED] wrote: Weldon Washburn wrote: Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete. The intention is to reduce the chance of secondary patch-up check-ins and the related

Re: jchevm status?

2006-05-27 Thread Ivan Volosyuk
Weldon, I have added patch update to the same JIRA. Recent version of jchevm and classlib is changed, so old version of the adapter no longer works. Archie, current version of jchevm has hard coded optimizations in configure.ac, it is difficult to debug the code with optimizations. When

Re: jchevm status?

2006-05-25 Thread Ivan Volosyuk
FYI, I have sent ACQ and ICLA to apache fax. -- Ivan 2006/5/23, Archie Cobbs [EMAIL PROTECTED]: Weldon Washburn wrote: Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete. The intention is to reduce the chance of

Re: jchevm status?

2006-05-25 Thread Geir Magnusson Jr
Great! Thanks! geir Ivan Volosyuk wrote: FYI, I have sent ACQ and ICLA to apache fax. -- Ivan 2006/5/23, Archie Cobbs [EMAIL PROTECTED]: Weldon Washburn wrote: Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete.

Re: jchevm status?

2006-05-23 Thread Archie Cobbs
Ivan Volosyuk wrote: I have prepared my modifications and posted a patch against the SVN/classlibadapter. http://issues.apache.org/jira/browse/HARMONY-483 I was able to get rid of all native modifications and some of modified classes. NewWeakGlobalRef implementation on vm needed though.

Re: jchevm status?

2006-05-23 Thread Geir Magnusson Jr
That said, as Mark pointed out, it would be good to have at least the ACQ from Ivan, and also the ICLA geir Archie Cobbs wrote: Weldon Washburn wrote: Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete. The intention

Re: jchevm status?

2006-05-23 Thread Ivan Volosyuk
The point is, that I have already signed some papers for my part in contribution of DRLVM. Anyway, I can send ACQ and ICLA via fax tommorow. -- Ivan 2006/5/23, Geir Magnusson Jr [EMAIL PROTECTED]: That said, as Mark pointed out, it would be good to have at least the ACQ from Ivan, and also the

Re: jchevm status?

2006-05-23 Thread Ivan Volosyuk
That's great! I have seen the notification. There are quite a few changes I see. -- Ivan 2006/5/23, Archie Cobbs [EMAIL PROTECTED]: FYI, I've implemented NewWeakGlobalRef in r408937, so that patch is no longer needed. -Archie

Re: jchevm status?

2006-05-23 Thread Archie Cobbs
Ivan Volosyuk wrote: That's great! I have seen the notification. There are quite a few changes I see. I've implemented NewWeakGlobalRef in r408937, so that patch is no longer needed. If you update make sure you get at least r408953, which contains a bug fix. -Archie

Re: jchevm status?

2006-05-22 Thread Archie Cobbs
Weldon Washburn wrote: I just now looked at 483. Good work. I'd like to check-in these mods into svn but don't have check-in permission. I can check them in, but I think Ivan's code needs official blessing first. -Archie

Re: jchevm status?

2006-05-22 Thread Ivan Volosyuk
2006/5/22, Archie Cobbs [EMAIL PROTECTED]: Weldon Washburn wrote: I just now looked at 483. Good work. I'd like to check-in these mods into svn but don't have check-in permission. I can check them in, but I think Ivan's code needs official blessing first. What kind of official blessing?

Re: jchevm status?

2006-05-22 Thread Mark Hindess
On 22 May 2006 at 23:05, Ivan Volosyuk [EMAIL PROTECTED] wrote: 2006/5/22, Archie Cobbs [EMAIL PROTECTED]: Weldon Washburn wrote: I just now looked at 483. Good work. I'd like to check-in these mods into svn but don't have check-in permission. I can check them in, but I think

Re: jchevm status?

2006-05-22 Thread Weldon Washburn
Archie, Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete. The intention is to reduce the chance of secondary patch-up check-ins and the related blizzard of emails. Thanks Weldon On 5/22/06, Archie Cobbs [EMAIL

Re: jchevm status?

2006-05-22 Thread Archie Cobbs
Weldon Washburn wrote: Please hold off the check-in for a few days. I would like to try Ivan's mods on my machine to make certain they are complete. The intention is to reduce the chance of secondary patch-up check-ins and the related blizzard of emails. No problem.. I'll wait for both (a)

Re: jchevm status?

2006-05-21 Thread Ivan Volosyuk
Weldon, I have prepared my modifications and posted a patch against the SVN/classlibadapter. http://issues.apache.org/jira/browse/HARMONY-483 I was able to get rid of all native modifications and some of modified classes. NewWeakGlobalRef implementation on vm needed though. More tests works

Re: jchevm status?

2006-05-21 Thread Weldon Washburn
Ivan, I just now looked at 483. Good work. I'd like to check-in these mods into svn but don't have check-in permission. I am in the process of trying to move to the current version of Harmony Class Library. It will also soon need to be checked in. I will send a mail on it shortly. Weldon

Re: jchevm status?

2006-05-16 Thread Chris Gray
You mean it's hand-me-down-ware these days, you just get a copy from someone who got it from someone else who paid 50 bucks a few years ago and wishes he didn't? Amazing how many widely-used benchmarks fall into that category ... On Monday 15 May 2006 22:51, Geir Magnusson Jr wrote: Neither,

Re: jchevm status?

2006-05-15 Thread Ivan Volosyuk
Weldon, 2006/5/15, Weldon Washburn [EMAIL PROTECTED]: Ivan, It is great you are spending time on gnuclasspathadapter. As you have discovered, there is a lot of work remaining to be done. It would be really good if you can document the problems you had in when following my directions. Here

Re: jchevm status?

2006-05-15 Thread Chris Gray
BTW is spec98jvm open-source these days, or is it still send 50 bucks to this address and we will send you a floppy disk which only installs on windoze? -- Chris Gray/k/ Embedded Java Solutions BE0503765045 Embedded Mobile Java, OSGihttp://www.k-embedded-java.com/ [EMAIL

Re: jchevm status?

2006-05-15 Thread Geir Magnusson Jr
Neither, probably :) Chris Gray wrote: BTW is spec98jvm open-source these days, or is it still send 50 bucks to this address and we will send you a floppy disk which only installs on windoze? - Terms of use :

Re: jchevm status?

2006-05-14 Thread Geir Magnusson Jr
Ivan Volosyuk wrote: I have recently built jchevm and tried to run eclipse with it. When loading a error window appeared. It looks like a bug or unimplemented functionality. I have taken a look at list of loaded native libraries. It looks classpath is used for system classes instead of

Re: jchevm status?

2006-05-14 Thread Archie Cobbs
Ivan Volosyuk wrote: I have recently built jchevm and tried to run eclipse with it. When loading a error window appeared. It looks like a bug or unimplemented functionality. Yes, this is a bug I haven't been able to track down yet. Any insights appreciated. Also check out:

Re: jchevm status?

2006-05-14 Thread Ivan Volosyuk
Sure, if I have some outstanding results I'll share it. As for now... It was quite challenging to run hello world using glue layer from Harmony-318. Some changes was made to the classes layout, patched classes are a bit outdated. I didn't found libvmi.so for jchevm, so I've taken modified

Re: jchevm status?

2006-05-14 Thread Archie Cobbs
Ivan Volosyuk wrote: Sure, if I have some outstanding results I'll share it. As for now... The classpath adapter is very primordial at this point. On the other hand JCHEVM on Classpath's class library should be fairly mature (limited mainly by Classpath itself). By comparing the two, as well

Re: jchevm status?

2006-05-14 Thread Weldon Washburn
Ivan, It is great you are spending time on gnuclasspathadapter. As you have discovered, there is a lot of work remaining to be done. It would be really good if you can document the problems you had in when following my directions. How much time will you be able to work on gnuclasspathadapter?

jchevm status?

2006-05-13 Thread Ivan Volosyuk
I have recently built jchevm and tried to run eclipse with it. When loading a error window appeared. It looks like a bug or unimplemented functionality. I have taken a look at list of loaded native libraries. It looks classpath is used for system classes instead of harmony classlib. I remember,