RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-11-10 Thread Ivanov, Alexey A
Nadya, all, I've created JIRA issue and attached a patch to remove this extra table. See https://issues.apache.org/jira/browse/HARMONY-2140 I've checked several pages, nothing seems to be broken. Please review the changes. Regards, -- Alexey A. Ivanov Intel Enterprise Solutions Software

RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-11-10 Thread Ivanov, Alexey A
-Original Message- From: Konovalova, Svetlana [mailto:[EMAIL PROTECTED] Sent: Friday, November 10, 2006 10:37 AM To: harmony-dev@incubator.apache.org Subject: RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs) Alexey, Thanks for the

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Nadezhda Morozova wrote: Good day to you, Egor! evening, dark and snowy evening :) What do you say about the getting started doc? I expressed it recently. General idea is that Harmony operates near the same as other JSE implementations. Almost all specifics

RE: [build] Building on Eclipse - FYI

2006-11-10 Thread Konovalova, Svetlana
Sian, I've looked through the patches, and they seem to be great! Thanks! But I agree with Nadya, that we should hold off patching eclipse-oriented docs. Let's wait and see what eclipse+drlvm gurus will say. IMHO we can ask the committers to apply get_involved.patch, which was created to remove

Harmony passes all tests of Maven 2.0.4

2006-11-10 Thread Leo Li
Hi, all: Harmony classlib at revision 473150 passes all tests of Maven 2.0.4 on windows xp, redhat enterprise 4, unbuntu 6.0.6 and suse 10. As for drlvm, it passes on windows xp but fails on redhat linux enterprise 4. If somebody can reproduce it, I will report it as a

Re: [drlvm] Class unloading support

2006-11-10 Thread Aleksey Ignatenko
Weldon, I have attached updated patch to H-2000: cleanup_sources_1558_merged.patch. Please, see comments. Aleksey. On 11/10/06, Weldon Washburn [EMAIL PROTECTED] wrote: Aleksey, I tried to apply native_sources_cleanup_upd.patch. svn HEAD has changed and the patch no longer works. Part of

Re: Harmony passes all tests of Maven 2.0.4

2006-11-10 Thread Andrew Zhang
Another great piece of news! great work, Leo! :-) On 11/10/06, Leo Li [EMAIL PROTECTED] wrote: Hi, all: Harmony classlib at revision 473150 passes all tests of Maven 2.0.4 on windows xp, redhat enterprise 4, unbuntu 6.0.6 and suse 10. As for drlvm, it passes on windows xp but fails on

Re: Harmony passes all tests of Maven 2.0.4

2006-11-10 Thread Alex Blewitt
Cool! These kind of things really help to show what Harmony is capable of. Alex. On 10/11/06, Leo Li [EMAIL PROTECTED] wrote: Hi, all: Harmony classlib at revision 473150 passes all tests of Maven 2.0.4 on windows xp, redhat enterprise 4, unbuntu 6.0.6 and suse 10. As for drlvm, it

Re: [drlvm][classlib] thread library - let there be one!

2006-11-10 Thread Andrey Chernyshev
On 10/26/06, Angela Lin [EMAIL PROTECTED] wrote: On 10/24/06, Weldon Washburn [EMAIL PROTECTED] wrote: If an arbitrary commercial JVM decided to use classlib, will it need to be modified to reflect the existing Harmony Classlib threading model? This is the case no matter how you split the

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Pavel Ozhdikhin
Nadya, One more proposal about Getting Started: let's remove all current content and write something like following: To the moment we got rid of all major differences from other Java implementations, so to use DRLVM you can just build it (here goes link to readme with build instructions) and

Re: [build] Building on Eclipse - FYI

2006-11-10 Thread Sian January
That sounds great. It would be really good to be able to flesh out the DRLVM+Eclipse section if anyone has any relevant experience or information. I don't have any objections about applying the get-involved patch. Thanks, Sian On 10/11/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote:

RE: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-11-10 Thread Konovalova, Svetlana
Alexey, I've applied your patch and must admit that my local site looks much better now. It really breaks nothing! :) The patch makes a white space between the end of a section and a title of the next one wider. IMHO it enhances information perception and makes pages more comprehensible. +1 for

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Pavel Ozhdikhin wrote: Nadya, One more proposal about Getting Started: let's remove all current content and write something like following: To the moment we got rid of all major differences from other Java implementations, so to use DRLVM you can just

RE: Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Fedotov, Alexei A
Guys, I like good tutorials. I learned VIM using a tutorial. I don't need the VIM tutorial any longer, but at the beginning it was useful. +1 for maintain Getting Started as is with minor changes Why Eclipse was chosen for the tutorial? Our goal was to use Harmony for Harmony

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Tim Ellison
Stefano Mazzocchi wrote: I'm asking because finally have a testing system ready to rock the harmony planet... but it's AMD64 :-( [and it's Geir's machine!?! can you believe that?] LOL. AFAIK we took in a patch to get the IA32 code 64-bit clean, but nobody is regularly building and testing

Re: [crypto] SHA-1 not implemented?

2006-11-10 Thread Tim Ellison
Robin Garner wrote: Stefano Mazzocchi wrote: from Robin's latest runs http://cs.anu.edu.au/people/Robin.Garner/dacapo/regression/results-20061110/DRLVM/eclipse.small.log there are a bunch of log messages that indicate that harmony doesn't implement SHA-1. Is that true? It can't

Re: [Fwd: Re: Interesting discoveries playing around with japitools]

2006-11-10 Thread Dalibor Topic
Stefano Mazzocchi stefano at apache.org writes: Sometimes some climbers manage to get to the other side to find that some people are very welcoming and appreciative of cultural differences while others not so much. What killed Harmony as the project it was planned to be wasn't people, in my

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-11-10 Thread Eugene Ostrovsky
Hello All. One more hole in current JVMTI Profiling implementation is Compiled Method Load event. Current VM doesn't report this event for methods that are inlined by JIT. Though spec requires it to be sent for every compiled method:

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-11-10 Thread Eugene Ostrovsky
Opended issue *HARMONY-2145https://issues.apache.org/jira/browse/HARMONY-2145 * . On 11/10/06, Eugene Ostrovsky [EMAIL PROTECTED] wrote: Hello All. One more hole in current JVMTI Profiling implementation is Compiled Method Load event. Current VM doesn't report this event for methods that

RE: Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Morozova, Nadezhda
Alexei, Tutorials might be fine for mature projects, but I do not think ours is ready for a big flow of users yet, that would require a tutorial. So +1 for having a nice good tutorial ... one day. If there are volunteers to write the tutorial now, I'd be happy to help though. Thank you, Nadya

RE: Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Morozova, Nadezhda
+1 for having some getting started info on a separate page. There are some things that need to stand out promptly, and probably newbie info is one of them (I mean, I'd want to have such a page when I got started with this project). We can expand the text suggested by Pavel by adding: * links to

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Eugene Ostrovsky wrote: Hello All. One more hole in current JVMTI Profiling implementation is Compiled Method Load event. Current VM doesn't report this event for methods that are inlined by JIT. Though spec requires it to be sent for every compiled

Re: [drlvm] release vs. debug

2006-11-10 Thread Alexei Zakharov
Sure, contributors should check debug or even both debug and release builds and comment about this in JIRA. As far as I understand the only person who answers for the commit is a committer. So I don't think that establishing a policy that shifts a part of responsibility from the committer is a

Re: [drlvm] release vs. debug

2006-11-10 Thread Gregory Shimansky
Well I am always testing patches in _default_ mode which debug for VM, release for JIT and whatever it is for classlib. If defaults change then it will be some other conditions. Average time to run build test is ~60 minutes. Pavel Ozhdikhin wrote: Sure, contributors should check debug or

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Nadezhda Morozova wrote: Alexei, Tutorials might be fine for mature projects, but I do not think ours is ready for a big flow of users yet, that would require a tutorial. we _are_ mature for a small tutorial :) So +1 for having a nice good tutorial ... one

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Nadezhda Morozova wrote: +1 for having some getting started info on a separate page. There are some things that need to stand out promptly, and probably newbie info is one of them (I mean, I'd want to have such a page when I got started with this project).

Re: [testing] harmonytest.org new features

2006-11-10 Thread Alexei Zakharov
Hi Anton, Good job! :) One little remark: I've got the following screen after trying to search for beans and clicking the first link: --- HTTP Status 500 - Internal Server Error type Exception report message Internal Server Error description The server encountered an internal error (Internal

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-11-10 Thread Eugene Ostrovsky
BTW, I am curious, is it OK for TI when a method is compiled several times and put on different addrs? Yes, it's ok. All compiled forms of the method must be reported. Moreover when compiled form of the method is unloaded from memory it must be reported with Compiled Method Unload event. We

Re: [drlvm] [ipf] I suggest a series of patches for ipf code generator

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Konstantin Anisimov wrote: Hi all, I have created new Jira request - HARMONY-2139. It is about: 1. Added operand coalescer. It is integrated with register allocator. 2. I finished migration on STL with memory manager support. Could someone review it?

Re: [testing] harmonytest.org new features

2006-11-10 Thread Anton Luht
Hello, Alexei, One little remark: I've got the following screen after trying to search for beans and clicking the first link: It was because of bad/broken data - I've removed it and now the link works. -- Regards, Anton Luht, Intel Java XML Engineering

Re: [drlvm] vote on class unloading design (was Class unloading support - tested one approach)

2006-11-10 Thread Etienne Gagnon
The http://wiki.apache.org/harmony/ClassUnloading wiki page is Immutable. How can I contribute to it? [Among other things, I'd like to add that the design can also potentially apply to SableVM and , and make other suggestions / changes.] Do I have to submit JIRA bugs? If yes, how do I make the

Re: [testing] harmonytest.org new features

2006-11-10 Thread Alexei Zakharov
Works fine now. Thanks! Regards, 2006/11/10, Anton Luht [EMAIL PROTECTED]: Hello, Alexei, One little remark: I've got the following screen after trying to search for beans and clicking the first link: It was because of bad/broken data - I've removed it and now the link works. -- Alexei

Re: [drlvm] vote on class unloading design (was Class unloading support - tested one approach)

2006-11-10 Thread Salikh Zakirov
Aleksey Ignatenko wrote: Actually there is one additional 4-th approach: *Mark and scan based approach *wich I described in the first letter. Java heap trace is performed by VM Core and GC is not affected at all. So the list is: 1. vtable objects( Aleksey ) 2. per heap space/generation

Re: [drlvm] vote on class unloading design (was Class unloading support - tested one approach)

2006-11-10 Thread Salikh Zakirov
Etienne Gagnon wrote: The http://wiki.apache.org/harmony/ClassUnloading wiki page is Immutable. How can I contribute to it? It is immutable for anonymous guests, you need to register and login somewhere. All pages are editable by all registered users. Do I have to submit JIRA bugs? If

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-11-10 Thread Egor Pasko
On the 0x21D day of Apache Harmony Eugene Ostrovsky wrote: BTW, I am curious, is it OK for TI when a method is compiled several times and put on different addrs? Yes, it's ok. All compiled forms of the method must be reported. Moreover when compiled form of the method is unloaded from memory

Re: [drlvm] vote on class unloading design (was Class unloading support - tested one approach)

2006-11-10 Thread Etienne Gagnon
Salikh Zakirov wrote: Etienne Gagnon wrote: The http://wiki.apache.org/harmony/ClassUnloading wiki page is Immutable. How can I contribute to it? It is immutable for anonymous guests, you need to register and login somewhere. All pages are editable by all registered users. Silly me! I

[drlvm][threading] Should hythread_monitor_init() aquire the monitor?

2006-11-10 Thread Evgueni Brevnov
Hi, While investigating deadlock scenario which is described in HARMONY-2006 I found out one interesting thing. It turned out that DRL implementation of hythread_monitor_init / hythread_monitor_init_with_name initializes and acquires a monitor. Original spec reads: Acquire and initialize a new

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Geir Magnusson Jr.
We did put *some* thought into it ;) geir Egor Pasko wrote: On the 0x21D day of Apache Harmony Nadezhda Morozova wrote: Egor, I generally like the idea of improving navigation over the site - there's never too much of that. However, I am not sure whether we need yet another separate page for

Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: Alexei, Tutorials might be fine for mature projects, but I do not think ours is ready for a big flow of users yet, that would require a tutorial. So +1 for having a nice good tutorial ... one day. If there are volunteers to write the tutorial now, I'd be happy to

Re: [drlvm] [ipf] I suggest a series of patches for ipf code generator

2006-11-10 Thread Geir Magnusson Jr.
can you please put comments like this on the JIRA itself [also]? it makes it easier for a committer when looking to apply the patch geir Egor Pasko wrote: On the 0x21D day of Apache Harmony Konstantin Anisimov wrote: Hi all, I have created new Jira request - HARMONY-2139. It is about: 1.

Re: [drlvm] release vs. debug

2006-11-10 Thread Geir Magnusson Jr.
I do the same - I tend to only generally test in debug mode when doing series of things, and then doing a release for fun later. I expect this to be much less of an issue when build-test is up and running with debug + release + . geir Gregory Shimansky wrote: Well I am always testing

Re: [general] Sun will take GPL License?

2006-11-10 Thread Geir Magnusson Jr.
Dalibor Topic wrote: Geir Magnusson Jr. geir at pobox.com writes: Classically, licensors seem to just make a statement about it. Yup, authors should know best what terms apply to their works. Practically speaking, if they went with the GPL, Sun could just say it's not 'viral' for all the

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Geir Magnusson Jr.
Get ahold of yourself, man! You're going to get me fired! :) [EMAIL PROTECTED]:/proc$ more cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model name : Intel(R) Pentium(R) D CPU 3.20GHz stepping: 4 cpu MHz :

[drlvm][build] everyday SVN conflict on the version_svn_tag.h file

2006-11-10 Thread Vladimir Ivanov
Hello everyone, When I do my morning SVN update of drlvm module I see the permanent conflict on the version_svn_tag.h file because this file is updated by build. Actually, it is not a big problem while it not breaks vm build. But it will be more convenient if these conflicts go out. Could we

Re: [testing] harmonytest.org new features

2006-11-10 Thread Geir Magnusson Jr.
Nice! Anton Luht wrote: Hello, Yesterday I've deployed a new version to harmonytest.org New features include: - packages/suites/tests tree-like navigation (as in local JUnit html results).Tree navigation populated to old results, too. - the first page only includes 50 latest test runs, link

Re: Harmony passes all tests of Maven 2.0.4

2006-11-10 Thread Geir Magnusson Jr.
w00t! Log it on the wiki! (and please prefix your subject lines with ??? right now, we have [testing] listed on http://incubator.apache.org/harmony/mailing.html but maybe we need to add [app-testing] ? geir Leo Li wrote: Hi, all: Harmony classlib at revision 473150 passes all

Re: [drlvm] Class unloading support

2006-11-10 Thread Geir Magnusson Jr.
Hang on - we aren't going to consider this patch quite yet, are we? We have a very active and fruitful discussion going on regarding alternate approaches? geir Aleksey Ignatenko wrote: Weldon, I have attached updated patch to H-2000: cleanup_sources_1558_merged.patch. Please, see comments.

Re: [crypto] SHA-1 not implemented?

2006-11-10 Thread Yuri Dolgov
[EMAIL PROTECTED] wrote: Robin Garner wrote: Stefano Mazzocchi wrote: from Robin's latest runs http://cs.anu.edu.au/people/Robin.Garner/dacapo/regression/results-20061110/DRLVM/eclipse.small.log there are a bunch of log messages that indicate that harmony doesn't implement SHA-1

Re: [testing] harmonytest.org new features

2006-11-10 Thread Alexei Fedotov
I like it! Thanks, Anton! On 11/10/06, Anton Luht [EMAIL PROTECTED] wrote: Hello, Yesterday I've deployed a new version to harmonytest.org New features include: - packages/suites/tests tree-like navigation (as in local JUnit html results).Tree navigation populated to old results, too. - the

Re: [drlvm][classlib] thread library - let there be one!

2006-11-10 Thread Weldon Washburn
hmm it seems that we need to create kernel natives, the C version of java kernel classes. The expectation is that the JVM supplier would write their own kernel natives. And the classlib native code would only call kernel natives. Thoughts? On 11/10/06, Andrey Chernyshev [EMAIL

Re: [general] Sun will take GPL License?

2006-11-10 Thread Geir Magnusson Jr.
Ivan Volosyuk wrote: On 11/10/06, Dalibor Topic [EMAIL PROTECTED] wrote: Geir Magnusson Jr. geir at pobox.com writes: Classically, licensors seem to just make a statement about it. Yup, authors should know best what terms apply to their works. Practically speaking, if they went with the

Re: [drlvm] vote on class unloading design (was Class unloading support - tested one approach)

2006-11-10 Thread Geir Magnusson Jr.
Etienne Gagnon wrote: The http://wiki.apache.org/harmony/ClassUnloading wiki page is Immutable. How can I contribute to it? Do you have a login to the wiki? [Among other things, I'd like to add that the design can also potentially apply to SableVM and , and make other suggestions /

Re: [drlvm] vote on class unloading design (was Class unloading support - tested one approach)

2006-11-10 Thread Geir Magnusson Jr.
Etienne Gagnon wrote: Salikh Zakirov wrote: Etienne Gagnon wrote: The http://wiki.apache.org/harmony/ClassUnloading wiki page is Immutable. How can I contribute to it? It is immutable for anonymous guests, you need to register and login somewhere. All pages are editable by all registered

Re: [drlvm] Class unloading support

2006-11-10 Thread Pavel Pervov
On 11/10/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Hang on - we aren't going to consider this patch quite yet, are we? We have a very active and fruitful discussion going on regarding alternate approaches? geir This part of the patch does not contain class unloading implementation

Re: [crypto] SHA-1 not implemented?

2006-11-10 Thread Tim Ellison
(Exception e) { e.printStackTrace(); } } } Yuri Dolgov On 11/10/06, Tim Ellison [EMAIL PROTECTED] wrote: Robin Garner wrote: Stefano Mazzocchi wrote: from Robin's latest runs http://cs.anu.edu.au/people/Robin.Garner/dacapo/regression/results-20061110/DRLVM

Re: [classlib][pack200] Status update

2006-11-10 Thread Tim Ellison
Thanks for the update Alex. I assume from this description (and please don't take this the wrong way) that you are happy to be left alone to work on this for the moment, rather than it be read as a call for help? Keep up the good work. Tim Alex Blewitt wrote: I'm still lurking around in the

[classlib][sql] package javax.sql.rowset.serial is missing in Harmony

2006-11-10 Thread Andrew Zhang
Hi folks, I noticed that package javax.sql.rowset.serial is missing in Harmony. Has anybody already been working on it? If no one holds implemented code in his hand, I'd like to start on this package. Any suggestions/concerns/patches :-) ? Thanks! -- Best regards, Andrew Zhang

Re: [drlvm] Class unloading support

2006-11-10 Thread Weldon Washburn
Sorry for the confusion. We are getting ourselves all tangled up with subconversations in this thread. There have been 90+ replies to the original posting. No patch containing class unloading will be committed until Harmony has a design and the design has been implemented. What is being

Re: [drlvm] Class unloading support

2006-11-10 Thread Geir Magnusson Jr.
I wonder if you might want to create a new JIRA that's clear about what the point is, and close the class unload JIRa for now. geir Pavel Pervov wrote: On 11/10/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Hang on - we aren't going to consider this patch quite yet, are we? We have a

[legal] Export controls

2006-11-10 Thread Tim Ellison
I believe that Harmony should be complying with the US export controls for our JSE crypto enablement code, since it is 'specifically designed to enable cryptography' [1] and our developer releases contain the bouncy castle algorithm providers. FYI I'll go through the required steps in the ASF

Re: [drlvm] Class unloading support

2006-11-10 Thread Weldon Washburn
On 11/10/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: I wonder if you might want to create a new JIRA that's clear about what the point is, and close the class unload JIRa for now. I was hoping someone would suggest closing HARMONY-2000. Unless there are objections in the next 24 hours,

Re: [drlvm][classlib] thread library - let there be one!

2006-11-10 Thread Alexey Varlamov
2006/11/10, Weldon Washburn [EMAIL PROTECTED]: hmm it seems that we need to create kernel natives, the C version of java kernel classes. The expectation is that the JVM supplier would write their own kernel natives. And the classlib native code would only call kernel natives. Thoughts?

RE: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Morozova, Nadezhda
Geir, all, I did not mean to delete info that is relevant. It's just that the old getting started is old and not so good. Specifics: - all cmd options are out of date; recent options are stored on wiki and explained in jit-related docs (we'll seem them once the unresolved jiras are applied); old

RE: Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Morozova, Nadezhda
Egor, I think we're mixing things up a bit, or at least our perceptions of various docs. I'd not call what you're suggesting a tutorial - it's more of a howto doc, right? We are lucky to have Salikh write this How to write a GC? Doc - do you mean something similar for DRLVM Command-line Args

Re: [Fwd: Re: Interesting discoveries playing around with japitools]

2006-11-10 Thread Stefano Mazzocchi
Dalibor Topic wrote: Stefano Mazzocchi stefano at apache.org writes: Sometimes some climbers manage to get to the other side to find that some people are very welcoming and appreciative of cultural differences while others not so much. What killed Harmony as the project it was planned to

Re: [drlvm][classlib] thread library - let there be one!

2006-11-10 Thread Weldon Washburn
On 11/10/06, Alexey Varlamov [EMAIL PROTECTED] wrote: 2006/11/10, Weldon Washburn [EMAIL PROTECTED]: hmm it seems that we need to create kernel natives, the C version of java kernel classes. The expectation is that the JVM supplier would write their own kernel natives. And the classlib

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Stefano Mazzocchi
Geir Magnusson Jr. wrote: Get ahold of yourself, man! You're going to get me fired! :) model name : Intel(R) Pentium(R) D CPU 3.20GHz ohhh, sorry about that :-) anyway, I can't build the native part of harmony/classlib doing ant build-native results in

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Gregory Shimansky
Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: anyway, I can't build the native part of harmony/classlib doing ant build-native results in classlib/depends/libs/linux.x86_64 not being found. There should be prebuilt ICU binaries. You can build them yourself or you can take them from

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Gregory Shimansky
Gregory Shimansky wrote: Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: anyway, I can't build the native part of harmony/classlib doing ant build-native results in classlib/depends/libs/linux.x86_64 not being found. There should be prebuilt ICU binaries. You can build them yourself

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Stefano Mazzocchi
Gregory Shimansky wrote: Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: anyway, I can't build the native part of harmony/classlib doing ant build-native results in classlib/depends/libs/linux.x86_64 not being found. There should be prebuilt ICU binaries. You can build them

[drlvm][em64t] build fails

2006-11-10 Thread Stefano Mazzocchi
I've managed to get everything in place for a DRLVM build.. it runs for a while and then it fails with these errors: [cc] /home/stefano/src/harmony/drlvm/vm/vmcore/src/util/em64t/base/jit_lock_rt_support_em64t.cpp: In function ‘void* rth_get_lil_monitor_enter()’: [cc]

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Gregory Shimansky
Stefano Mazzocchi wrote: Gregory Shimansky wrote: Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: anyway, I can't build the native part of harmony/classlib doing ant build-native results in classlib/depends/libs/linux.x86_64 not being found. There should be prebuilt ICU binaries. You

Re: [general] what's the status of harmony support for em64?

2006-11-10 Thread Stefano Mazzocchi
Gregory Shimansky wrote: Stefano Mazzocchi wrote: Gregory Shimansky wrote: Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: anyway, I can't build the native part of harmony/classlib doing ant build-native results in classlib/depends/libs/linux.x86_64 not being found. There should

Re: Re: [doc][drlvm] The document Getting started with DRL is outdated

2006-11-10 Thread Alexei Fedotov
Nadya, I think fixing a tutorial is a nice task for a newbie. I have filed a JIRA about it: http://issues.apache.org/jira/browse/HARMONY-2150 All, Please check that I've correctly added your corrections to the document. Alexei On 11/10/06, Morozova, Nadezhda [EMAIL PROTECTED] wrote: Alexei,

Re: [drlvm][em64t] build fails

2006-11-10 Thread Gregory Shimansky
Same for me. I saw this yesterday. It is because HARMONY-1558 has changed Class interfaces but didn't change x86_64 specific files. Now that I look at the error messages, I think it is quite easy to fix the build. I'll take care of weekend. I wonder how did you get to building drlvm if

Re: [drlvm][em64t] build fails

2006-11-10 Thread Alexei Fedotov
DRLVM build always requires prebuilt classlib... I believe ia32 classlib is ok until linking happens. On 11/11/06, Gregory Shimansky [EMAIL PROTECTED] wrote: Same for me. I saw this yesterday. It is because HARMONY-1558 has changed Class interfaces but didn't change x86_64 specific files. Now

Re: [drlvm][build] everyday SVN conflict on the version_svn_tag.h file

2006-11-10 Thread Alexei Fedotov
generate this file as part of the build process? +1 for autogeneration of version_svn_tag.h On 11/10/06, Vladimir Ivanov [EMAIL PROTECTED] wrote: Hello everyone, When I do my morning SVN update of drlvm module I see the permanent conflict on the version_svn_tag.h file because this file is

Re: [testing] Tests scores on http://harmonytest.org Was: [DRLVM] General stability

2006-11-10 Thread Alexei Fedotov
Anton, I like your approach to result comparison. 10% can be default value for some form field - anyone can change it if needed. As for test execution time reported by JUnit, it is applicable for stress tests as well if we gradually increase a load over time. Though using ttime field for stress

Re: Re: [classlib][pack200] Status update

2006-11-10 Thread Alex Blewitt
A call of frustration at times perhaps :-) It's going along. I'm hoping to get to a stage where I can get a better patch together and get it into the harmony subversion codebase in the near future. But sometimes it's just slow progress. One thing I'd like to get sorted is moving the pack200

[drlvm][threading module] a question about jthread_raw_monitor_create()

2006-11-10 Thread Weldon Washburn
I might be misunderstanding the code but the local variable, hythread_monitor_t monitor; is used as a parameter to a call to array_add(jvmti_monitor_table, monitor);. It seems that once jthread_raw_monitor_create() returns, the jvmti_monitor_table will end up with an invalid pointer. Is this

Re: [drlvm][build] everyday SVN conflict on the version_svn_tag.h file

2006-11-10 Thread Gregory Shimansky
On Saturday 11 November 2006 01:12 Alexei Fedotov wrote: generate this file as part of the build process? +1 for autogeneration of version_svn_tag.h It is kind of autogenerated already. To get rid of conflicts I think we should remove this file from revision control. On 11/10/06, Vladimir

Re: [drlvm][em64t] build fails

2006-11-10 Thread Weldon Washburn
On 11/10/06, Gregory Shimansky [EMAIL PROTECTED] wrote: Same for me. I saw this yesterday. It is because HARMONY-1558 has changed Sorry about that. I looked at Stefano's error messages. They are very similar to the ones we battled a few days ago on linux 32-bit platform. Pavel Pervov can

Re: [drlvm][threading module] a question about jthread_raw_monitor_create()

2006-11-10 Thread Gregory Shimansky
On Saturday 11 November 2006 01:36 Weldon Washburn wrote: I might be misunderstanding the code but the local variable, hythread_monitor_t monitor; is used as a parameter to a call to array_add(jvmti_monitor_table, monitor);. It seems that once jthread_raw_monitor_create() returns, the

Re: [drlvm][em64t] build fails

2006-11-10 Thread Gregory Shimansky
On Saturday 11 November 2006 01:43 Weldon Washburn wrote: On 11/10/06, Gregory Shimansky [EMAIL PROTECTED] wrote: Same for me. I saw this yesterday. It is because HARMONY-1558 has changed Sorry about that. I looked at Stefano's error messages. They are very similar to the ones we battled a

Re: [drlvm][em64t] build fails

2006-11-10 Thread Pavel Pervov
It looks like I'll have the patch ready in a few minutes. Sorry for breaking this. On 11/11/06, Gregory Shimansky [EMAIL PROTECTED] wrote: On Saturday 11 November 2006 01:43 Weldon Washburn wrote: On 11/10/06, Gregory Shimansky [EMAIL PROTECTED] wrote: Same for me. I saw this yesterday. It

Re: [drlvm][jvmti][testing] I want to add JVMTI tests to drlvm commit checks

2006-11-10 Thread Gregory Shimansky
On Thursday 02 November 2006 23:24 Geir Magnusson Jr. wrote: That's an understatement.  Don't feel bad.  I've never seen anything like it before.  The idea of generating ant scripts on teh fly is very unconventional. . You don't have enough cuts and bruises from working with the DRLVM

Re: [drlvm][em64t] build fails

2006-11-10 Thread Pavel Pervov
Gregory, Could you look at https://issues.apache.org/jira/browse/HARMONY-2152. I believe it'll fix the build. On 11/11/06, Gregory Shimansky [EMAIL PROTECTED] wrote: On Saturday 11 November 2006 01:43 Weldon Washburn wrote: On 11/10/06, Gregory Shimansky [EMAIL PROTECTED] wrote: Same for

Re: [drlvm][em64t] build fails

2006-11-10 Thread Gregory Shimansky
On Saturday 11 November 2006 02:36 Pavel Pervov wrote: Gregory, Could you look at https://issues.apache.org/jira/browse/HARMONY-2152. I believe it'll fix the build. Thank you for a quick fix. The build works now. Don't try to run acceptance tests though. The StackTest is a machine killer. It

Re: [drlvm][threading] Should hythread_monitor_init() aquire the monitor?

2006-11-10 Thread Gregory Shimansky
On Friday 10 November 2006 17:45 Evgueni Brevnov wrote: Hi, While investigating deadlock scenario which is described in HARMONY-2006 I found out one interesting thing. It turned out that DRL implementation of hythread_monitor_init / hythread_monitor_init_with_name initializes and acquires a

Re: [drlvm][em64t] build fails

2006-11-10 Thread Stefano Mazzocchi
Gregory Shimansky wrote: On Saturday 11 November 2006 02:36 Pavel Pervov wrote: Gregory, Could you look at https://issues.apache.org/jira/browse/HARMONY-2152. I believe it'll fix the build. Thank you for a quick fix. The build works now. Don't try to run acceptance tests though. The

Re: svn commit: r473588 - in /incubator/harmony/enhanced/drlvm/trunk/vm: interpreter/src/ port/src/lil/em64t/pim/ vmcore/include/ vmcore/src/util/em64t/base/

2006-11-10 Thread Stefano Mazzocchi
[EMAIL PROTECTED] wrote: Author: gshimansky Date: Fri Nov 10 16:17:50 2006 New Revision: 473588 URL: http://svn.apache.org/viewvc?view=revrev=473588 Log: Applied HARMONY-2152 [drlvm][em64t] build is broken after 1558 have been committed Since x86_64 is not yet fully supported and

Re: [Fwd: Re: Interesting discoveries playing around with japitools]

2006-11-10 Thread Dalibor Topic
Stefano Mazzocchi stefano at apache.org writes: Don't know about you, I would call that a resounding success for those like us who wanted the ability to see the results of the FOSS development and innovation model applied to the inner workings of a Java virtual machine. And, if in doing

Re: [classlib][swing] Serialization of Swing classes

2006-11-10 Thread Nathan Beyer
If there's no need for serialization compatability between VMs and versions of a VM, then is there any harm in adding explicit serialVersionUID fields? On 11/10/06, Ivanov, Alexey A [EMAIL PROTECTED] wrote: Nathan, all, You shouldn't add explicit serialVersionUID because Sun explicitly states

Re: [classlib][sql] package javax.sql.rowset.serial is missing in Harmony

2006-11-10 Thread Mikhail Loenko
2006/11/10, Andrew Zhang [EMAIL PROTECTED]: Hi folks, I noticed that package javax.sql.rowset.serial is missing in Harmony. Has anybody already been working on it? If no one holds implemented code in his hand, I'd like to start on this package. cool! Any suggestions/concerns/patches :-)