Re: svn commit: r520804 - in /harmony/enhanced/classlib/trunk/modules/luni: make/exclude.common make/exclude.linux.x86_64.drl make/exclude.windows.x86_64.drl src/test/java/tests/api/java/net/Multicast

2007-03-21 Thread Tony Wu
sorry I mean, iptables -A HYBLD -d 224.1.2.3 -j ACCEPT On 3/22/07, Tony Wu <[EMAIL PROTECTED]> wrote: plus iptables -A HYBLD -d 224.0.0.4 -j ACCEPT On 3/22/07, Tony Wu <[EMAIL PROTECTED]> wrote: > Hi, > It caused by my patch on harmony-3433. > > It will fail on some machines because of firewall

Re: svn commit: r520804 - in /harmony/enhanced/classlib/trunk/modules/luni: make/exclude.common make/exclude.linux.x86_64.drl make/exclude.windows.x86_64.drl src/test/java/tests/api/java/net/Multicast

2007-03-21 Thread Tony Wu
plus iptables -A HYBLD -d 224.0.0.4 -j ACCEPT On 3/22/07, Tony Wu <[EMAIL PROTECTED]> wrote: Hi, It caused by my patch on harmony-3433. It will fail on some machines because of firewall, the access to some multicast addresses used in tests are not permitted on your machines. running following l

Re: [drlvm][threading] DRLVM intermittently hangs on exit while detaching thread

2007-03-21 Thread Ivan Popov
Weldon, Thanks for looking at this problem. Though this problem is intermittent I think it is major (but not critical) and worth to be fixed, because it often breaks Eclipse debugger work with Harmony. I'm not sure if this deadlock occur only in debug mode, it might be reproduced in usual mode an

Re: [off-topic] Sun is grateful for us

2007-03-21 Thread Geir Magnusson Jr.
"We are grateful for Apache Harmony's commitment to compatibility" Oh, the irony... On Mar 21, 2007, at 6:15 PM, Alexei Fedotov wrote: Hello, We are mentioned in this talk: http://developers.sun.com/events/techdays/presentations/2007/ TD_GEN_OpenSource_Community.pdf There are also some inte

Re: [general] where we are with the "developers' releases"?

2007-03-21 Thread Geir Magnusson Jr.
On Mar 22, 2007, at 7:14 AM, Mikhail Loenko wrote: I have talked to some people who are interested in trying their apps on Harmony and report back/fix the problems. I'm reluctant to give them a link to the snapshots built from a random state. Why would you think they are from a random st

Re: svn commit: r520804 - in /harmony/enhanced/classlib/trunk/modules/luni: make/exclude.common make/exclude.linux.x86_64.drl make/exclude.windows.x86_64.drl src/test/java/tests/api/java/net/Multicast

2007-03-21 Thread Tony Wu
Hi, It caused by my patch on harmony-3433. It will fail on some machines because of firewall, the access to some multicast addresses used in tests are not permitted on your machines. running following lines will help, iptables -A HYBLD -d 224.0.0.3 -j ACCEPT iptables -A HYBLD -d 224.0.0.4 -j ACCE

[general] where we are with the "developers' releases"?

2007-03-21 Thread Mikhail Loenko
I have talked to some people who are interested in trying their apps on Harmony and report back/fix the problems. I'm reluctant to give them a link to the snapshots built from a random state. What I suggest is: synchronize different Cruise Control runs. So, some CC scenarios run more often, som

Re: [classlib][testing] test tests.api.java.util.TimerTaskTest failed

2007-03-21 Thread Ruth Cao
Vladimir Ivanov wrote: Hello everyone, some time ago notification about failure of test tests.api.java.util.TimerTaskTest was sent. Seems, this test intermittently failed on the overloaded box. The issue Harmony-3437 was created to track it. Could somebody take care about this issue? Thanks, Vla

Re: [classlib][testing] test tests.api.java.util.TimerTaskTest failed

2007-03-21 Thread Ruth Cao
Hi Vladimir, It seems that this failure can be resolved in the similar way that Harmony-3036 did. I'll take a closer look at this issue. Thanks. Vladimir Ivanov wrote: Hello everyone, some time ago notification about failure of test tests.api.java.util.TimerTaskTest was sent. Seems, this test

Re: [DRLVM] what's the purpose to set NEXT_TO_HIGH_BIT_SET_MASK in object size?

2007-03-21 Thread Xiao-Feng Li
Pavel, thanks. Since the semantic of newInstance or alloc_instance or gc_alloc(_fast) itself doesn't actually use NEXT_TO_HIGH_BIT, no matter it is written in Java or other languages, I think NSO will not use it either. Do you think so? Or would you tell me how NSO will use NEXT_TO_HIGH_BIT? Than

Re: [build] need a safe way to populate sources

2007-03-21 Thread Egor Pasko
On the 0x2A0 day of Apache Harmony Vladimir Beliaev wrote: > Hello, > > > so doing the cleanup and an update should be fine. > > I think I did not do myself clear. Let me say in other words: > > - I'm doing "ant populate_source" & I got the error... > > - I believe this means some of sources w

Re: [drlvm][threading] DRLVM intermittently hangs on exit while detaching thread

2007-03-21 Thread Weldon Washburn
Ivan, I can't promise that I can get to this soon. I have zero idea if anyone else will look at it. However, I am looking at other JIRA patches that might also fix this problem as a side effect. I noticed it is currently tagged as major priority. Is this still the case? On 3/21/07, Ivan Popo

[off-topic] Sun is grateful for us

2007-03-21 Thread Alexei Fedotov
Hello, We are mentioned in this talk: http://developers.sun.com/events/techdays/presentations/2007/TD_GEN_OpenSource_Community.pdf There are also some interesting facts about their project and plans. -- With best regards, Alexei, ESSD, Intel

Re: svn commit: r520804 - in /harmony/enhanced/classlib/trunk/modules/luni: make/exclude.common make/exclude.linux.x86_64.drl make/exclude.windows.x86_64.drl src/test/java/tests/api/java/net/Multicast

2007-03-21 Thread Alexei Zakharov
Hi Alexey, MulticastSocketTest fails each time I run luni tests. At least on Linux. And it seems CC encounters the same issue. Regards, 2007/3/21, Alexey Petrenko <[EMAIL PROTECTED]>: oops... That's a patch for HARMONY-3433 "[classlib][luni]move out src\test\java\tests\api\java\net\MulticastSo

Re: [DRLVM] what's the purpose to set NEXT_TO_HIGH_BIT_SET_MASK in object size?

2007-03-21 Thread Pavel Pervov
"is now implemented" it was supposed to be written. :) On 3/21/07, Pavel Pervov <[EMAIL PROTECTED]> wrote: It is indirectly used in the NSO for Class.newInstance. But this code is not currently executed, since Class.newInstance is not implemented in Java. WBR, Pavel. On 3/21/07, Xiao-Feng

[drlvm][threading] DRLVM intermittently hangs on exit while detaching thread

2007-03-21 Thread Ivan Popov
Hi all, I noticed several JPDA tests intermittently timed out on Linux and there are problems in using Eclipse Java debugger. I submitted this in HARMONY-3314. The problem is that debuggee DRLVM process intermittently hangs on exit while detaching thread. I've added stack trace to JIRA and I'd a

Re: [build] need a safe way to populate sources

2007-03-21 Thread Vladimir Beliaev
Hello, > so doing the cleanup and an update should be fine. I think I did not do myself clear. Let me say in other words: - I'm doing "ant populate_source" & I got the error... - I believe this means some of sources were not populated (checked out). - so 'svn cleanup; svn update' does not wor

Re: [DRLVM] what's the purpose to set NEXT_TO_HIGH_BIT_SET_MASK in object size?

2007-03-21 Thread Pavel Pervov
It is indirectly used in the NSO for Class.newInstance. But this code is not currently executed, since Class.newInstance is not implemented in Java. WBR, Pavel. On 3/21/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Pavel, Thanks for your reply. Would let me know how NEXT_TO_HIGH_BIT is used c

[drlvm][doc] obsolete PortReadme doc

2007-03-21 Thread Morozova, Nadezhda
Hi all, I've looked at the source tree and found the file vm/port/doc/PortReadme.htm that seems to be very old (no doc-specific updates from creation time). Can somebody please say whether the file is outdated and potentially useful? If yes, I suggest that we update the doc and post content on th

[classlib][net] URLClassLoader findResource() problem

2007-03-21 Thread Elena Semukhina
Hello, I found out that URLClassLoader.findResource() cannot find a resource if a file name contains whitespaces. I created https://issues.apache.org/jira/browse/HARMONY-3461 and attached the test and the fix. Could anyone evaluate the suggested fix? -- Thanks, Elena

Re: [DRLVM] what's the purpose to set NEXT_TO_HIGH_BIT_SET_MASK in object size?

2007-03-21 Thread Xiao-Feng Li
Pavel, Thanks for your reply. Would let me know how NEXT_TO_HIGH_BIT is used currently in DRLVM? Or in other words, what functionalities are dependent on NEXT_TO_HIGH_BIT? Thanks, xiaofeng On 3/21/07, Pavel Pervov <[EMAIL PROTECTED]> wrote: Xiao-Feng, All the infructructure is in place. It is

Re: [DRLVM] what's the purpose to set NEXT_TO_HIGH_BIT_SET_MASK in object size?

2007-03-21 Thread Pavel Pervov
Xiao-Feng, All the infructructure is in place. It is just do not work at the moment. As Class.newInstance is not native, NSO does not replace it's implementation with VM's stub. If NEXT_TO_HIGH_BIT-supporting code is to be removed, the rest of the code (NSO implementations for ia32 and ia64) has

Re: [DRLVM] what's the purpose to set NEXT_TO_HIGH_BIT_SET_MASK in object size?

2007-03-21 Thread Xiao-Feng Li
If no one objects, I will try to remove this flag in DRLVM. Thanks, xiaofeng On 3/21/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Hi, the source code for class preparation calls set_instance_data_size_constraint_bit() for three situations: special alignment requirement, having finalizer, and to

[drlvm] A strange problem when running specjvm98

2007-03-21 Thread zouqiong
When running the specjvm98, It seems that VM won't execute DestroyJavaVM() after call main_runJavaMain(). There're no errors according to the output and the exit code is 0. I found DestroyJavaVM() not executed by debugging. The revision I downloaded is : 512587 -- Best Regards, Qiong,Zou

[classlib][testing] hy.test.vm.name can be omitted now

2007-03-21 Thread Alexei Zakharov
Hi All, For all who was using "hy.test.vm.name" property for choosing the right exclude list during test runs. FYI I've just committed a patch for the classlib build system - HARMONY-3014. This is about auto detection of VM located at "test.jre.home". From now the following VMs will be auto dete

Re: [drlvm][smoke tests] excluded lists clean up

2007-03-21 Thread Alexey Varlamov
2007/3/21, Elena Semukhina <[EMAIL PROTECTED]>: On 3/15/07, Elena Semukhina <[EMAIL PROTECTED]> wrote: > > https://issues.apache.org/jira/browse/HARMONY-3406 has been created and > the patch attached. > > Elena > I managed to reproduce the stress.Mix crash on linux x86_64 in interpreter mode as

Re: [jitrino]PMF: Action "btr" not found

2007-03-21 Thread Mikhail Fursov
The fix for win32 msvs2003 is here: http://issues.apache.org/jira/browse/HARMONY-3458 On 3/21/07, Estelle Liu <[EMAIL PROTECTED]> wrote: Thank you! I build Jitrino in vs.net. But I try to get the latest update, I can't get http://apache.reverse.net/pub/apache/apr/apr-iconv-1.1.1-win32-src.zip.

Re: [general] Can't launch Harmony

2007-03-21 Thread Sian January
Hi Gregory and Alexey, Thank you both for your help. I ran the static analysis in Dependency Walker, but there doesn't seem to be anything wrong there. I then ran it dynamically and I think that's where the problem is occurring, but I'm not really sure how to interpret the results. The end of

RE: [jira] Commented: (HARMONY-1149) [classlib][regex] unexpected PatternSyntaxException for String.replaceFirst()/replaceAll()

2007-03-21 Thread Udovichenko, Nellya
Alexei, thank you very much! Regards, Nellya. -Original Message- From: Alexei Zakharov [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 4:52 PM To: dev@harmony.apache.org Subject: Re: [jira] Commented: (HARMONY-1149) [classlib][regex] unexpected PatternSyntaxException for String.

Re: [drlvm] Strange problems with std::out and "Hello World" application

2007-03-21 Thread Mikhail Fursov
Gregory, I've got clean update today build works fine. Thanks! On 3/21/07, Gregory Shimansky <[EMAIL PROTECTED]> wrote: Mikhail Fursov wrote: > Does anyone have the same problem as me today: > > Win32: simple HelloWorld application prints nothing and fails with > p_TLS_vmthread assertion for al

Re: svn commit: r520804 - in /harmony/enhanced/classlib/trunk/modules/luni: make/exclude.common make/exclude.linux.x86_64.drl make/exclude.windows.x86_64.drl src/test/java/tests/api/java/net/Multicast

2007-03-21 Thread Alexey Petrenko
oops... That's a patch for HARMONY-3433 "[classlib][luni]move out src\test\java\tests\api\java\net\MulticastSocketTest.java" SY, Alexey 2007/3/21, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Author: apetrenko Date: Wed Mar 21 01:44:06 2007 New Revision: 520804 URL: http://svn.apache.org/viewvc?view

Re: [general] Can't launch Harmony

2007-03-21 Thread Alexey Petrenko
Dependency walking tool can be found here: http://www.dependencywalker.com/ SY, Alexey 2007/3/20, Gregory Shimansky <[EMAIL PROTECTED]>: Sian January wrote: > Hello, > > I'm having major problems trying to run anything at all with Harmony. The > launcher won't run at all and I just get a pop-u