Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

2006-08-23 Thread Stepan Mishura
Hi, I've just refreshed my local 'luni' module with the latest updates and found that 2 tests started to fail for me. Can anybody reproduce failures? tests.api.java.net.InetAddressTest test_getAddress: Incorrect address returned junit.framework.AssertionFailedError: Incorrect address returned

Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

2006-08-23 Thread Paulex Yang
I updated the test resource files used for java.io, but I'm not sure this is the cause. I got the same errors sometimes on Windows XP before the update. Looking... Stepan Mishura wrote: Hi, I've just refreshed my local 'luni' module with the latest updates and found that 2 tests started to

Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

2006-08-23 Thread Stepan Mishura
I fixed luni/build.xml at r433956. Please verify. Thanks, Stepan. On 8/23/06, Paulex Yang wrote: I updated the test resource files used for java.io, but I'm not sure this is the cause. I got the same errors sometimes on Windows XP before the update. Looking... Stepan Mishura wrote: Hi,

Re: [legal] Re: Bringing License arguments to Sun

2006-08-23 Thread Chris Gray
On Tuesday 22 August 2006 23:35, Geir Magnusson Jr. wrote: How about real-time GC? Clearly an extension - the spec says nothing about doing GC in real-time - but I bet the aeronautical and military industry would pay for something like that... Indeed they do, and not infrequently they become

Re: [testing] metadata approach

2006-08-23 Thread Richard Liang
Oliver Deakin wrote: Paulex Yang wrote: Just a wild thought, because TestNG support both jre142 and jdk5, so there must be some way to make it run with annotation but without concurrent, just have a look at the layout of TestNG[1] source code from its v4.1 release, seems if we replace the

Re: [vm] ArgoUML application crashes IBM VME

2006-08-23 Thread Ilya Okomin
Hello, Vladimir! I've took a look at the issue you've mentioned.On Windows platform WinGraphicsEnvironment couldn't load 'gl' library. Make sure you have built native awt/swing libraries (build Harmony with ' with.awt.swing' property set to true). Thanks, Ilya. On 8/23/06, Vladimir Gorr [EMAIL

Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

2006-08-23 Thread Paulex Yang
Stepan Mishura wrote: I fixed luni/build.xml at r433956. Please verify. Wow..., good catch! Works for me(WinXP). Thanks, Stepan. On 8/23/06, Paulex Yang wrote: I updated the test resource files used for java.io, but I'm not sure this is the cause. I got the same errors sometimes on Windows

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Artem Aliev
Gier, The DRLVM uses SIGUSR2 in thread suspend algorithm. hysock_select() returns EINTR error when the signal appears, and Socket.accept() throws exception. The New ThreadManager use thread_suspend() more extensively ( in lock reservation algorithm). So the problem appears more frequently.

Re: [jira] Assigned: (HARMONY-1208) Bug fixing and cosmetics for Harmony 935

2006-08-23 Thread Mikhail Loenko
Hi Daniel, I've tried the patch. 4 math tests failed. Could you please take a look? Thanks, Mikhail 2006/8/22, Daniel Fridlender [EMAIL PROTECTED]: Hi Mikhail, On 8/17/06, Mikhail Loenko [EMAIL PROTECTED] wrote: Hi Daniel, Please resubmit the patch with license granted to ASF done.

Re: [classlib][test]Is this test necessary?

2006-08-23 Thread Mikhail Loenko
it would be great 2006/8/23, Paulex Yang [EMAIL PROTECTED]: So I will rewrite it to *really* test the constructor if no one objects. Paulex Yang wrote: The test case below(org.apache.harmony.luni.tests.java.lang.OutOfMemoryErrorTest) generally needs 250 seconds on my thinkpad: public

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Rana Dasgupta wrote: On 8/22/06, Gregory Shimansky [EMAIL PROTECTED] wrote: According to Geir the snapshot from last week lasted just one minute more :) It exception is the same, time is the same, then what is the difference? I most likely misread. I

Re: [vm] ArgoUML application crashes IBM VME

2006-08-23 Thread Vladimir Gorr
Ok, thanks for this reminder. I've absolutely forgot about this property. I'll try to re-build. My next question is why this property is not set by default? Are there any obstacles for this? Thanks, Vladimir. On 8/23/06, Ilya Okomin [EMAIL PROTECTED] wrote: Hello, Vladimir! I've took a look

Re: [vm] ArgoUML application crashes IBM VME

2006-08-23 Thread Oliver Deakin
Hi Vladimir, Ive taken a quick look at your bug report, and at first glance the Windows stack trace says: Caused by: java.lang.UnsatisfiedLinkError: gl (Not found in com.ibm.oti.vm.bootstrap.library.path) at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:113) at

Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test

2006-08-23 Thread Mark Hindess
On 23 August 2006 at 14:16, Stepan Mishura [EMAIL PROTECTED] wrote: I fixed luni/build.xml at r433956. Please verify. Thanks Stepan. I think that was my typo. -Mark. - Terms of use :

[classlib] Error building on Linux

2006-08-23 Thread Oliver Deakin
Hi, I get a build error on Linux this morning: [javac] /home/odeakin/svn-checkouts/test/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/jar/JarURLConnection.java:229: inconvertible types [javac] found : java.lang.ref.Referencecapture of ? extends

Re: [vm] ArgoUML application crashes IBM VME

2006-08-23 Thread Mark Hindess
On 23 August 2006 at 16:03, Vladimir Gorr [EMAIL PROTECTED] wrote: Ok, thanks for this reminder. I've absolutely forgot about this property. I'll try to re-build. My next question is why this property is not set by default? Are there any obstacles for this? Some way to (automatically)

Re: [classlib][html] Please evaluate proposed ASN.1 notation for HTML DTD

2006-08-23 Thread Stepan Mishura
Hi Miguel, I've looked thought proposed ASN.1 notation and it looks OK for me. I have only few comments. (However I don't know all details of DTD, i.e. I've not checked whether your notation correctly represents DTD so I'll comment only proposed ASN.1notation.) BTW, I've changed the subject if

[general] It's a fine morning in Harmony-land!

2006-08-23 Thread Geir Magnusson Jr
After glancing at the list and seeing the chaos this morning, I think I'll go back to bed :) geir - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [classlib] Error building on Linux

2006-08-23 Thread Paulex Yang
It was me, will recover at once. Seems due to the luni-kernel-stubs.jar and luni-kernel.jar has different generics signatures for some j.l.reference classes. Oliver Deakin wrote: Hi, I get a build error on Linux this morning: [javac]

Re: [vm] ArgoUML application crashes IBM VME

2006-08-23 Thread Vladimir Gorr
On 8/23/06, Mark Hindess [EMAIL PROTECTED] wrote: On 23 August 2006 at 16:03, Vladimir Gorr [EMAIL PROTECTED] wrote: Ok, thanks for this reminder. I've absolutely forgot about this property. I'll try to re-build. My next question is why this property is not set by default? Are there any

Re: New IBM VME available soon

2006-08-23 Thread Oliver Deakin
Leo Li wrote: Hi, On 8/21/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Oliver Deakin wrote: Leo Li wrote: Hi, Oli: It is really a problem that System.getenv fails to behave as RI on windows. I will fix it by get env string out by os function such as getenvironmentvariable and

Re: [classlib][test]Is this test necessary?

2006-08-23 Thread Geir Magnusson Jr.
But lets not lose the OOM test - that would be good for DRLVM to have... geir Paulex Yang wrote: So I will rewrite it to *really* test the constructor if no one objects. Paulex Yang wrote: The test case below(org.apache.harmony.luni.tests.java.lang.OutOfMemoryErrorTest) generally needs 250

Re: [classlib] Error building on Linux

2006-08-23 Thread Paulex Yang
Revert the generic lift at revision r434005, please verify. Sorry for that. Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On 8/23/06, Paulex Yang wrote: It was me, will recover at once. Seems due

Re: [vm] ArgoUML application crashes IBM VME

2006-08-23 Thread Geir Magnusson Jr.
Would it make sense to poke in JIRA somewhere so we don't forget? I thought that this was still in progress... geir Mark Hindess wrote: On 23 August 2006 at 16:03, Vladimir Gorr [EMAIL PROTECTED] wrote: Ok, thanks for this reminder. I've absolutely forgot about this property. I'll try to

Re: [legal] Re: Bringing License arguments to Sun

2006-08-23 Thread Geir Magnusson Jr.
Chris Gray wrote: On Tuesday 22 August 2006 23:35, Geir Magnusson Jr. wrote: How about real-time GC? Clearly an extension - the spec says nothing about doing GC in real-time - but I bet the aeronautical and military industry would pay for something like that... Indeed they do, and not

Re: [classlib] Error building on Linux

2006-08-23 Thread Oliver Deakin
It build ok for me now - thanks Paulex. Paulex Yang wrote: Revert the generic lift at revision r434005, please verify. Sorry for that. Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On 8/23/06,

Re: [jira] Created: (HARMONY-1266) JarURLConnection does not compile

2006-08-23 Thread Mikhail Loenko
anybody else can reproduce this? 2006/8/23, Jean-Frederic Clere (JIRA) [EMAIL PROTECTED]: JarURLConnection does not compile - Key: HARMONY-1266 URL: http://issues.apache.org/jira/browse/HARMONY-1266 Project: Harmony

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Geir Magnusson Jr.
Artem Aliev wrote: Gier, The DRLVM uses SIGUSR2 in thread suspend algorithm. hysock_select() returns EINTR error when the signal appears, and Socket.accept() throws exception. The New ThreadManager use thread_suspend() more extensively ( in lock reservation algorithm). So the problem appears

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Geir Magnusson Jr.
Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: Rana Dasgupta wrote: On 8/22/06, Gregory Shimansky [EMAIL PROTECTED] wrote: According to Geir the snapshot from last week lasted just one minute more :) It exception is the same, time is the same, then what is the difference? I

Re: [jira] Created: (HARMONY-1266) JarURLConnection does not compile

2006-08-23 Thread Mikhail Loenko
Well, our automated build can! :) 2006/8/23, Mikhail Loenko [EMAIL PROTECTED]: anybody else can reproduce this? 2006/8/23, Jean-Frederic Clere (JIRA) [EMAIL PROTECTED]: JarURLConnection does not compile - Key: HARMONY-1266

Re: [classlib] Error building on Linux

2006-08-23 Thread Jean-frederic Clere
Paulex Yang wrote: Revert the generic lift at revision r434005, please verify. Sorry for that. That fixes the problem. Cheers Jean-Frederic Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Geir Magnusson Jr.
Geir Magnusson Jr. wrote: Artem Aliev wrote: Gier, The DRLVM uses SIGUSR2 in thread suspend algorithm. hysock_select() returns EINTR error when the signal appears, and Socket.accept() throws exception. The New ThreadManager use thread_suspend() more extensively ( in lock reservation

Re: Bringing License arguments to Sun

2006-08-23 Thread Leo Simons
(I looked at http://community.java.net/jdk/opensource/ for a feedback button or something but can't find it. Thanks for listening anyway!) Licensing - On Sat, Aug 19, 2006 at 07:38:36PM -0700, Stefano Mazzocchi wrote: [what license should Sun use to open source java] I'll bite: the MIT

Re: [general] It's a fine morning in Harmony-land!

2006-08-23 Thread Leo Simons
On Wed, Aug 23, 2006 at 06:11:57AM -0400, Geir Magnusson Jr wrote: After glancing at the list and seeing the chaos this morning, I think I'll go back to bed :) Wahhahaha! I just spent *5* hours reading harmony e-mail. Now its lunchtime. When you described that harmony freight train, I didn't

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: Rana Dasgupta wrote: On 8/22/06, Gregory Shimansky [EMAIL PROTECTED] wrote: According to Geir the snapshot from last week lasted just one minute more :) It exception is the same, time is the same, then

Build-Test regular expression matcher pb

2006-08-23 Thread Jean-frederic Clere
Hi, I am trying to get cruisecontrol testings running but I have the following error: +++ home/jfclere/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/build.xml:88: The following error occurred while executing this line:

RE: [doc] Intrim solution

2006-08-23 Thread Morozova, Nadezhda
Geir, Thanks for your effort in migrating docs to a more stable state inside the website. I've been examining your solution, and here are my comments: 1) Nice and quick way to import new docs into the website without converting them into XML for internal processing. Never thought of it :) 2)

Re: [general] It's a fine morning in Harmony-land!

2006-08-23 Thread Geir Magnusson Jr.
Choo choo! Leo Simons wrote: On Wed, Aug 23, 2006 at 06:11:57AM -0400, Geir Magnusson Jr wrote: After glancing at the list and seeing the chaos this morning, I think I'll go back to bed :) Wahhahaha! I just spent *5* hours reading harmony e-mail. Now its lunchtime. When you described that

RE: [classlib][text] Bidi returns directional runs in visual order rather than in logical

2006-08-23 Thread Ivanov, Alexey A
Richard, Thank you for the patch. It works as expected. And j.s.t.AbstractDocument tests which depend on j.t.Bidi stopped failing. I have another issue with the Bidi implementation. It is its incompatibility with the RI with regard to processing of new lines in the text. The Unicode

Re: [doc] Intrim solution

2006-08-23 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: Geir, Thanks for your effort in migrating docs to a more stable state inside the website. I've been examining your solution, and here are my comments: 1) Nice and quick way to import new docs into the website without converting them into XML for internal

RE: [doc] Intrim solution

2006-08-23 Thread Ivanov, Alexey A
-Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 23, 2006 4:29 PM To: harmony-dev@incubator.apache.org Subject: Re: [doc] Intrim solution Morozova, Nadezhda wrote: Geir, Thanks for your effort in migrating docs to a more stable state inside

Re: Build-Test regular expression matcher pb

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: (can you please prefix the subject line with something like [build-test] in the future :)) What JRE are you using? Sun JVM 1.5.0_06. Cheers Jean-Frederic Jean-frederic Clere wrote: Hi, I am trying to get cruisecontrol testings running but I have the

[build-test] Re: Build-Test regular expression matcher pb

2006-08-23 Thread Geir Magnusson Jr.
Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: (can you please prefix the subject line with something like [build-test] in the future :)) What JRE are you using? Sun JVM 1.5.0_06. Cheers Jean-Frederic And you simply checked it out, followed the directions, and it didn't work?

Re: [build-test] Re: Build-Test regular expression matcher pb

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: (can you please prefix the subject line with something like [build-test] in the future :)) What JRE are you using? Sun JVM 1.5.0_06. Cheers Jean-Frederic And you simply checked it out, followed the

RE: [doc] Intrim solution

2006-08-23 Thread Morozova, Nadezhda
Geir, I agree with all your points and will try something out. Will probably produce a first small-scale update later this week. About your question: 3) Going through all current XML files making up the website to make adjustments in body content per new CSS requirements

[app-bug] NIO problems when running Apache MINA examples

2006-08-23 Thread Sian January
Hello, I have recently downloaded Apache MINA, which is a framework for writing network applications, and tried to run some of the examples with Harmony. There were some problems getting the examples to run and if anyone is interested in taking a look I think I have found an NIO bug -

Re: [app-bug] NIO problems when running Apache MINA examples

2006-08-23 Thread Geir Magnusson Jr.
Sian January wrote: Hello, I have recently downloaded Apache MINA, which is a framework for writing network applications, and tried to run some of the examples with Harmony. There were some problems getting the examples to run and if anyone is interested in taking a look I think I have found an

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Andrey Chernyshev
On 8/23/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Artem Aliev wrote: Gier, The DRLVM uses SIGUSR2 in thread suspend algorithm. hysock_select() returns EINTR error when the signal appears, and Socket.accept() throws exception. The New ThreadManager use thread_suspend() more

Re: Bringing License arguments to Sun

2006-08-23 Thread Stefano Mazzocchi
Leo Simons wrote: The network is the computer, and the community is the real network. I want a t-shirt with that on! :-) -- Stefano. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail:

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread FaeLLe
Hello Mikhail, Thanks for the reply ! However your email only contained the attachement of the output do not see the modified sources. If you could reply with them it would be nice. Thanks, - Vikram Mohan On 8/23/06, Mikhail Markov [EMAIL PROTECTED] wrote: Hi Vikram, First of all, what

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread Weldon Washburn
On 8/22/06, FaeLLe [EMAIL PROTECTED] wrote: Forwarding message to Harmony list as it was rejected previously as spam probably due to ZIP attachement and links in body. From: FaeLLe [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 25, 2006 2:27 PM To: Morozova, Nadezhda Subject: Java Garbage

RE: [testing] metadata approach

2006-08-23 Thread Nathan Beyer
-Original Message- From: Richard Liang [mailto:[EMAIL PROTECTED] Oliver Deakin wrote: Paulex Yang wrote: Just a wild thought, because TestNG support both jre142 and jdk5, so there must be some way to make it run with annotation but without concurrent, just have a look at the

RE: [classlib][concurrent] Integrating into builds and snapshot

2006-08-23 Thread Nathan Beyer
For now, I'm just going to put everything into 'enhanced/classlib/trunk/modules/concurrent' for the sake of simplicity. We can refactor later. -Nathan -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 9:19 PM To:

Re: Java Distributed Garbage Collection in RMI

2006-08-23 Thread FaeLLe
Yes I should have the implementation completed by October by which time I will produce performance testing statistics and code to the community. At the moment the highly undocumented nature of the Java RMI dgc interfaces is proving to be a stumbling point hence I have turned to the Harmony

Re: performance of drlvm

2006-08-23 Thread zouqiong
Hi, Mikhail, 1. As for the list 2, Chilimbi acutally use GC moving objects to improve the cache localty [Profile-guided Proactive Garbage Collection for Locality Optimization], but without his algorithm. I will read the paper again. His algorithm mainly focus on applications in C or C++. Maybe

Re: [DRLVM][GC] high-level design proposal for GCV5

2006-08-23 Thread Xiao-Feng Li
On 8/24/06, Weldon Washburn [EMAIL PROTECTED] wrote: I like it. Some comments. It would be really nice to avoid dealing with write barriers during initial bringup. It would be good if the GCV5 collector is designed so that it is easy to configure to always do a full heap collection. The idea

[DRLVM][VM] -- which header bits are available for GC mark and GC forwarding use?

2006-08-23 Thread Weldon Washburn
Looking at drlvm/trunk, it looks like vmcore/include/sync_bits.h defines the use of *(ref_ptr +4) for 32-bit environment. Just guessing that #define BUSY_FORWARDING_OFFSET 0 is intended to tell the GC that it can use the least significant bit out of these four bytes. Is this correct? I would

Re: [DRLVM][VM] -- which header bits are available for GC mark and GC forwarding use?

2006-08-23 Thread Xiao-Feng Li
Weldon, I experimented with last two bits for marking and forwarding without problem. The GC_OBJECT_MARK_BIT_MASK is for obj_info field, not the vt field. ( So far as I experimented, it's only used for heap verification). Thanks, xiaofeng On 8/24/06, Weldon Washburn [EMAIL PROTECTED] wrote:

Re: [app-bug] NIO problems when running Apache MINA examples

2006-08-23 Thread Andrew Zhang
Hi Sian, Thanks for reporting the error. But it works well on my machine when running org.apache.mina.examples.echoserver.Main. The error can not be reproduced in my machine with latest code. After looking the error statck trace, I noticed the bug is mostly possible the same as Harmony-1186