Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Weldon Washburn
Good progress! I just now downloaded drlvm from apache repository to my Linux 2.6.xx machine. DRLVM builds and runs. Below is a (rough) list of tests that for some reason had problems on my test server. Does anyone else see the same thing? exception/exceptions.c threaGroupTest.xml

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-15 Thread Mark Hindess
On 15 September 2006 at 8:08, Alexey Petrenko [EMAIL PROTECTED] wrote: 2006/9/15, Gregory Shimansky [EMAIL PROTECTED]: On Thursday 14 September 2006 16:55 Mark Hindess wrote: I'd suggest two further things. First, we change the default JIRA priority to something lower than 'Major'.

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-15 Thread Mark Hindess
On 15 September 2006 at 12:18, Vladimir Gorr [EMAIL PROTECTED] wrote: I'd like to add some words ... IMO each contributor should be responsible his patch can be applied w/o any problems. That's why he should check these patches and run the tests before filling new JIRA issue. However

Re: [General VM] GC strategy:how to garbage collect short-lived objects quickly.

2006-09-15 Thread Ivan Volosyuk
On 9/15/06, Xiao-Feng Li [EMAIL PROTECTED] wrote: On 9/15/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Yes, it is always desirable to keep the existing version runnable. Since I will submit code as JIRA issue or update from time to time as the development proceeds, the initial

Build failures?

2006-09-15 Thread Mark Hindess
Two on windows: Operation produced incorrect results junit.framework.AssertionFailedError: Operation produced incorrect results at org.apache.harmony.crypto.tests.javax.crypto.CipherTest.test_update$BII (CipherTest.java:295) at java.lang.reflect.AccessibleObject.invokeV

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Egor Pasko
On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds. Strange problem is that something is really slow - server start time is something like 17 sec on my machine, but 1.7 w/ Sun.

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-15 Thread Vladimir Gorr
On 9/15/06, Mark Hindess [EMAIL PROTECTED] wrote: On 15 September 2006 at 12:18, Vladimir Gorr [EMAIL PROTECTED] wrote: I'd like to add some words ... IMO each contributor should be responsible his patch can be applied w/o any problems. That's why he should check these patches and run

Re: [classlib][internationalization]Are log messages and tools usage text to be internationalized?

2006-09-15 Thread Alexei Zakharov
Hi Ilya, Just to make sure. Yesterday I have added a new method to the PropertyDescriptor class from the beans module. It contains two new exception messages so I just took next two ids beans.47 and beans.48. Does this fit to the new scheme? I hope you are not going to renumber ids after

Re: [drlvm] Cleaning insides of Class.h header

2006-09-15 Thread Alexey Varlamov
2006/9/14, Pavel Pervov [EMAIL PROTECTED]: For example, private members of Method _parse_exceptions() _parse_local_vars(), _parse_line_numbers(), _parse_code() actually should be public members of respective entities. They should not. Nobody but Method knows nothing about local

Re: [classlib][internationalization]Are log messages and tools usage text to be internationalized?

2006-09-15 Thread Ilya Okomin
On 9/15/06, Alexei Zakharov [EMAIL PROTECTED] wrote: Hi Ilya, Just to make sure. Yesterday I have added a new method to the PropertyDescriptor class from the beans module. It contains two new exception messages so I just took next two ids beans.47 and beans.48. Does this fit to the new scheme?

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Egor Pasko
On the 0x1E5 day of Apache Harmony Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds. Strange problem is that something is really slow - server start time

Re: svn commit: r446549 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni/src: main/java/java/lang/Character.java test/java/org/apache/harmony/luni/tests/java/lang/CharacterTest.java

2006-09-15 Thread Mikhail Loenko
Shouldn't we stop commits until the build is fixed? Thanks, Mikhail 2006/9/15, [EMAIL PROTECTED] [EMAIL PROTECTED]: Author: hindessm Date: Fri Sep 15 01:44:20 2006 New Revision: 446549 URL: http://svn.apache.org/viewvc?view=revrev=446549 Log: Applying patch from [#HARMONY-1460]

Re: [classlib][internationalization]Are log messages and tools usage text to be internationalized?

2006-09-15 Thread Alexei Zakharov
In general, IMO it would be right to leave empty string instead of renamed keys. Thus in the future it will be easy to see which keys are skipped in the enumeration to add new messages with these ids. +1, I think this should work. Thanks, 2006/9/15, Ilya Okomin [EMAIL PROTECTED]: On 9/15/06,

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Mikhail Fursov
Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. After it disabled Eclipse3.1.1 runs OK! On 15 Sep 2006 16:05:25 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1E5 day of Apache Harmony

Re: [vmi] Extending the VMI to allow setting a default portlib

2006-09-15 Thread Tim Ellison
Geir Magnusson Jr. wrote: Tim Ellison wrote: At present, the Harmony launcher creates and passes an instance of the portlib to the VM as it is being created (via an _org.apache.harmony.vmi.portlib init arg). This is good because allows the launcher to define functions used for memory

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Alexey Petrenko
Guys, I suggest to close this issue as won't fix because current build allows to build only specified module. And it is enough. Thoughts? Objections? SY, Alexey 2006/9/15, Alexey Petrenko (JIRA) [EMAIL PROTECTED]: [

Re: Build failures?

2006-09-15 Thread Mikhail Loenko
CipherTest failure is caused by one of Set eol-style = native ... commits Looking... Thanks, Mikhail 2006/9/15, Mark Hindess [EMAIL PROTECTED]: Two on windows: Operation produced incorrect results junit.framework.AssertionFailedError: Operation produced incorrect results at

Re: [vmi] Extending the VMI to allow setting a default portlib

2006-09-15 Thread Alexey Varlamov
+1 2006/9/15, Tim Ellison [EMAIL PROTECTED]: Geir Magnusson Jr. wrote: Tim Ellison wrote: At present, the Harmony launcher creates and passes an instance of the portlib to the VM as it is being created (via an _org.apache.harmony.vmi.portlib init arg). This is good because allows the

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Alexey Varlamov
2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: Guys, I suggest to close this issue as won't fix because current build allows to build only specified module. And it is enough. So there is the issue, due to this is not enough for some other developers. E.g., me also thinks that it would be nice

Re: [jira] Commented: (HARMONY-290) Incorrect SerialVersionUID in java.lang.*

2006-09-15 Thread Mikhail Loenko
Etienne asked not to close the issue, see previous comments in the JIRA. Etienne, could you please comment? Thanks, Mikhail 2006/9/15, Alexey Petrenko (JIRA) [EMAIL PROTECTED]: [ http://issues.apache.org/jira/browse/HARMONY-290?page=comments#action_12434935 ] Alexey Petrenko commented on

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Alexey Petrenko
2006/9/15, Alexey Varlamov [EMAIL PROTECTED]: 2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: Guys, I suggest to close this issue as won't fix because current build allows to build only specified module. And it is enough. So there is the issue, due to this is not enough for some other

Re: [jira] Commented: (HARMONY-290) Incorrect SerialVersionUID in java.lang.*

2006-09-15 Thread Alexey Petrenko
Probably we should close this one and open a new one for SUID checking test? 2006/9/15, Mikhail Loenko [EMAIL PROTECTED]: Etienne asked not to close the issue, see previous comments in the JIRA. Etienne, could you please comment? Thanks, Mikhail 2006/9/15, Alexey Petrenko (JIRA) [EMAIL

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Alexey Varlamov
2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: 2006/9/15, Alexey Varlamov [EMAIL PROTECTED]: 2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: Guys, I suggest to close this issue as won't fix because current build allows to build only specified module. And it is enough. So there is the

Re: [General VM] GC strategy:how to garbage collect short-lived objects quickly.

2006-09-15 Thread Xiao-Feng Li
On 9/15/06, Ivan Volosyuk [EMAIL PROTECTED] wrote: There was a command line switch -Dvm.dlls=full path to GC. It allowed to select GC dll at startup. AFAIK, for now, the method is broken. Anyway, we can add the property gc.dll: -Dgc.dll=path to GC -- Ivan Good idea. And we need add multiple

[classlib][luni]refactor some methods of j.l.Character

2006-09-15 Thread Tony Wu
Hi all, According the discussion on mailing list, I implement these new methods of j.l.Character by delegating to ICU. But there were also some existing methods with their own implementation and a couple of huge variables are maintained for that. Is it necessary to refactor these methods to

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Rui Hu
IMO, it's nice to improve our ant script, especially adding the function of building native code separately. If we can add an useful feature safely, why not to do? :) On 9/15/06, Alexey Varlamov [EMAIL PROTECTED] wrote: 2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: Guys, I suggest to close

Re: [result] Re: [vote] HARMONY-1363 - DRLVM fixes and additions

2006-09-15 Thread Pavel Ozhdikhin
Rana, To cover most of the performance regressions ideally we might have three types of tests: 1. High-level benchmarks (like SPECs or DaCapo benchmarks) - cover significant performance issues or issues that are not related to a particular optimization 2. Performance regression tests or

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Alexey Petrenko
2006/9/15, Alexey Varlamov [EMAIL PROTECTED]: 2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: 2006/9/15, Alexey Varlamov [EMAIL PROTECTED]: 2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: Guys, I suggest to close this issue as won't fix because current build allows to build only

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Oleg Khaschansky
ant -f make/build-java.xml -Dbuild.module=awt build No, it doesn't work, at least for me. On 9/15/06, Alexey Petrenko [EMAIL PROTECTED] wrote: 2006/9/15, Alexey Varlamov [EMAIL PROTECTED]: 2006/9/15, Alexey Petrenko [EMAIL PROTECTED]: 2006/9/15, Alexey Varlamov [EMAIL PROTECTED]:

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Oleg Khaschansky
No, it doesn't work, at least for me. Sorry, actually it does. I was trying to run it from the wrong dir. On 9/15/06, Oleg Khaschansky [EMAIL PROTECTED] wrote: ant -f make/build-java.xml -Dbuild.module=awt build No, it doesn't work, at least for me. On 9/15/06, Alexey Petrenko [EMAIL

Re: [testing] optimization regressions (was: Re: [result] Re: [vote] HARMONY-1363 - DRLVM fixes and additions)

2006-09-15 Thread Egor Pasko
On the 0x1E5 day of Apache Harmony Pavel Ozhdikhin wrote: Egor, How Nullstone tests differ from what Rana proposed and Mikhail L. prototyped - could you please elaborate? the idea is simple. You have two versions of a test. First -- unoptimized, second -- same algorithm, but optimized by

IBM VM (?) crash

2006-09-15 Thread Vladimir Ivanov
I see the following message when don't specified additional args to run vm. I think that some 'help' message will be more appropriate in this case. Thanks, Vladimir = [EMAIL PROTECTED]:/export/users/viv/buildtest/trunk cc/projects/classlib/trunk/deploy/jdk/jre/bin/java

[general] change the subject line... (was: Re: [result] Re: [vote] HARMONY-1363 - DRLVM fixes and additions)

2006-09-15 Thread Tim Ellison
at least, or better yet move to a new thread. This conversation has moved way beyond discussing the results of a contribution vote. For the poor people who have hundreds of mails to read ;-) Tim Pavel Ozhdikhin wrote: Rana, To cover most of the performance regressions ideally we might have

Re: Build failures?

2006-09-15 Thread Mikhail Loenko
2006/9/15, Mikhail Loenko [EMAIL PROTECTED]: CipherTest failure is caused by one of Set eol-style = native ... commits The cause is corrupted resource file r446485 incubator/harmony/enhanced/classlib/trunk/modules/crypto/src/test/resources/hyts_des-ede3-cbc.test1.plaintext (contents, props

[testing] Re: IBM VM (?) crash

2006-09-15 Thread Tim Ellison
It trapped in libhyluni.so so not sure why you think it is a VM problem. If you don't specify a main class (or jar argument) to run it should be handled solely within the launcher. I suggest you raise a JIRA. Regards, Tim Vladimir Ivanov wrote: I see the following message when don't specified

Re: [jira] Good issue resolution guideline (was: [classlib]volunteer to supply patches for old JIRAs)

2006-09-15 Thread Geir Magnusson Jr.
Yes, I don't think it would hurt, even if it's in the patch as Mark noted. geir Vladimir Gorr wrote: On 9/15/06, Mark Hindess [EMAIL PROTECTED] wrote: On 15 September 2006 at 12:18, Vladimir Gorr [EMAIL PROTECTED] wrote: I'd like to add some words ... IMO each contributor should be

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds. Strange problem is that something is really slow -

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Mikhail Fursov wrote: Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. Yes, I was staring that that last night, trying to figure out why lowercase stuff is so important. Any clue?

Re: [testing] Re: IBM VM (?) crash

2006-09-15 Thread Vladimir Ivanov
issue HARMONY-1474 http://issues.apache.org/jira/browse/HARMONY-1474 was created. thanks, Vladimir On 9/15/06, Tim Ellison [EMAIL PROTECTED] wrote: It trapped in libhyluni.so so not sure why you think it is a VM problem. If you don't specify a main class (or jar argument) to run it should be

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Gregory Shimansky
2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Mikhail Fursov wrote: Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. Yes, I was staring that that last night, trying to figure out why

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Alexey Varlamov
2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds.

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Alexey Varlamov
15 Sep 2006 16:05:25 +0700, Egor Pasko [EMAIL PROTECTED]: On the 0x1E5 day of Apache Harmony Egor Pasko wrote: On the 0x1E5 day of Apache Harmony Geir Magnusson, Jr. wrote: Ok - I was testing with Tomcat 5.5.17 on Ubuntu and it seems to work wiht both release and debug builds. Strange

Re: [jira] Commented: (HARMONY-286) Add build-java and build-native targets to main build.xml

2006-09-15 Thread Geir Magnusson Jr.
That's my question too - if there is no downside, why not? Rui Hu wrote: IMO, it's nice to improve our ant script, especially adding the function of building native code separately. If we can add an useful feature safely, why not to do? :) On 9/15/06, Alexey Varlamov [EMAIL PROTECTED] wrote:

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Alexey Varlamov
2006/9/15, Gregory Shimansky [EMAIL PROTECTED]: 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Mikhail Fursov wrote: Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. Yes, I was

Re: IBM VM (?) crash

2006-09-15 Thread Geir Magnusson Jr.
That's not a crash but the default behavior of the launcher. I think that if the launcher is named java, and is invoked with no args, it should just simply invoke the VM, which should w/o args print it's help. Given that only the clueful and advanced users would want to know the two params

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Evgueni Brevnov
On 9/15/06, Alexey Varlamov [EMAIL PROTECTED] wrote: 2006/9/15, Gregory Shimansky [EMAIL PROTECTED]: 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Mikhail Fursov wrote: Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in

[classlib] Re: Build failures?

2006-09-15 Thread Geir Magnusson Jr.
Hm. Bad. Can we choose an extension for stuff like this that we can protect via a mime-type in ~/.subversion/config.txt? geir Mikhail Loenko wrote: 2006/9/15, Mikhail Loenko [EMAIL PROTECTED]: CipherTest failure is caused by one of Set eol-style = native ... commits The cause is

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Gregory Shimansky
2006/9/15, Alexey Varlamov [EMAIL PROTECTED]: 2006/9/15, Gregory Shimansky [EMAIL PROTECTED]: I am not sure why this assertion fails, but I think I know why it is important. On windows file paths may be different as strings but point to the same file. To detect duplications among native

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Geir Magnusson Jr.
Gregory Shimansky wrote: 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Mikhail Fursov wrote: Testing WindowsXP build. Have to disable this assersion: assert(is_name_lowercase(library_name)) in natives_support.cpp file to run Hello application. Yes, I was staring that that last

[drlvm] Why APR string pools for mundane tasks?

2006-09-15 Thread Geir Magnusson Jr.
Inquiring minds want to know... Why do we need to use APR pools to do what is glorified string concatenation? See ClassLoader::LoadNativeLibrary() where it [thinks it] needs to create a 'canonicalized path'. 1) First has to call apr_pool_create(). 2) Then it calls

Re: IBM VM (?) crash

2006-09-15 Thread Geir Magnusson Jr.
Ignore me. There is a crash below. I only thought you were complaining about the output of the launcher. (I do think my point still stands re the output of java :) Geir Magnusson Jr. wrote: That's not a crash but the default behavior of the launcher. I think that if the launcher is named

[testing][beans] reverse engineering of RI

2006-09-15 Thread Alexei Zakharov
Hi all, While investigating one of the failed tests from the beans module (PersistenceDelegateTest#*) I have discovered that the test is doing a reverse engineering in fact. It passes some worm-like object to public API method and then analyzes the calling stacktrace of each of its methods by

Re: IBM VM (?) crash

2006-09-15 Thread Tim Ellison
Geir Magnusson Jr. wrote: Ignore me. There is a crash below. I only thought you were complaining about the output of the launcher. (I do think my point still stands re the output of java :) I don't get it? How do you tell the VM that it should print its help? The launcher does a

Re: [drlvm] HARMONY-1363 - status update

2006-09-15 Thread Evgueni Brevnov
On 9/15/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Evgueni Brevnov wrote: I recall there is port_filepath_canonical() method specifically to solve this, and at least classpath items were canonicalized during VM startup. Maybe this step is just missing for libraries... But why it

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Geir Magnusson Jr.
Alexei Zakharov wrote: Hi all, While investigating one of the failed tests from the beans module (PersistenceDelegateTest#*) I have discovered that the test is doing a reverse engineering in fact. It passes some worm-like object to public API method and then analyzes the calling stacktrace of

Re: IBM VM (?) crash

2006-09-15 Thread Geir Magnusson Jr.
Tim Ellison wrote: Geir Magnusson Jr. wrote: Ignore me. There is a crash below. I only thought you were complaining about the output of the launcher. (I do think my point still stands re the output of java :) I don't get it? How do you tell the VM that it should print its help? The

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Alexey Petrenko
2006/9/15, Alexei Zakharov [EMAIL PROTECTED]: Hi all, While investigating one of the failed tests from the beans module (PersistenceDelegateTest#*) I have discovered that the test is doing a reverse engineering in fact. It passes some worm-like object to public API method and then analyzes the

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Alexei Zakharov
That's insane. Does the Spec require a specific call sequence? Certainly not! 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Alexei Zakharov wrote: Hi all, While investigating one of the failed tests from the beans module (PersistenceDelegateTest#*) I have discovered that the test is

Re: IBM VM (?) crash

2006-09-15 Thread Geir Magnusson Jr.
Tim Ellison wrote: Geir Magnusson Jr. wrote: Tim Ellison wrote: Geir Magnusson Jr. wrote: Ignore me. There is a crash below. I only thought you were complaining about the output of the launcher. (I do think my point still stands re the output of java :) I don't get it? How do you tell

Re: IBM VM (?) crash

2006-09-15 Thread Geir Magnusson Jr.
I understand what you are asking. Why not just have launcher pass -help to VM... geir Tim Ellison wrote: Geir Magnusson Jr. wrote: Tim Ellison wrote: Geir Magnusson Jr. wrote: Ignore me. There is a crash below. I only thought you were complaining about the output of the launcher. (I do

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Alexei Zakharov
Tim Ellison wrote: yuk! what is this test trying to achieve? Andrew Zhang wrote: OMG! what's the intention of such assertion? It seems that the original author of these tests aims to wrote as much code as possible. To have a nice monthly report may be - I don't know much details about BB

Re: [testing][beans] reverse engineering of RI

2006-09-15 Thread Geir Magnusson Jr.
Alexei Zakharov wrote: Tim Ellison wrote: yuk! what is this test trying to achieve? Andrew Zhang wrote: OMG! what's the intention of such assertion? It seems that the original author of these tests aims to wrote as much code as possible. Now now... be nice... :) To have a nice

Re: [classlib] Re: Build failures?

2006-09-15 Thread Mikhail Loenko
Similar reason for failure in archive. I've set manually mime-type for the two files. Now both Windows and Linux work for me Thanks, Mikhail 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Hm. Bad. Can we choose an extension for stuff like this that we can protect via a mime-type in

Re: [classlib][luni] java.net.URL(String, String, int, String) constructor exception thrown sequence (was re: [jira] Commented: (HARMONY-1158) [classlib][luni]Compatibility: java.net.URL new URL(ss,

2006-09-15 Thread Andrew Zhang
On 9/14/06, Mikhail Loenko [EMAIL PROTECTED] wrote: Ok, the second reason is convincing I also gave up to follow RI because of it! If anyone could fix this bug elegantly or not too ugly, I have no objection. :-) Otherwise, I don't think following RI makes sense. Thanks! Thanks, Mikhail

[drlvm] is_name_lowercase() in natives_support.cpp

2006-09-15 Thread Geir Magnusson Jr.
Looking at things, yes, it's the ICU dll, which has uppercase letters in the filename. My plan is to just convert all paths to lowercase. Any problems people can see? geir - Terms of use :

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

2006-09-15 Thread Mark Hindess
Oops. This one was my fault should be fixed in r446628. -Mark. On 15 September 2006 at 16:03, Apache Harmony Build [EMAIL PROTECTED] wrote: Online report : http://ibmonly.hursley.ibm.com/continuum/linux.ia32/servlet= /continuum/target/ProjectBuild.vm/view/ProjectBuild/id/6/buildId/5637 Build

Re: [classlib] Re: Build failures?

2006-09-15 Thread Mark Hindess
On 15 September 2006 at 21:03, Mikhail Loenko [EMAIL PROTECTED] wrote: Similar reason for failure in archive. I've set manually mime-type for the two files. Now both Windows and Linux work for me Me too. Thanks Mikhail. -Mark. 2006/9/15, Geir Magnusson Jr. [EMAIL PROTECTED]: Hm. Bad.

Re: [classlib][concurrent] Next IBM VME request

2006-09-15 Thread Tim Ellison
Just revisiting this thread -- and even I can't decipher what I wrote as I ran out the door. Let me try again. Rather than put sun.misc.Unsafe into luni-kernel I suggest that we have an o.a.h.kernel.vm.Risky[1] type containing just the relevant subset of operations that we need for concurrent to

Re: [classlib][concurrent] Next IBM VME request

2006-09-15 Thread Geir Magnusson Jr.
Tim Ellison wrote: Just revisiting this thread -- and even I can't decipher what I wrote as I ran out the door. Let me try again. Rather than put sun.misc.Unsafe into luni-kernel I suggest that we have an o.a.h.kernel.vm.Risky[1] type containing just the relevant subset of operations that we

Re: [testing] optimization regressions (was: Re: [result] Re: [vote] HARMONY-1363 - DRLVM fixes and additions)

2006-09-15 Thread Rana Dasgupta
On 15 Sep 2006 11:26:40 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1E4 day of Apache Harmony Mikhail Fursov wrote: This would be the best solution to test if an optimization works as expected. We can create the following framework inside Jitrino compiler to test individual

RE: [classlib][concurrent] Next IBM VME request

2006-09-15 Thread Nathan Beyer
This is what guessed was your intention. I fiddle with something, based on the bits we already have, this weekend and publish it for discussion soon. Thanks. -Nathan -Original Message- From: Tim Ellison [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 10:24 AM To:

RE: [classlib][luni]refactor some methods of j.l.Character

2006-09-15 Thread Nathan Beyer
Can you give some specifics? Are you referring to the long string constants that are searched? Many of the current method need to be verified and uplifted to Unicode 4.1 support, so modifying the implementations will be necessary in many cases. -Nathan -Original Message- From: Tony Wu

Re: [General VM] GC strategy:how to garbage collect short-lived objects quickly.

2006-09-15 Thread Robin Garner
Designing a garbage collector with low pause times and high throughput (ie low overhead) is to an extent the 'holy grail' of memory management research. The worst case pause times are in full heap collectors, where the pause time is proportional to the total number of live objects in the heap.

Re: [classlib][luni]refactor some methods of j.l.Character

2006-09-15 Thread Tony Wu
On 9/16/06, Nathan Beyer [EMAIL PROTECTED] wrote: Can you give some specifics? Yes, for example, many constants[1] are used to support these methods[2] . Are you referring to the long string constants that are searched? If delegate all these methods to ICU, all of the constantsinclude