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
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
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
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/
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
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
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
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
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]>
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
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
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
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
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
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
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
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
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,
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
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
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 "
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
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
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
>> [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
[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
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...
>
>
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
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
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
>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,
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
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
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
+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
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
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
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
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
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
40 matches
Mail list logo