Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasko

2007-06-27 Thread Egor Pasko
On the 0x301 day of Apache Harmony Nadezhda Morozova wrote: > Egor and Alexey, > I've updated the contributors' page [1] with your names (and moved the > definitions of contributors, committers, and PMC to that page as well, > per our old unimplemented decision). Please verify that your info is > c

Re: [classlib][security] BC provider as default Harmony crypto provider

2007-06-27 Thread Roman Bushmanov
Hi, Leo Actually my custom policy files don't include any SUN-specific policy grants and the tests pass on RI. Anyway, I agree to treat the difference as non-bug specifics since you were able to make RI fail:) Thank you for your attention to the issue! Regards, Roman On 6/28/07, Leo Li <[EMAI

Re: Performance improvement of java.util.HashMap (Was Re: [jira] Commented: (HARMONY-4064) [classlib][luni] Performance improvement of java.util.HashMap)

2007-06-27 Thread Jimmy,Jing Lv
2007/6/28, Tim Ellison <[EMAIL PROTECTED]>: Jimmy,Jing Lv wrote: >As currently focus on performance, I find this JIRA(4064) and do > some investigation on it. Great. >The Performance improvement of java.util.HashMap is about two > aspects: one is hash algorithm that make hashcode random

[buildtest] java service wrapper configuration for windows service

2007-06-27 Thread Nathan Beyer
Has anyone attempted to setup a configuration for java service wrapper [1] to excute the "run-cc" task of BTI 2 main build script? -Nathan [1] http://wrapper.tanukisoftware.org/

Re: [classlib][security] BC provider as default Harmony crypto provider

2007-06-27 Thread Leo Li
Hi, Roman: I have tried a little and found that SUNJCE also requires a java.security.SecurityPermission putProviderProperty.SUN permission while BouncyCastle requires a java.security.SecurityPermission putProviderProperty.BC permission. If we revoke the putProviderProperty.SUN permission

Re: Performance improvement of java.util.HashMap (Was Re: [jira] Commented: (HARMONY-4064) [classlib][luni] Performance improvement of java.util.HashMap)

2007-06-27 Thread Jimmy,Jing Lv
Thanks so much Yuri ! But I'm a little concern before I click on these pages, I'm not sure that we can touch that code/algorithm for Harmony development, is that copyright-ed or patent-ed? 2007/6/27, Yuri Dolgov <[EMAIL PROTECTED]>: Hi Jimmy, Here are couple of interesting links on hash function

Re: [DRLVM][GC] proposal of Tick: a low pause-time GC for Harmony

2007-06-27 Thread Xiao-Feng Li
On 6/28/07, Alexei Fedotov <[EMAIL PROTECTED]> wrote: > The current design hopes to eliminate stop-the-world at all. This is very exciting. Could you please give a hint how does this design compact global objects referenced from all mutator threads? Alexei, The idea for concurrent GC is basical

Re: [vote][p-unit] Are there any objections of using the tool?

2007-06-27 Thread Andrew Zhang
Hi All, Any feedback on Loop test framework? I'm going to release p-unit soon under AL2.0. Thanks! On 6/26/07, Alexei Fedotov <[EMAIL PROTECTED]> wrote: All, I'm thinking of taking advantage of p-unit.I found this tool coded with good skill and enthusiasm, so it's a good opportunity for both

Re: [DRLVM][GC] proposal of Tick: a low pause-time GC for Harmony

2007-06-27 Thread Alexei Fedotov
The current design hopes to eliminate stop-the-world at all. This is very exciting. Could you please give a hint how does this design compact global objects referenced from all mutator threads? On 6/27/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: On 6/27/07, Weldon Washburn <[EMAIL PROTECTED]>

Re: [testing] Trap in EUTs (was: Re: [general][M2] Code frozen)

2007-06-27 Thread Weldon Washburn
On 6/27/07, Tim Ellison <[EMAIL PROTECTED]> wrote: Stepan Mishura wrote: > On 6/27/07, Nina Rinskaya wrote: >> Hi all, >> >> It looks that r549864 commit has introduced a regression: >> > > I think it's too risky to rollback the commit. It looks like > (according to the evaluation) that the impa

Re: [testing] Trap in EUTs (was: Re: [general][M2] Code frozen)

2007-06-27 Thread Weldon Washburn
On 6/27/07, Tim Ellison <[EMAIL PROTECTED]> wrote: Stepan Mishura wrote: > On 6/27/07, Nina Rinskaya wrote: >> Hi all, >> >> It looks that r549864 commit has introduced a regression: >> > > I think it's too risky to rollback the commit. It looks like > (according to the evaluation) that the impa

[testing] Trap in EUTs (was: Re: [general][M2] Code frozen)

2007-06-27 Thread Tim Ellison
Stepan Mishura wrote: > On 6/27/07, Nina Rinskaya wrote: >> Hi all, >> >> It looks that r549864 commit has introduced a regression: >> > > I think it's too risky to rollback the commit. It looks like > (according to the evaluation) that the impact of the regression is > low. So I wouldn't fix it i

Re: Performance improvement of java.util.HashMap (Was Re: [jira] Commented: (HARMONY-4064) [classlib][luni] Performance improvement of java.util.HashMap)

2007-06-27 Thread Tim Ellison
Jimmy,Jing Lv wrote: >As currently focus on performance, I find this JIRA(4064) and do > some investigation on it. Great. >The Performance improvement of java.util.HashMap is about two > aspects: one is hash algorithm that make hashcode randomly distributed > enough, just as Tim's fix/com

Re: [general][M2] Code frozen

2007-06-27 Thread Stepan Mishura
On 6/27/07, Nina Rinskaya wrote: Hi all, It looks that r549864 commit has introduced a regression: I think it's too risky to rollback the commit. It looks like (according to the evaluation) that the impact of the regression is low. So I wouldn't fix it in M2. I think we should mention the iss

Re: [doc][website] finalizing changes to nav pane

2007-06-27 Thread Alexei Fedotov
Nadya, If nobody objects, I'll move the definitions of committers, contributors and PMC to the Who We Are page. This sounds great. Thank you in advance. On 6/25/07, Morozova, Nadezhda <[EMAIL PROTECTED]> wrote: Alexei, Thanks for bringing attention to this page. I remember that we renamed the

Re: [general] new snapshot for M2

2007-06-27 Thread tatyana doubtsova
I've started testing snapshot r551077. The r550333 can be found at http://wiki.apache.org/harmony/milestones/M2 EGA x 48 hours passed on r550333 snapshot. Reliability run unfortunately invalid (some tests cant create java process, configuration problem). I'll run reliability suite on r551077 snaps

Re: [general][M2] Code frozen

2007-06-27 Thread Nina Rinskaya
Hi all, It looks that r549864 commit has introduced a regression: org.eclipse.team.tests.ccvs.core.subscriber.testConcurrentAccessToSyncSettestcase from Eclipse Unit Tests ('teamcvs' suite) intermittently crashes on Windows 2003 (x86) with the following output: [java] Windows reported exceptio

Re: [drlvm][init] -XX:vm.dlls is proposed to be -XX:gc.dll

2007-06-27 Thread Vladimir Beliaev
Thank you for answer, Xiao Feng. Since nobody objects I'm preparing property renaming patch... Automated scripts holders - please be aware about this & get the related scripts ready for update. (I thing running with gc_cc.dll scripts are to be affected only) Thanks Vladimir Beliaev 2007/6/26,

Re: Performance improvement of java.util.HashMap (Was Re: [jira] Commented: (HARMONY-4064) [classlib][luni] Performance improvement of java.util.HashMap)

2007-06-27 Thread Yuri Dolgov
Hi Jimmy, Here are couple of interesting links on hash functions implementation: http://burtleburtle.net/bob/hash/doobs.html http://www.azillionmonkeys.com/qed/hash.html In my point of view usage of shifts should give some benefit as in performance so in a distribution quality. Thanks, Yuri O

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasco

2007-06-27 Thread Gregory Shimansky
Congratulations! Tim Ellison wrote: Please join the Apache Harmony PMC in welcoming two new committers : Alexey A Ivanov Egor Pasco In fact, these two individuals were elected in the set of new committers announced almost two weeks ago, but we had to get some paperwork in order before we could

Re: [classlib][build] difference between classlib 'debug' and 'release' build modes

2007-06-27 Thread Gregory Shimansky
Mikhail Loenko wrote: 2007/6/27, Vladimir Ivanov <[EMAIL PROTECTED]>: On 6/27/07, Stepan Mishura <[EMAIL PROTECTED]> wrote: > On 6/27/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > Alexei Zakharov wrote: > > > The reason of these failures lies in fdlibm indeed. Yes, it was > > > tweaked to use "

RE: [site][doc] improving sitemap

2007-06-27 Thread Morozova, Nadezhda
Ok, seems people are liking the new version. I'll upload to the site when I'm done organizing into groups and fixing wording. Thanks everyone. If you find an error on the site map, just let me know. Cheers, Nadya >-Original Message- >From: Gregory Shimansky [mailto:[EMAIL PROTECTED] On

Re: [site][doc] improving sitemap

2007-06-27 Thread Gregory Shimansky
Tim Ellison wrote: Morozova, Nadezhda wrote: Hi everyone, I've come up with an idea of improving our site map [1], which is essentially a good idea to have. it seems the current version is longish. I've have had a sitemap that is really a map with many structured links all fitting into one page

Performance improvement of java.util.HashMap (Was Re: [jira] Commented: (HARMONY-4064) [classlib][luni] Performance improvement of java.util.HashMap)

2007-06-27 Thread Jimmy,Jing Lv
Hi, As currently focus on performance, I find this JIRA(4064) and do some investigation on it. The Performance improvement of java.util.HashMap is about two aspects: one is hash algorithm that make hashcode randomly distributed enough, just as Tim's fix/comments in Harmony-4064, the other

RE: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasko

2007-06-27 Thread Morozova, Nadezhda
>> [1] http://harmony.apache.org/contributors.html > >BTW, information about some committers is outdated already. Fixes are welcome :) Cheers, Nadya >-Original Message- >From: Alexei Zakharov [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 27, 2007 12:31 PM >To: dev@harmony.apache.org

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasko

2007-06-27 Thread Alexei Zakharov
[1] http://harmony.apache.org/contributors.html BTW, information about some committers is outdated already. Regards, 2007/6/26, Morozova, Nadezhda <[EMAIL PROTECTED]>: Egor and Alexey, I've updated the contributors' page [1] with your names (and moved the definitions of contributors, committe

Re: [classlib][build] difference between classlib 'debug' and 'release' build modes

2007-06-27 Thread Alexei Zakharov
I've applied your patch from HARMONY-4287 at r551075 to start building//testing new snapshot right now. I hope you'll have no objections. Of course not. Thanks Stepan! 2007/6/27, Stepan Mishura <[EMAIL PROTECTED]>: On 6/27/07, Alexei Zakharov <[EMAIL PROTECTED]> wrote: > > Investigating... > >

Re: [site][doc] improving sitemap

2007-06-27 Thread Tim Ellison
Morozova, Nadezhda wrote: > Hi everyone, > > I've come up with an idea of improving our site map [1], which is > essentially a good idea to have. it seems the current version is > longish. I've have had a sitemap that is really a map with many > structured links all fitting into one page - and not

Re: [site][doc] improving sitemap

2007-06-27 Thread Egor Pasko
On the 0x302 day of Apache Harmony Nadezhda Morozova wrote: > >Nadya, what do you mean by "shorter sitemap"? Is it that only > >descriptions become shorter or you killed a couple of unpopoular links > >too? > Oh :) I only mean organizing links to take less space and making > descriptions shorter, n

RE: [general][doc] snapshot download page

2007-06-27 Thread Morozova, Nadezhda
Mikhail, Thanks for clarification. Then we keep both pages, and I index the snapshots page on the sitemap under For Developers, whereas Downloads is For Users. I'd also recommend adding a link from Downloads to Snapshots and vice versa - after all, the content is related. Cheers, Nadya >-O

RE: Re: [site][doc] improving sitemap

2007-06-27 Thread Morozova, Nadezhda
>Nadya, what do you mean by "shorter sitemap"? Is it that only >descriptions become shorter or you killed a couple of unpopoular links >too? Oh :) I only mean organizing links to take less space and making descriptions shorter, not erasing links. If the sitemap is not a complete list of all pages,

Re: [DRLVM][GC] proposal of Tick: a low pause-time GC for Harmony

2007-06-27 Thread Xiao-Feng Li
On 6/27/07, Weldon Washburn <[EMAIL PROTECTED]> wrote: Xiao Feng, Good ideas below. I have some questions: 1) Which paper best describes what you plan to implement? Is the implementation similar to what Ezra proposed in [3] below? Yes, it is for the first step. 2) What is the metric for meas

Re: [site][doc] improving sitemap

2007-06-27 Thread Egor Pasko
On the 0x302 day of Apache Harmony Alexei Fedotov wrote: > Nadya, > I like an idea to remove a control bar from the map to make a layout compact. +1, and 2 columns looks really really great Nadya, what do you mean by "shorter sitemap"? Is it that only descriptions become shorter or you killed a c

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasco

2007-06-27 Thread Jimmy,Jing Lv
Congratulations! 2007/6/27, Yang Paulex <[EMAIL PROTECTED]>: Congrats! 2007/6/26, Tim Ellison <[EMAIL PROTECTED]>: > > Please join the Apache Harmony PMC in welcoming two new committers : > > Alexey A Ivanov > Egor Pasco > > In fact, these two individuals were elected in the set of new committe

Re: [vote][p-unit] Are there any objections of using the tool?

2007-06-27 Thread Jimmy,Jing Lv
+1 :) 2007/6/26, Tim Ellison <[EMAIL PROTECTED]>: Alexei Fedotov wrote: > I'm thinking of taking advantage of p-unit.I found this tool coded > with good skill and enthusiasm, so it's a good opportunity for both > projects to join efforts. > > Both copyright holders are our committers, and the to

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasco

2007-06-27 Thread Yang Paulex
Congrats! 2007/6/26, Tim Ellison <[EMAIL PROTECTED]>: Please join the Apache Harmony PMC in welcoming two new committers : Alexey A Ivanov Egor Pasco In fact, these two individuals were elected in the set of new committers announced almost two weeks ago, but we had to get some paperwork in or

Re: [general] new snapshot for M2

2007-06-27 Thread Alexey Petrenko
I would say that we also should include Nadya's changes to readme.txt and releasenotes.html from HARMONY-4277 "[doc]README for JRE requires improvement". But these changes will not affect stability in any way :) So we can integrate them at last minute. SY, Alexey 2007/6/26, Mikhail Loenko <[EMAI

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasco

2007-06-27 Thread Tony Wu
Congrats! On 6/27/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: Congrats! On 6/26/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > > Please join the Apache Harmony PMC in welcoming two new committers : > > Alexey A Ivanov > Egor Pasco > > In fact, these two individuals were elected in the set of new

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasco

2007-06-27 Thread Andrew Zhang
Congrats! On 6/26/07, Tim Ellison <[EMAIL PROTECTED]> wrote: Please join the Apache Harmony PMC in welcoming two new committers : Alexey A Ivanov Egor Pasco In fact, these two individuals were elected in the set of new committers announced almost two weeks ago, but we had to get some paperwor

Re: [announce] New Apache Harmony Committers : Alexey A Ivanov and Egor Pasco

2007-06-27 Thread Alexey Petrenko
Congratulations guys! 2007/6/26, Tim Ellison <[EMAIL PROTECTED]>: Please join the Apache Harmony PMC in welcoming two new committers : Alexey A Ivanov Egor Pasco In fact, these two individuals were elected in the set of new committers announced almost two weeks ago, but we had to get some pape