Re: [drlvm][jit] Using Class.h in translator

2006-10-21 Thread Gregory Shimansky
On Saturday 21 October 2006 05:05 Rana Dasgupta wrote: On 10/20/06, Gregory Shimansky [EMAIL PROTECTED] wrote: But you are right, the dependencies graph of all VM internal headers is a huge tangle which should be untangled somehow. Hopefully the Class.h cleanup which Pavel

Re: [drlvm] Using JNI methods in VM's components.

2006-10-21 Thread Pavel Pervov
What about TM replacement (although it is almost impossible at the moment)? Pavel. On 10/20/06, Mikhail Fursov [EMAIL PROTECTED] wrote: On 10/20/06, Alex Astapchuk [EMAIL PROTECTED] wrote: Yeap. The following addresse both your issues. class GCv5Magics { static { String

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-21 Thread Leo Simons
+1. Whoohoooh! - Leo

[drlvm][eclipse compiler] the test compiled with ECJ fails on drlvm

2006-10-21 Thread Elena Semukhina
Hi all, after classlib build system has switched to use ECJ, one test in swing module started to fail on drlvm (win/linux). Actually the failure is not related to swing functionality. I've filed JIRA issue https://issues.apache.org/jira/browse/HARMONY-1931 and attached a simple test to reproduce

Re: [drlvm] Using JNI methods in VM's components.

2006-10-21 Thread Mikhail Fursov
On 10/21/06, Gregory Shimansky [EMAIL PROTECTED] wrote: This is the reason I've corrected the code. Doesn't it mean that is you specified something in -Dvm.em_dll on command line that System.getProperty would return non null value, and then you shall use System.load instead of

Re: [drlvm] Using JNI methods in VM's components.

2006-10-21 Thread Mikhail Fursov
Pavel, I'm sorry I do not understand what the replacement do you mean? I said that only about a part of a component could be written in Java (e.g. EM, helpers), but not the whole component... On 10/20/06, Pavel Pervov [EMAIL PROTECTED] wrote: What about TM replacement (although it is almost

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-21 Thread Paulex Yang
+1 - Paulex Geir Magnusson Jr. wrote: We're trying something a little different. I think Roy Fielding one said something along the lines of when a community gets organized enough to vote itself out of the Incubator, it's appropriate. So to bring the Harmony community and the Incubator

Re: [drlvm][jit] Using Class.h in translator

2006-10-21 Thread Maksim Ananjev
21.10.06, Mikhail Fursov[EMAIL PROTECTED] wrote: AFAIK the vm/vmcore/include/Class.h is vmcore internal header and was never included in JIT. To use its functionality you should declare the method you need in vm/include/open/vm.h or in vm/include/open/*class*.h file Thanks! The way you

[test] please ignore

2006-10-21 Thread Geir Magnusson Jr.
more followup from my personal mail disaster... geir

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-21 Thread Tim Ellison
+1 Proud to be associated with the Harmony community, and the exceptional technical achievements to date. Tim On 20/10/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: We're trying something a little different. I think Roy Fielding one said something along the lines of when a community gets

Re: svn commit: r466154 - in /incubator/harmony/standard/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent: ./ locks/

2006-10-21 Thread Tim Ellison
On 21/10/06, Nathan Beyer [EMAIL PROTECTED] wrote: They are in 'standard' and do use 'links' (svn:externals). Check out the full path of the original commit message. Using svn:externals just makes it seem like it's in 'extended', but that's just in your working copy. Agreed -- there is no

Re: svn commit: r466154 - in /incubator/harmony/standard/classlib/trunk/modules/concurrent/src/main/java/java/util/concurrent: ./ locks/

2006-10-21 Thread Geir Magnusson Jr.
Great - I wanted to make sure. I was asking based on a cursory glance. geir Nathan Beyer wrote: They are in 'standard' and do use 'links' (svn:externals). Check out the full path of the original commit message. Using svn:externals just makes it seem like it's in 'extended', but that's just

Re: [build] ant help needed

2006-10-21 Thread Tim Ellison
On 20/10/06, Matt Benson [EMAIL PROTECTED] wrote: That's because you tried to use property expansion notation--${hy.required.metainf-files}--for a reference. Try metainf refid=hy.required.metainf-files / When do we get support for the option? ant --do-what-I-mean-not-what-I-say :-)

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-21 Thread Alex Karasulu
Great work! [X] +1 Graduate Apache Harmony from incubation, and let it petition the board for Top Level Project status Alex

[DRLVM][MMTk] problems with mmtk-10061012.zip snapshot

2006-10-21 Thread Weldon Washburn
Robin, I am trying to run SemiSpace collector. It seems something inside MMTk was moved but not all the regression tests were run?? I get the following stack trace: Uncaught exception in main: java.lang.NullPointerException at org.apache.HarmonyDRLVM.mm.mmtk.Assert.fail(Unknown Source)

Re: [vote] Graduate Apache Harmony podling from the Incubator

2006-10-21 Thread Weldon Washburn
+1 On 10/20/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: We're trying something a little different. I think Roy Fielding one said something along the lines of when a community gets organized enough to vote itself out of the Incubator, it's appropriate. So to bring the Harmony community

Re: [drlvm][jit] Using Class.h in translator

2006-10-21 Thread Mikhail Fursov
On 10/21/06, Maksim Ananjev [EMAIL PROTECTED] wrote: 21.10.06, Mikhail Fursov[EMAIL PROTECTED] wrote: AFAIK the vm/vmcore/include/Class.h is vmcore internal header and was never included in JIT. To use its functionality you should declare the method you need in vm/include/open/vm.h or in