Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Alexey Petrenko
2006/12/12, Ivanov, Alexey A <[EMAIL PROTECTED]>: >-Original Message- >From: Morozova, Nadezhda [mailto:[EMAIL PROTECTED] >Sent: Monday, December 11, 2006 7:52 PM >To: dev@harmony.apache.org; [EMAIL PROTECTED] >Subject: RE: [doc][user experience] minor improvements to website >navigation

RE: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Ivanov, Alexey A
>-Original Message- >From: Morozova, Nadezhda [mailto:[EMAIL PROTECTED] >Sent: Monday, December 11, 2006 7:52 PM >To: dev@harmony.apache.org; [EMAIL PROTECTED] >Subject: RE: [doc][user experience] minor improvements to website >navigation and content > >Thanks for feedback. >>You are defini

RE: Harmony & Eclipse

2006-12-11 Thread Konovalova, Svetlana
It's nice to see that Eclipse-related things are moving! :)) Great! >Could you please post the detailed instructions on what you did and what >you needed as software dependencies/versions in the wiki. I'm sure it >would ease development if we let people get up to speed with this. +1 By the way, w

[classlib][testing] test failed: org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTest

2006-12-11 Thread Vladimir Ivanov
Hello everyone, the test org.apache.harmony.tests.internal.net.www.protocol.http.HttpURLConnectionTestfailed over IBM VM 3 times for the last day and passed at least 2 times. It leads to 'build failed' CC notification that may disturb us. I suggest excluding this test while these failures will b

Re: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: classlib over drlvm

2006-12-11 Thread Stepan Mishura
On 12/11/06, Gregory Shimansky wrote: Stepan Mishura wrote: > On 12/11/06, Gregory Shimansky wrote: > >> Stepan Mishura wrote: >> > It looks like commit r485644 (Applied HARMONY-2505 [drlvm] Class file >> > parser >> > improvements) is a cause of classlib test failures. I'm testing it now. >> >>

[general][testing] today cruise control failed for all runs of classlib tests over drlvm

2006-12-11 Thread Vladimir Ivanov
Today cruise control failed for all runs of classlib tests over drlvm due to changes in the directory structure of drlvm/deploy. The CC was updated (locally) so next notification will be valid. Thanks, Vladimir

Re: Fixing spelling of Harmony components

2006-12-11 Thread Nathan Beyer
You may want to double-check some of the "corrections" against both a US English dictionary and a UK English dictionary. I get a number of false positives in my IDE for comments that our UK folks have created. All those extra Us and no Zs. -Nathan On 12/11/06, Tim Ellison <[EMAIL PROTECTED]> wr

Re: [DRLVM][Helper inlining] GC write barrier inline?

2006-12-11 Thread Xiao-Feng Li
Mikhail, the gc_heap_slot_write_ref is an old GC interface in ORP. The original idea for this interface is, any Java heap slot reference store should go through this GC function, including VM and Java application. So this function does the real reference store, the original store in JITted code w

Re: [general] jni headers generator tool

2006-12-11 Thread Tony Wu
BTW, I think header file generated by javah of RI is exactly the same as that of harmony. On 12/12/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: You can also check working_jdktools directory of Harmony federated build. SY, Alexey 2006/12/11, Alexey Petrenko <[EMAIL PROTECTED]>: > Look like yo

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Tony Wu
Thanks Tim, the src file obviously reduces my workload:) On 12/12/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: that works... Tim Ellison wrote: > Geir Magnusson Jr. wrote: >> Tim Ellison wrote: >>> wow -- it's bigger than I thought, 78Mb. P'haps I'll move it over to >>> /standard/tools/Wi

Re: [drlvm][threading] Potential race condition in safe-point callbacks.

2006-12-11 Thread Nikolay Kuznetsov
Evgueni, sorry for intrusion, at the very last moment, in general I agree with all mentioned problems and appreciate your work done for shutdown and suspension enhancements but if you don't mind I have I have few questions or suggestions: 1) Am I right, that all these scenarios came from shutdow

Re: [classlib] new dependency (was: Re: [testing][crash handling] it will nice to add *any* crash handling to build system)

2006-12-11 Thread Alexei Zakharov
Nice! Thank you for sharing this piece of code Mark. I also rise all my hands for avoiding any extra dependencies if possible. However, it seems that the code above misses one of the important feature from the original Vladimir's patch - it doesn't allow junit report to see the name of failed test

Re: [drlvm][ti] thread unsafe global list of compiled stubs

2006-12-11 Thread Alexei Fedotov
Gregory, Ilya, I can see that currently dcList in the implementation of st_print_stack() function. It looks like these stubs are used to iterate via native frames in a loop. Does it mean we need to record all stubs regardless if TI is enabled or not? On 12/11/06, Gregory Shimansky <[EMAIL PROTE

RE: Unsubscribe

2006-12-11 Thread Zakharov, Vasily M
Henry, To unsubscribe, just send an empty mail to [EMAIL PROTECTED] Vasily -Original Message- From: Henry Dominik [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 11:48 PM To: dev@harmony.apache.org Subject: Unsubscribe Hi all, I was wondering if someone could help unsubscr

Unsubscribe

2006-12-11 Thread Henry Dominik
Hi all, I was wondering if someone could help unsubscribe me from the list. Thanks

Re: [general] jni headers generator tool

2006-12-11 Thread Alexey Petrenko
You can also check working_jdktools directory of Harmony federated build. SY, Alexey 2006/12/11, Alexey Petrenko <[EMAIL PROTECTED]>: Look like you should use this one: https://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javah/

Re: [general] jni headers generator tool

2006-12-11 Thread Alexey Petrenko
Look like you should use this one: https://svn.apache.org/repos/asf/harmony/enhanced/jdktools/trunk/modules/tools/src/main/java/org/apache/harmony/tools/javah/ 11.12.06, Shipilov, Alexander D<[EMAIL PROTECTED]> написал(а): Hi, folks, Could you please explain me which tool should I use to gene

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Alexei Fedotov
Accepted. Here is my preference (the less, the better): Left pane: General About License FAQ Get Involved Mailing Lists Bug Reports Developer Info Downloads Documentation Site Map Wiki Limit a right pane to three cool news - noone scrolls the news list down anyway. On 12/11/06, Geir

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Geir Magnusson Jr.
Alexei Fedotov wrote: Talking about standard conventions, I suggest being close to http://httpd.apache.org/. Any other candidates? I don't get what we're doing here. The objection to our menu was that it was "long". The httpd site is "long". So why not suggestion specific fixes for our site

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Alexei Fedotov
Talking about standard conventions, I suggest being close to http://httpd.apache.org/. Any other candidates? On 12/11/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Alexei Fedotov wrote: > I like the design proposed by Nadya because it is compact. That is why > the design is much friendlie

Re: [DRLVM][GC] (HARMONY-2398) patch for GCv5 alloc helper inlining

2006-12-11 Thread Rana Dasgupta
Yes this works, thanks. Not sure when we changed this. On 12/11/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: 2006/12/11, Rana Dasgupta <[EMAIL PROTECTED]>: > On 12/11/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote: > > > > > > >+ Inlined helpers solve not fs[14] problem, but inline runtime cons

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Salikh Zakirov
Morozova, Nadezhda wrote: > Hi, > More responses below. Nadya, could you please be more careful with quoting? Broken quotation lines make it hard to understand who wrote what. >> (-) Renaming "Mailing lists" -> "Subscribe" ("subscribe" is less >> informative) > -1 disagree. I tried to make this g

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Geir Magnusson Jr.
that works... Tim Ellison wrote: Geir Magnusson Jr. wrote: Tim Ellison wrote: wow -- it's bigger than I thought, 78Mb. P'haps I'll move it over to /standard/tools/Wink otherwise it will be impossible to work with the website over a slow connection. That makes the tools svn painful over a slo

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Geir Magnusson Jr.
Alexei Fedotov wrote: I like the design proposed by Nadya because it is compact. That is why the design is much friendlier for a newcomer. Gurus such as Salikh could maintain their own bookmarks for in-depth places of interest. The thing to realize is that the original menu was one based on

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Tim Ellison
Geir Magnusson Jr. wrote: > Tim Ellison wrote: >> wow -- it's bigger than I thought, 78Mb. P'haps I'll move it over to >> /standard/tools/Wink otherwise it will be impossible to work with the >> website over a slow connection. > > That makes the tools svn painful over a slow connection... > > ma

Re: Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Alexei Fedotov
I like the design proposed by Nadya because it is compact. That is why the design is much friendlier for a newcomer. Gurus such as Salikh could maintain their own bookmarks for in-depth places of interest. I'm ok with removing a source code page since a prefferred way to get code for all except t

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Geir Magnusson Jr.
Tim Ellison wrote: wow -- it's bigger than I thought, 78Mb. P'haps I'll move it over to /standard/tools/Wink otherwise it will be impossible to work with the website over a slow connection. That makes the tools svn painful over a slow connection... maybe /standard/really_unpleasantly_lar

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: Hi, More responses below. (-) Renaming "Contribution policy" -> "Contributing" makes the link vague +1, but do you think we can say just "Policy"? the page is about several notions. (-) Removing subcomponents map from the navigation pane (I use it all the time)

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Geir Magnusson Jr.
whew :) Gregory Shimansky wrote: Gregory Shimansky wrote: Geir Magnusson Jr. wrote: ok - I fixed and committed, and now am testing. I know that's backwards, but I figure I didn't break it more :) I'll ping when I think it's right. Your fix helped on linux, but on windows cunit tests still

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Geir Magnusson Jr.
Gregory Shimansky wrote: Geir Magnusson Jr. wrote: ok - I fixed and committed, and now am testing. I know that's backwards, but I figure I didn't break it more :) I'll ping when I think it's right. Your fix helped on linux, but on windows cunit tests still can't find HYTHR.dll although b

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Geir Magnusson Jr.
Tim Ellison wrote: Geir Magnusson Jr. wrote: Make sure to get that apache license header in there ;) That will be a challenge, given its a binary file. If it wins a film prize we can all share it equally :-) Lights, camera, action! I was just teasing geir Tim

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Tim Ellison
wow -- it's bigger than I thought, 78Mb. P'haps I'll move it over to /standard/tools/Wink otherwise it will be impossible to work with the website over a slow connection. Objections? Tim Tim Ellison wrote: > ok, sounds like we all agree -- I'll checkin. > > Regards, > Tim > > Geir Magnusson Jr

RE: Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Morozova, Nadezhda
Hi, More responses below. >(-) Renaming "Contribution policy" -> "Contributing" makes the link vague +1, but do you think we can say just "Policy"? the page is about several notions. >(-) Removing subcomponents map from the navigation pane (I use it all the >time) +1 agreed to do earlier. Won't ke

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Salikh Zakirov
Morozova, Nadezhda wrote: > Salikh, > Thanks for a constructive customer response. Makes me think in a new > way. Below are answers to your specific issues. > >> This looks like a disaster: > Do you mean the menu? Let's see... I meant "I could not find information I visit harmony web site for".

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Gregory Shimansky
Gregory Shimansky wrote: Geir Magnusson Jr. wrote: ok - I fixed and committed, and now am testing. I know that's backwards, but I figure I didn't break it more :) I'll ping when I think it's right. Your fix helped on linux, but on windows cunit tests still can't find HYTHR.dll although bui

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Gregory Shimansky
Geir Magnusson Jr. wrote: ok - I fixed and committed, and now am testing. I know that's backwards, but I figure I didn't break it more :) I'll ping when I think it's right. Your fix helped on linux, but on windows cunit tests still can't find HYTHR.dll although build sets PATH variable to i

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Salikh Zakirov
Morozova, Nadezhda wrote: > Hi all, > > > > I've experimented a bit with our website to improve browsing and make > key pages or ideas stand out more. > > See http://people.apache.org/~nadinem/docs/ Sorry, my first response may have been overly emotional. Here is the detailed list of issues

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Tim Ellison
Geir Magnusson Jr. wrote: > Make sure to get that apache license header in there ;) That will be a challenge, given its a binary file. If it wins a film prize we can all share it equally :-) Lights, camera, action! Tim

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Stefano Mazzocchi
Salikh Zakirov wrote: > Morozova, Nadezhda wrote: >> Hi all, >> >> >> >> I've experimented a bit with our website to improve browsing and make >> key pages or ideas stand out more. >> >> See http://people.apache.org/~nadinem/docs/ > > This looks like a disaster: > DRLVM documentation is gone, >

Re: [drlvm] things feel slow...

2006-12-11 Thread Stefano Mazzocchi
Ivan Popov wrote: > It's possible to use Eclipse TPTP plugin [1] with the new JVMTI based > Java profiler [2]. We have tested it with Harmony JRE and generally it > works well except of some known problems reported to JIRA. I think one > will face similar problems running any other Java profiler wi

RE: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Morozova, Nadezhda
Ok, will upload a fresher version tomorrow. Any more interesting ideas? Cheers, Nadya >-Original Message- >From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] >Sent: Monday, December 11, 2006 8:29 PM >To: dev@harmony.apache.org >Subject: Re: [doc][user experience] minor improvements to

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Geir Magnusson Jr.
Make sure to get that apache license header in there ;) Tim Ellison wrote: ok, sounds like we all agree -- I'll checkin. Regards, Tim Geir Magnusson Jr. wrote: that's exactly what I meant geir Morozova, Nadezhda wrote: I actually can't come up w/ a better idea - maybe we just filter it ou

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: SVN information is gone, No. look at the downloads page That's the wrong place. it needs it's own link. Are you sure? Even if we make it all be in one screen - binary and source? I still have the idea of these being largely the same thing - the code :) for binary,

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Tim Ellison
ok, sounds like we all agree -- I'll checkin. Regards, Tim Geir Magnusson Jr. wrote: > that's exactly what I meant > > geir > > > Morozova, Nadezhda wrote: >>> I actually can't come up w/ a better idea - maybe we just filter it out >>> of the copy to doc/ >> This can actually be done easily. T

Re: Harmony & Eclipse

2006-12-11 Thread Ivan Popov
But for debugging I still use Visual Studio. It is not easy to use Eclipse CDT debugger for debugging C/C++ application on Windows (in contrast to Linux). The problem is that CDT debugger uses GDB from cygwin or mingw port, which works unstably with code compiled with naive compiler (not GCC), a

RE: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Morozova, Nadezhda
>>> SVN information is gone, >> No. look at the downloads page > >That's the wrong place. it needs it's own link. Are you sure? Even if we make it all be in one screen - binary and source? I still have the idea of these being largely the same thing - the code :) for binary, you just download an a

Re: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: classlib over drlvm

2006-12-11 Thread Gregory Shimansky
Stepan Mishura wrote: On 12/11/06, Gregory Shimansky wrote: Stepan Mishura wrote: > It looks like commit r485644 (Applied HARMONY-2505 [drlvm] Class file > parser > improvements) is a cause of classlib test failures. I'm testing it now. If you see ClassFormatError like in HARMONY-2611, then th

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: Salikh, Thanks for a constructive customer response. Makes me think in a new way. Below are answers to your specific issues. This looks like a disaster: Do you mean the menu? Let's see... DRLVM documentation is gone Ok, I'll bring back the component pages :)

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Geir Magnusson Jr.
that's exactly what I meant geir Morozova, Nadezhda wrote: I actually can't come up w/ a better idea - maybe we just filter it out of the copy to doc/ This can actually be done easily. The movie is not processed as usual. There's an xml with a link to swf. So we can keep the source and the sw

RE: Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Morozova, Nadezhda
Salikh, Thanks for a constructive customer response. Makes me think in a new way. Below are answers to your specific issues. >This looks like a disaster: Do you mean the menu? Let's see... >DRLVM documentation is gone Ok, I'll bring back the component pages :) >SVN information is gone, No. loo

RE: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Morozova, Nadezhda
>I actually can't come up w/ a better idea - maybe we just filter it out >of the copy to doc/ This can actually be done easily. The movie is not processed as usual. There's an xml with a link to swf. So we can keep the source and the swf in xdocs and only swf in docs. what do you say? Cheers, Nad

Re: [doc] are KNOWN ISSUES and TODO items valid?

2006-12-11 Thread Alexey Varlamov
11 Dec 2006 21:20:23 +0600, Egor Pasko <[EMAIL PROTECTED]>: On the 0x23A day of Apache Harmony Alexey Varlamov wrote: > I've looked through "Known issues" page and dropped few items, which > were resolved already: > - Java assertions support > - StackOverflowError support for JIT mode why? we do

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Geir Magnusson Jr.
I actually can't come up w/ a better idea - maybe we just filter it out of the copy to doc/ geir Tim Ellison wrote: Geir Magnusson Jr. wrote: Tim Ellison wrote: I'm happy to upload the wnk file so it can be edited -- I guess the best place is in xdocs/images ? i.e. next to the swf file. Un

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Salikh Zakirov
Morozova, Nadezhda wrote: > Hi all, > > > > I've experimented a bit with our website to improve browsing and make > key pages or ideas stand out more. > > See http://people.apache.org/~nadinem/docs/ This looks like a disaster: DRLVM documentation is gone, SVN information is gone, Some of th

Re: [drlvm] things feel slow...

2006-12-11 Thread Ivan Popov
It's possible to use Eclipse TPTP plugin [1] with the new JVMTI based Java profiler [2]. We have tested it with Harmony JRE and generally it works well except of some known problems reported to JIRA. I think one will face similar problems running any other Java profiler with Harmony JRE. [1] http

Re: [DRLVM][GC] (HARMONY-2398) patch for GCv5 alloc helper inlining

2006-12-11 Thread Alexey Varlamov
2006/12/11, Rana Dasgupta <[EMAIL PROTECTED]>: On 12/11/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote: > > > >+ Inlined helpers solve not fs[14] problem, but inline runtime consts > like > >GC data offsets instead of using of fields and variables. So helpers > >decrease number of cache misses. > >

RE: [classlib][awt] RenderingHints.Key.isCompatibleValue(). Method sence.

2006-12-11 Thread Pavlenko, Andrey A
Hi, Alexander, In the Harmony implementation a value have to be an instance of KeyValue, but not Value. See the implementation of the isCompatibleValue method. public boolean isCompatibleValue(Object val) { if (!(val instanceof KeyValue)) { return false;

Re: [doc] Authors of dev_eclipse movie needed!

2006-12-11 Thread Tim Ellison
Geir Magnusson Jr. wrote: > Tim Ellison wrote: >> I'm happy to upload the wnk file so it can be edited -- I guess the best >> place is in xdocs/images ? i.e. next to the swf file. Unless there are >> better suggestions I'll drop it into there. > > There's probably a better place so it's not swept

RE: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Morozova, Nadezhda
Thanks for feedback. >You are definitely moving in the right direction. Great to hear that! Specifics: >That's nice - but instead of a subsection, why not have us find a little >bitmap or something we can use? like a finger pointing at the links or >something. Just something to highlight it..

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Geir Magnusson Jr.
ok - I fixed and committed, and now am testing. I know that's backwards, but I figure I didn't break it more :) I'll ping when I think it's right. geir Geir Magnusson Jr. wrote: Gregory Shimansky wrote: Hello Geir Looks like this commit broke all drlvm tests. I've fixed JVMTI tests, b

[drlvm][test] Classloading stress test available

2006-12-11 Thread Zakharov, Vasily M
Hi, all, I've just uploaded a classloading stress test to http://issues.apache.org/jira/browse/HARMONY-2615. It locates all the classes available in bootclasspath and tries to load each of them with a simple Class.forName() call. This simple test already helped to find a number of bugs in DRLVM a

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Geir Magnusson Jr.
Gregory Shimansky wrote: Hello Geir Looks like this commit broke all drlvm tests. I've fixed JVMTI tests, but I can't figure out how to fix cunit ones. Smoke and kernel are probably broken too, the execution doesn't get to them. You've changed the definition of build.deploy.dir, so everywher

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: Hi all, I've experimented a bit with our website to improve browsing and make key pages or ideas stand out more. See http://people.apache.org/~nadinem/docs/ This is only a starting point, and subject to change. Feedback most welcome. We can use this location a

[general] jni headers generator tool

2006-12-11 Thread Shipilov, Alexander D
Hi, folks,  Could you please explain me which tool should I use to generate jni headers? Mailing archive didn't get me clean answer for this question. Many thanks, Alexander Shipilov

Re: [drlvm][stacks] How large is stack size limit?

2006-12-11 Thread Rana Dasgupta
+1 to both On 12/11/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: So there really are two issues here, that I can see : 1) SOE test should be fixed - if the thing throws an SOE, it passes. If it does something else, it fails (unless the number is too small... in which case the test should

Re: svn commit: r485680 - /harmony/enhanced/drlvm/trunk/build/make/build.xml

2006-12-11 Thread Gregory Shimansky
Hello Geir Looks like this commit broke all drlvm tests. I've fixed JVMTI tests, but I can't figure out how to fix cunit ones. Smoke and kernel are probably broken too, the execution doesn't get to them. You've changed the definition of build.deploy.dir, so everywhere where it is used the build s

Re: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: classlib over drlvm

2006-12-11 Thread Stepan Mishura
On 12/11/06, Gregory Shimansky wrote: Stepan Mishura wrote: > It looks like commit r485644 (Applied HARMONY-2505 [drlvm] Class file > parser > improvements) is a cause of classlib test failures. I'm testing it now. If you see ClassFormatError like in HARMONY-2611, then the fix is ready. I hope

Re: [DRLVM][GC] (HARMONY-2398) patch for GCv5 alloc helper inlining

2006-12-11 Thread Rana Dasgupta
On 12/11/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote: >+ Inlined helpers solve not fs[14] problem, but inline runtime consts like >GC data offsets instead of using of fields and variables. So helpers >decrease number of cache misses. Makes sense. The results sound awesome. Let's get it into t

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

2006-12-11 Thread Ivan Popov
I think the approach with reporting each chunk of a method code in a separate event solves most problems, though this interpretation of CompiledMethodLoad event may look strange. However, as JVMTI spec allows several compiled instances of the same method to be presented at the same time, this shou

[doc][user experience] minor improvements to website navigation and content

2006-12-11 Thread Morozova, Nadezhda
Hi all, I've experimented a bit with our website to improve browsing and make key pages or ideas stand out more. See http://people.apache.org/~nadinem/docs/ This is only a starting point, and subject to change. Feedback most welcome. We can use this location as a sandbox for improving the we

Re: [general] Re: Please could you help me to find correct License text?

2006-12-11 Thread Alexei Fedotov
Geir, Tim, Thanks! On 12/11/06, Tim Ellison <[EMAIL PROTECTED]> wrote: See: http://www.apache.org/legal/src-headers.html Regards, Tim Alexei Fedotov wrote: > Folks, > > I see two texts of Apache block comment: one is suggested by > http://harmony.apache.org/license.html. It starts with "Lice

Re: [DRLVM][GC] (HARMONY-2398) patch for GCv5 alloc helper inlining

2006-12-11 Thread Xiao-Feng Li
On 12/11/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote: On 12/11/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: > > we are slower than RI because we don't use FS:14 to get TLS entry With helper inlined our allocation performance is better or equal to SUN1.5 and significantly better then BEA1.5. Us

[general] Re: Please could you help me to find correct License text?

2006-12-11 Thread Tim Ellison
See: http://www.apache.org/legal/src-headers.html Regards, Tim Alexei Fedotov wrote: > Folks, > > I see two texts of Apache block comment: one is suggested by > http://harmony.apache.org/license.html. It starts with "Licensed under > the Apache License". > > Another one can be found, for exam

Re: [drlvm][stacks] How large is stack size limit?

2006-12-11 Thread Geir Magnusson Jr.
So there really are two issues here, that I can see : 1) SOE test should be fixed - if the thing throws an SOE, it passes. If it does something else, it fails (unless the number is too small... in which case the test should probably log it, double and try again...) 2) predictable and settabl

Re: Please could you help me to find correct License text?

2006-12-11 Thread Geir Magnusson Jr.
The correct way is here : http://www.apache.org/legal/src-headers.html Alexei Fedotov wrote: Folks, I see two texts of Apache block comment: one is suggested by http://harmony.apache.org/license.html. It starts with "Licensed under the Apache License". Another one can be found, for example,

Re: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: classlib over drlvm

2006-12-11 Thread Gregory Shimansky
Stepan Mishura wrote: It looks like commit r485644 (Applied HARMONY-2505 [drlvm] Class file parser improvements) is a cause of classlib test failures. I'm testing it now. If you see ClassFormatError like in HARMONY-2611, then the fix is ready. I hope to commit it soon. On 12/11/06, Alexey

Re: [drlvm][ti] thread unsafe global list of compiled stubs

2006-12-11 Thread Gregory Shimansky
Alexei Fedotov wrote: Gregory, Thanks for explanation about stubs - I understand and agree. Yes, let's not mix these dynamic code lists. I still have a question about asynchronous list modification. I've just checked the code - stubs are added to the list even if a tool interface is disabled:

Re: [DRLVM][GCv5] patch for new LOS collector and finalizer/weakref support

2006-12-11 Thread Ivan Volosyuk
I'm not against work balancing system. I just have an opinion that the threads used for finalization should run with higher priority. I don't have strict motivation for this, just think that it will make us alike the RI. -- Ivan On 12/11/06, Pavel Afremov <[EMAIL PROTECTED]> wrote: Did You mean

Re: [drlvm][stacks] How large is stack size limit?

2006-12-11 Thread Pavel Afremov
FYI Stack size doesn't depend on -Xss setting now. DRLVM doesn't support it. Also DRLVM doesn't crash on the test, it throws SOE. Pavel. On 11 Dec 2006 21:34:31 +0600, Egor Pasko <[EMAIL PROTECTED]> wrote: On the 0x23C day of Apache Harmony Elena Semukhina wrote: > On 12/11/06, Pavel Afre

Re: [DRLVM][Helper inlining] GC write barrier inline?

2006-12-11 Thread Mikhail Fursov
Xiao-Feng, I'm slightly confused about current WB support in Jitrino.OPT, so I need an advice. The problem: I think that write barriers in Jitrino OPT do not work. Example (see for lines marked with =>): HIR with WB disabled: I1:defarg.ths -) t1:cls:java/net/URLClassLoader$4 I2:tauisnonnull

Re: [drlvm][stacks] How large is stack size limit?

2006-12-11 Thread Egor Pasko
On the 0x23C day of Apache Harmony Elena Semukhina wrote: > On 12/11/06, Pavel Afremov <[EMAIL PROTECTED]> wrote: > > > > Elena, > > > > > > > > You wrote: > > > > RI*: 3689 > > > > > > > > It's mean that test is failed on RI, isn't it? > > > > So 7000 isn't correct for RI. Let's change it to 300

Re: [drlvm][ti] thread unsafe global list of compiled stubs

2006-12-11 Thread Alexei Fedotov
Gregory, Thanks for explanation about stubs - I understand and agree. Yes, let's not mix these dynamic code lists. I still have a question about asynchronous list modification. I've just checked the code - stubs are added to the list even if a tool interface is disabled: dc->next = *pdcList;

[drlvm][threading] Potential race condition in safe-point callbacks.

2006-12-11 Thread Evgueni Brevnov
Hi All, While working on http://issues.apache.org/jira/browse/HARMONY-2391 I found out that current implementation of safe-point callbacks works incorrectly/unsafely. Here is a list of problems: 1) hythread_suspend & hythread_resume are used asynchronously what may lead to a deadlock. Here is th

Re: [doc] are KNOWN ISSUES and TODO items valid?

2006-12-11 Thread Egor Pasko
On the 0x23A day of Apache Harmony Alexey Varlamov wrote: > I've looked through "Known issues" page and dropped few items, which > were resolved already: > - Java assertions support > - StackOverflowError support for JIT mode why? we do not have SOE 100% safe yet, JIT algorithms can be caught with

Please could you help me to find correct License text?

2006-12-11 Thread Alexei Fedotov
Folks, I see two texts of Apache block comment: one is suggested by http://harmony.apache.org/license.html. It starts with "Licensed under the Apache License". Another one can be found, for example, at modules/auth/src/main/java/common/javax/security/auth/kerberos/KerberosTicket.java - it starts

Re: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: classlib over drlvm

2006-12-11 Thread Stepan Mishura
It looks like commit r485644 (Applied HARMONY-2505 [drlvm] Class file parser improvements) is a cause of classlib test failures. I'm testing it now. Thanks, Stepan. On 12/11/06, Alexey Petrenko wrote: Not reproducible on my Win2003Server... 2006/12/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:

Re: [drlvm] things feel slow...

2006-12-11 Thread Stefano Mazzocchi
Tim Ellison wrote: > Good work Gregory -- we may need to use some Java performance tools to > figure out where these are being called and look for the right fixes. > Anyone like to recommend their favourite tools? Of all the java profilers I used, IBM's alphaworks jinsight[1] was always close to m

Re: [DRLVM][GCv5] patch for new LOS collector and finalizer/weakref support

2006-12-11 Thread Pavel Afremov
Did You mean high priority forever? Or tuned priority of finalizer thread? You wrote threads. How many threads You'd like to have? Pavel. On 12/11/06, Ivan Volosyuk <[EMAIL PROTECTED]> wrote: On 12/11/06, Pavel Afremov <[EMAIL PROTECTED]> wrote: > 3. In Finalization system now there

Re: [build-test alert] BUILD FAILED Windows XP SP2 msvc debug: classlib over drlvm

2006-12-11 Thread Alexey Petrenko
Not reproducible on my Win2003Server... 2006/12/11, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: BUILD FAILED: Ant Error Message: C:\cc.harmony\trunk\cc\projects\classlib\trunk\build.xml:167: The following error occurred while executing this line: C:\cc.harmony\trunk\cc\projects\classlib\trun

Re: [classlib] HARMONY-2055 - non bug difference.

2006-12-11 Thread Alexey Petrenko
Since nobody objects I'll close this issue. SY, Alexey 2006/12/7, Tony Wu <[EMAIL PROTECTED]>: Ok, I see. The difference comes from different design. Thank you for explanation. +1 to file as a non-bug difference. On 12/7/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: > 2006/12/6, Tony Wu <[EM

Re: [drlvm][stacks] How large is stack size limit?

2006-12-11 Thread Pavel Afremov
It's correct to throw SOE. But test prints FAIL. Pavel On 12/11/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: I'm having trouble following this. How do you define "failure"? Isn't it correct to throw a SOE? geir Elena Semukhina wrote: > On 12/11/06, Pavel Afremov <[EMAIL PROTECTED]>

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

2006-12-11 Thread Egor Pasko
On the 0x23C day of Apache Harmony Eugene Ostrovsky wrote: > Guys, > > As far as I understand, > > 1. it is not actually a REQUIREMENT of JVMTI spec. > Spec says that "jvmtiAddrLocationMap* map" parameter could be "...NULL if > mapping information cannot be supplied...". > I.e. spec allows VM not

Re: Harmony & Eclipse

2006-12-11 Thread Stefano Mazzocchi
Igor V Chebykin wrote: > Hi all. > > Last weekend I successfully built Harmony under Eclipse 3.2.1 > (also debug it under Eclipse's CDT) > For svn-related tasks I have installed Subclipse from > http://subclipse.tigris.org/ > > The only question is about building drlvm. > Now, we need to use buil

Re: [DRLVM][GC] (HARMONY-2398) patch for GCv5 alloc helper inlining

2006-12-11 Thread Mikhail Fursov
On 12/11/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: we are slower than RI because we don't use FS:14 to get TLS entry With helper inlined our allocation performance is better or equal to SUN1.5 and significantly better then BEA1.5. Use config I sent above in this thread to reproduce the res

Re: [DRLVM][GC] (HARMONY-2398) patch for GCv5 alloc helper inlining

2006-12-11 Thread Rana Dasgupta
I think that as Mikhail Fursov noted on this thread ( and maybe also earlier ), we are slower than RI because we don't use FS:14 to get TLS entry, but an expensive system call. Moreover, even when it is invariant, we don't hoist it out of loops( as in this test ). Another problem is that while the

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

2006-12-11 Thread Egor Pasko
On the 0x23C day of Apache Harmony George Timoshenko wrote: > Egor Pasko wrote: > > On the 0x237 day of Apache Harmony George Timoshenko wrote: > >> Egor Pasko wrote: > >>> On the 0x236 day of Apache Harmony George Timoshenko wrote: > Egor Pasko wrote: > > On the 0x235 day of Apache Harmon

Re: [IBM VME] Is -Xdump option supported? (was: [build-test]Build fixed notice?)

2006-12-11 Thread Stepan Mishura
On 12/9/06, Tim Ellison wrote: Not sure if this is a trick question ;-) Yes, you can use the options displayed to get dumps -- if that's what you meant by 'supported'. It works for me, do you see something wrong? I saw nothing (I mean I was not able to get theads dump for hanged VM) and I h

Re: [DRLVM][GCv5] patch for new LOS collector and finalizer/weakref support

2006-12-11 Thread Ivan Volosyuk
On 12/11/06, Pavel Afremov <[EMAIL PROTECTED]> wrote: 3. In Finalization system now there is Work Balance Mechanism which tunes performance of finalization. When many finalizable object are allocated and queue for finalization isn't empty this mechanism increase performance of finalization

Re: [drlvm][smoke tests] Enabling smoke tests

2006-12-11 Thread Geir Magnusson Jr.
Elena Semukhina wrote: On 12/8/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Nice work - I'm testing it now and will commit. If someone can test today on x86_64, that would be great, or I will do it tomorrow At last I managed to start the tests on x86_64 and they passed. They still pr

Re: [drlvm][smoke tests] Enabling smoke tests

2006-12-11 Thread Elena Semukhina
On 12/8/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Nice work - I'm testing it now and will commit. If someone can test today on x86_64, that would be great, or I will do it tomorrow At last I managed to start the tests on x86_64 and they passed. They still print something like test e

  1   2   >