Re: [DRLVM] Build problems - Stl.h

2006-09-22 Thread Egor Pasko
On the 0x1EC day of Apache Harmony Robin Garner wrote: Thanks to everyone who assisted before ... the build is progressing, but now fails with [cc] /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_tree.h:36 7: error: no matching function for call to

Re: [general] tasks for new snapshot?

2006-09-22 Thread Paulex Yang
Geir Magnusson Jr. wrote: we should probably just fix that Character problem and then create a new HDK snapshot. We're not there for JRE yet, but no reason to hold back HDK. I've rolled back the update from HARMONY-1500, the original codes should work. I don't expect that problem can be fixed

Re: [DRLVM] Build problems - Stl.h

2006-09-22 Thread Robin Garner
Egor Pasko wrote: On the 0x1EC day of Apache Harmony Robin Garner wrote: Thanks to everyone who assisted before ... the build is progressing, but now fails with [cc] /usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_tree.h:36 7: error: no matching function for

Re: [doc] new Getting Started guides

2006-09-22 Thread Alexey Petrenko
Since Harmony is an open source project probably we should change the link from commercial WinZip to open source 7-Zip[1] :) SY, Alexey 1. http://www.7-zip.org/ 2006/9/22, Geir Magnusson Jr. [EMAIL PROTECTED]: As discussed earlier today, there are now two new Getting Started guides on the

Re: [doc] new Getting Started guides

2006-09-22 Thread Robin Garner
Vladimir Gorr wrote: On 9/22/06, Alexey Petrenko [EMAIL PROTECTED] wrote: Since Harmony is an open source project probably we should change the link from commercial WinZip to open source 7-Zip[1] :) It has *GNU LGPL. *IIRC we can't use this, can it? Thanks, Vladimir. Isn't info-zip the

Re: [doc] new Getting Started guides

2006-09-22 Thread Robin Garner
Robin Garner wrote: Vladimir Gorr wrote: On 9/22/06, Alexey Petrenko [EMAIL PROTECTED] wrote: Since Harmony is an open source project probably we should change the link from commercial WinZip to open source 7-Zip[1] :) It has *GNU LGPL. *IIRC we can't use this, can it? Thanks, Vladimir.

Re: [doc] new Getting Started guides

2006-09-22 Thread Alexey Petrenko
Both are good. And much better then commercial one. :) Vladimir, It's license is not very important for us since we do not plan to include it in Harmony. We just suggest a tool to user. SY, Alexey 2006/9/22, Robin Garner [EMAIL PROTECTED]: Robin Garner wrote: Vladimir Gorr wrote: On

Re: [doc] new Getting Started guides

2006-09-22 Thread Vladimir Gorr
On 9/22/06, Alexey Petrenko [EMAIL PROTECTED] wrote: Both are good. And much better then commercial one. :) Vladimir, It's license is not very important for us since we do not plan to include it in Harmony. We just suggest a tool to user. yes, you're right. Thanks, Vladimir. SY, Alexey

Re: [doc] new Getting Started guides

2006-09-22 Thread Mikhail Fursov
Geir, Why do we need an example with ant populate_source and working_* dirs ? Why just not to tell something like: the advise is to copy the clean harmony directories into a separate folder(e.g. harmony_mypatch) and build it there. Doing this you can avoid to do complete checkout again when you

Re: [doc] new Getting Started guides

2006-09-22 Thread Mikhail Fursov
Another suggestion is to mention that Windows build of the native classlib's code requires valid MSVC environment. In other words I can build classlib on Windows only from within a Open Visual Studio .NET 2003 Command Prompt shell. On 9/22/06, Mikhail Fursov [EMAIL PROTECTED] wrote: Geir, Why

Re: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Mark Hindess
On 21 September 2006 at 23:15, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: On Sep 21, 2006, at 10:06 PM, Richard Liang wrote: On 9/22/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Is this new? We now have boxes drawn around the shaded box on a source document snippet... Maybe

Re: [doc] new Getting Started guides

2006-09-22 Thread Alexey Petrenko
2006/9/22, Mikhail Fursov [EMAIL PROTECTED]: Another suggestion is to mention that Windows build of the native classlib's code requires valid MSVC environment. In other words I can build classlib on Windows only from within a Open Visual Studio .NET 2003 Command Prompt shell. Not only. But this

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Paulex Yang
Geir Magnusson Jr. wrote: I've been playing a bit with caffinemark, and our numbers for everything except graphics are amazing. Convenient to post some results vs RI? I believe many ones(includes myself of course) would be very interest to see the numbers:) However, our graphics numbers are

Re: [doc] new Getting Started guides

2006-09-22 Thread Mikhail Fursov
On 9/22/06, Alexey Petrenko [EMAIL PROTECTED] wrote: 2006/9/22, Mikhail Fursov [EMAIL PROTECTED]: Another suggestion is to mention that Windows build of the native classlib's code requires valid MSVC environment. In other words I can build classlib on Windows only from within a Open Visual

Re: [DRLVM] Thread Manager jvmti related issues fixes (was: Re: [jira] Commented: (HARMONY-1421))

2006-09-22 Thread Elena Semukhina
On 9/21/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: On Sep 21, 2006, at 6:48 AM, Elena Semukhina wrote: On 9/21/06, Vladimir Gorr [EMAIL PROTECTED] wrote: On 9/21/06, Elena Semukhina [EMAIL PROTECTED] wrote: Looking at ThreadTest failures I see that all 1421-related failures

Re: [doc] new Getting Started guides

2006-09-22 Thread Alexey Petrenko
2006/9/22, Mikhail Fursov [EMAIL PROTECTED]: On 9/22/06, Alexey Petrenko [EMAIL PROTECTED] wrote: 2006/9/22, Mikhail Fursov [EMAIL PROTECTED]: Another suggestion is to mention that Windows build of the native classlib's code requires valid MSVC environment. In other words I can build

RE: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Morozova, Nadezhda
Geir, That's right, we have pre tag set to have a border around code snippets. You can change it if you like. The initial border setting has come with the drl-style presentation. Note: some (but not all) code snippets, like the apache license quote presented as a text, have a border, but it is

[drlvm][thread] Thread.currentThread() is not alive anymore :(

2006-09-22 Thread Elena Semukhina
Kernel test ThreadTest fails due to Thread.currentThread().isAlive() returns false now. I've created a JIRA issue for this problem. https://issues.apache.org/jira/browse/HARMONY-1537 Does anyone want to study the issue and submit a patch for it? -- Thanks, Elena

Re: [Non-bug difference]? JIRA-1126

2006-09-22 Thread Spark Shen
2006/9/21, Oleg Khaschansky [EMAIL PROTECTED]: I'd like to quote RFC 2396 here: The URI syntax does not require that the scheme-specific-part have any general structure or set of semantics which is common among all URI. However, a subset of URI do share a common syntax for

Re: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-09-22 Thread Paulex Yang
Vladimir Gorr wrote: On 9/22/06, Paulex Yang [EMAIL PROTECTED] wrote: Vladimir Gorr wrote: When I roll away the latest changes for Character.java (H-1500 *Refactor some methods in java.lang.Character*) this issue disappears. It means a clue is here. I've revert the update for

[launcher] Patch is available for harmonyvm.properties parsing

2006-09-22 Thread Alexey Varlamov
Dear comitters, Please find the patch attached to HARMONY-1376 which fixes number of issues with harmonyvm.properties: 1) Robust file parsing with any EOLs; 2) The buffer overflow; 3) Added support for %VM_DIR% tokens, now easy to add any others; 4) Command-line -Xbootclasspath: option now

Re: [drlvm] NPE is thrown when the kernel tests are run on Windows at revision 448448

2006-09-22 Thread Spark Shen
Geir Magnusson Jr. 写道: On Sep 21, 2006, at 10:07 PM, Paulex Yang wrote: Geir Magnusson Jr. wrote: Do you think this is a drlvm issue or a classlib issue? I guess it is an integration issue, i.e., ICU4J's UCharacter needs to load some resources for initialization, while at that time on

Re: [drlvm] Trouble Building DRLVM

2006-09-22 Thread Egor Pasko
On the 0x1EB day of Apache Harmony Egor Pasko wrote: On the 0x1EB day of Apache Harmony Geir Magnusson, Jr. wrote: I modified the launcher to include both the vm directory as well as the launcher directory on the PATH/LD_LIBRARY_PATH. I am not catching .. the launcher directory is known

Re: [drlvm][jit] Internal testing framework for Jitrino.OPT compiler

2006-09-22 Thread Pavel Ozhdikhin
Mikhail, Great proposal! The IR-level JIT unit testing is not covered in Harmony yet. I looked into the patch and it looks quite lightweight though the test code would be difficult to understand without in-depth JIT knowledge. Anyway, I think it would be possible to use such a framework for unit

Re: question about support for compressed StringBuffers

2006-09-22 Thread Alexey Varlamov
Just a thought: DRLVM yet does not support 4-byte supplement characters of UTF8 (6-bytes encoded in classfiles v49) - and this code may appear useful if/when we are going to fix that... -- Alexey 2006/9/21, Geir Magnusson Jr. [EMAIL PROTECTED]: So do we fix it or scrap it? geir On Sep 20,

Re: [drlvm][jit] Internal testing framework for Jitrino.OPT compiler

2006-09-22 Thread Ivan Kollegov
Hello JIT developers. I am a student and want to learn JIT and understand its structure. What should I learn first? Is there some documentation for JIT? I think could write some tests for JITs methods. It would be useful for me. Thanks, Kollegov Ivan On 9/22/06, Pavel Ozhdikhin [EMAIL

[drlvm] What should return org.apache...VMStack.getClassLoader(j.l.Class) method for native frames?

2006-09-22 Thread Evgueni Brevnov
HI All, While implementing Invocation API for DRLVM I ran into interesting situation. Assume we are in native code and just created VM by JNI_CreateJavaVM(). The next step is to call Class.forName(name) method through JNI. If you look at forName method implementation you will find it calls

Re: [drlvm] Trouble Building DRLVM

2006-09-22 Thread Vladimir Gorr
On 22 Sep 2006 17:31:41 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1EB day of Apache Harmony Egor Pasko wrote: On the 0x1EB day of Apache Harmony Geir Magnusson, Jr. wrote: I modified the launcher to include both the vm directory as well as the launcher directory on the

Re: [drlvm] What should return org.apache...VMStack.getClassLoader(j.l.Class) method for native frames?

2006-09-22 Thread Alexey Varlamov
2006/9/22, Evgueni Brevnov [EMAIL PROTECTED]: HI All, While implementing Invocation API for DRLVM I ran into interesting situation. Assume we are in native code and just created VM by JNI_CreateJavaVM(). The next step is to call Class.forName(name) method through JNI. If you look at forName

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Dmitry Durnev
Geir, which VM/build did you manage to complete all CaffeineMark tests on? On 9/22/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: I've been playing a bit with caffinemark, and our numbers for everything except graphics are amazing. However, our graphics numbers are *terrible*. I was testing

Re: [drlvm] Trouble Building DRLVM

2006-09-22 Thread Egor Pasko
On the 0x1EC day of Apache Harmony Vladimir Gorr wrote: On 22 Sep 2006 17:31:41 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1EB day of Apache Harmony Egor Pasko wrote: On the 0x1EB day of Apache Harmony Geir Magnusson, Jr. wrote: I modified the launcher to include both the vm

[drlvm][apr] APR fails to load a JIT library when using a fully qualified path

2006-09-22 Thread Mikhail Fursov
APR gurus! I have a question I can't answer by myself. Usually to develop and test new JIT features I use custom EM configuration file to move problem methods to a separate JIT instance. Now I can't use this feature, because APR is unable to load a JIT library with a fully specied path. So the

Re: [vmi] passing -X options to VM

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 1:02 AM, Pavel Ozhdikhin wrote: Geir, I don't think we should make such changes in a quick patch. We have VM and JIT documentation and various scripts that use -Xem opt format and changing it to -Xem:opt is not only about adding extra colon. I think we need to fix this or

Re: [legal] change of copyright notice policy

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 4:13 AM, Oliver Deakin wrote: Tim Ellison wrote: I suggest that committers volunteer to run the script (and verify the results etc.) on a module-by-module, rather than package-by-package, basis; plus the VMs of course. Let's list the units of work on the wiki and have

Re: [legal] change of copyright notice policy

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 1:19 AM, Stepan Mishura wrote: On 9/21/06, Geir Magnusson Jr. wrote: The ASF has changed it's copyright notice policy for source files. The policy is noted here : http://www.apache.org/legal/src-headers.html Any release after Nov 1, 2006 must conform to this policy.

Re: [doc] problem w/ css locally?

2006-09-22 Thread Stefano Mazzocchi
Geir Magnusson Jr. wrote: I see Tim and Nadya discussed this already. I think we want to keep it as error-free as possible... I'm going to try to just copy site.css on deployment - it means we still only maintain one copy, but then offline and online is the same experience. I tend to hook

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 3:04 AM, Vladimir Gorr wrote: On 9/22/06, Alexey Petrenko [EMAIL PROTECTED] wrote: Since Harmony is an open source project probably we should change the link from commercial WinZip to open source 7-Zip[1] :) It has *GNU LGPL. *IIRC we can't use this, can it? Sure you

Re: [drlvm][jit] Internal testing framework for Jitrino.OPT compiler

2006-09-22 Thread Mikhail Fursov
Hi Ivan! Writing tests for internal JIT algorithms and optimizations is the best way to learn Jitrino.OPT compiler from inside. I think that we should start from testing the ControlFlowGraph related algorithms first because of ControlFlowGraph structures and routines are shared by both

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 3:31 AM, Mikhail Fursov wrote: Geir, Why do we need an example with ant populate_source and working_* dirs ? Why just not to tell something like: the advise is to copy the clean harmony directories into a separate folder(e.g. harmony_mypatch) and build it there.

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 3:37 AM, Mikhail Fursov wrote: Another suggestion is to mention that Windows build of the native classlib's code requires valid MSVC environment. In other words I can build classlib on Windows only from within a Open Visual Studio .NET 2003 Command Prompt shell. Yes

Re: [doc] new Getting Started guides

2006-09-22 Thread Mikhail Fursov
On 9/22/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: O And that's funny... Open Visual Studio :) LOL, I just copied the comment to the shortcut and didn't notice the beggining of the string :) -- Mikhail Fursov

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
btw, this isn't a bad element for the FAQ :) On Sep 22, 2006, at 3:31 AM, Mikhail Fursov wrote: Geir, Why do we need an example with ant populate_source and working_* dirs ? Why just not to tell something like: the advise is to copy the clean harmony directories into a separate

Re: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 4:04 AM, Mark Hindess wrote: On 21 September 2006 at 23:15, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: On Sep 21, 2006, at 10:06 PM, Richard Liang wrote: On 9/22/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Is this new? We now have boxes drawn around the shaded

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Geir Magnusson Jr.
Definitely. I will do it today and add a page to our how are we doing? page so we can track over time. (That and any other benchmark we're allowed to use and publish). I think that what we have is mighty impressive. (It's just the graphics numbers that are bad...) geir On Sep 22, 2006,

RE: [doc] new Getting Started guides

2006-09-22 Thread Morozova, Nadezhda
Geir, Do you think it might be easier to use Wiki as storage for all FAQs like that for now? I mean, not all of those who help find FAQ entries have ever checked out the website and would be willing to make patches to a FAQ.xml page. Wiki is easier to use when we're accumulating info. We could

Re: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 5:04 AM, Morozova, Nadezhda wrote: Geir, That's right, we have pre tag set to have a border around code snippets. You can change it if you like. The initial border setting has come with the drl-style presentation. Note: some (but not all) code snippets, like the apache

Re: question about support for compressed StringBuffers

2006-09-22 Thread Weldon Washburn
hmm... I tried to putting a standard title on this email. It looks like we all suffer from too much email. So I repeat what I said earlier. All, I took a look at this code. I vote for keeping it. The reason is because Java is string intensive and historically things like string compression

Re: [launcher] Patch is available for harmonyvm.properties parsing

2006-09-22 Thread Geir Magnusson Jr.
Ahh, thanks! :) On Sep 22, 2006, at 5:55 AM, Alexey Varlamov wrote: Dear comitters, Please find the patch attached to HARMONY-1376 which fixes number of issues with harmonyvm.properties: 1) Robust file parsing with any EOLs; 2) The buffer overflow; 3) Added support for %VM_DIR% tokens, now

RE: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Morozova, Nadezhda
Geir, I know where the outer box comes from - site.vsl, special handling of source snippets. Can send you a quick patch to remove the outer box. Best regards, Nadya Morozova -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 4:25

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 7:00 AM, Dmitry Durnev wrote: Geir, which VM/build did you manage to complete all CaffeineMark tests on? DRLVM, probably debug, Ubuntu 6, Head as of... tuesday night, Brussels time :) I'll repeat today and start logging the results. geir On 9/22/06, Geir

Re: [doc] problem w/ css locally?

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 8:04 AM, Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: I see Tim and Nadya discussed this already. I think we want to keep it as error-free as possible... I'm going to try to just copy site.css on deployment - it means we still only maintain one copy, but then

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 8:28 AM, Morozova, Nadezhda wrote: Geir, Do you think it might be easier to use Wiki as storage for all FAQs like that for now? I mean, not all of those who help find FAQ entries have ever checked out the website and would be willing to make patches to a FAQ.xml page.

RE: [doc] problem w/ css locally?

2006-09-22 Thread Morozova, Nadezhda
Geir, One question: if I (or somebody else for that matter) decide to change the site.css file, which copy in the checked-out version do I modify? Sorry if this sounds stupid... Best regards, Nadya Morozova -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED]

Re: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 8:34 AM, Morozova, Nadezhda wrote: Geir, I know where the outer box comes from - site.vsl, special handling of source snippets. Can send you a quick patch to remove the outer box. I'm looking at that now and have removed it. 'm just scanning the site now to see what

Re: [doc] problem w/ css locally?

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 8:41 AM, Morozova, Nadezhda wrote: Geir, One question: if I (or somebody else for that matter) decide to change the site.css file, which copy in the checked-out version do I modify? Sorry if this sounds stupid... No, it's a good question. The thing you change is

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Mikhail Fursov
Why to run benchmarks with debug VM? It's useful only for stability testing. On 9/22/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: DRLVM, probably debug, Ubuntu 6, Head as of... tuesday night, Brussels time :) I'll repeat today and start logging the results. -- Mikhail Fursov

RE: [doc] new Getting Started guides

2006-09-22 Thread Morozova, Nadezhda
Yop, that does. I can create placeholders for both pages. Best regards, Nadya Morozova -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Friday, September 22, 2006 4:42 PM To: harmony-dev@incubator.apache.org Subject: Re: [doc] new Getting Started guides

Re: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Geir Magnusson Jr.
I think it looks good. I just took out all the table junk so we have #macro ( source $value) div pre$escape.getText($value.getText())/pre /div #end Do you want to verify before I check it in? geir On Sep 22, 2006, at 8:43 AM, Geir Magnusson Jr. wrote: On Sep 22, 2006, at 8:34

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 8:44 AM, Mikhail Fursov wrote: Why to run benchmarks with debug VM? It's useful only for stability testing. I probably did run release because the numbers actually did beat Sun in some places But I tend to work in debug, so it wouldn't surprise me if I tested using

RE: [doc] Why do we have boxes drawn around source now?

2006-09-22 Thread Morozova, Nadezhda
Looks ok. I don't think I need to verify - you're more experienced with vsl anyway :) I'll let you know if I find an occurrence where it does not behave as we expect it. Best regards, Nadya Morozova -Original Message- From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] Sent: Friday,

Re: [drlvm][jit] Internal testing framework for Jitrino.OPT compiler

2006-09-22 Thread Weldon Washburn
Mikhail, I like it :) This reminds me that we need to get the vmmagic regression tests included as part of the JIT regression suite. Weldon On 9/21/06, Mikhail Fursov [EMAIL PROTECTED] wrote: All, This is the proposal to start the discussion and implementation of Jitrino.OPT compiler

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Oleg Khaschansky
Current implementation of composite operations (alpha blending) on linux is just a general unacceleratred code, these operations are performed on per-pixel basis and, definitely, they are rather slow. But the main reason is that pixel data should be retrieved from the screen to perform the

Re: [jira] Commented: (HARMONY-1481) [classlib][sound] Class MidiSystem and some utils

2006-09-22 Thread Evgeny S. Sidorenko
Hi, Nathan! I considered your remarks, and laid out new patch. Could you look it? 2006/9/18, Evgeny S. Sidorenko (JIRA) [EMAIL PROTECTED]: [ http://issues.apache.org/jira/browse/HARMONY-1481?page=comments#action_12435380 ] Evgeny S. Sidorenko commented on HARMONY-1481:

[classlib] x509 test failures

2006-09-22 Thread Tim Ellison
Anyone else seeing them on current head (r448946)? I get four failures, like this: org/apache/harmony/security/x509/CertificatePolicies.addPolicyInformation(Lorg/apache/harmony/security/x509/PolicyInformation;)V java.lang.NoSuchMethodError:

Re: [launcher] Patch is available for harmonyvm.properties parsing

2006-09-22 Thread Tim Ellison
That patch file doesn't download properly for me. Anyone else have that problem? Regards, Tim Alexey Varlamov wrote: Dear comitters, Please find the patch attached to HARMONY-1376 which fixes number of issues with harmonyvm.properties: 1) Robust file parsing with any EOLs; 2) The buffer

Re: [launcher] Patch is available for harmonyvm.properties parsing

2006-09-22 Thread Artem Aliev
Alexey, Could you please put the patch again. I got following error when try to access it. HTTP Status 404 - Could not find specified attachment: /usr/local/tomcat/tomcat-jira/attachments/HARMONY/HARMONY-1376/12341371_H-1376.diff (No such file or directory) Thanks Artem On 9/22/06, Geir

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 9:29 AM, Oleg Khaschansky wrote: Current implementation of composite operations (alpha blending) on linux is just a general unacceleratred code, these operations are performed on per-pixel basis and, definitely, they are rather slow. But the main reason is that pixel data

[classlib][luni] Anyone care if I fix Enum.toString() to return the name, rather than Enum:name?

2006-09-22 Thread Geir Magnusson Jr.
the RI doesn't prefix Enum: like we do. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [classlib][swing/awt] caffinemark shows that our graphics are sloooowwwww....

2006-09-22 Thread Oleg Khaschansky
They definitely use mitshm, see Local X Server Performance Improvements chapter in [1]. Also they do use xrender, see [2]. Maybe they also do use something else, like EXA, I don't know... [1] http://java.sun.com/products/java-media/2D/perf_graphics.html [2]

Re: [doc] problem w/ css locally?

2006-09-22 Thread Morozova, Nadezhda
Geir, In the website, the folder docs/documentation does not seem to have a copy of the site.css file for some reason. This way, pages documentation.html, build_website.html and a couple of others look real ugly. Could you please fix? I've verified all other pages on the website, they look

Re: [classlib][luni] Anyone care if I fix Enum.toString() to return the name, rather than Enum:name?

2006-09-22 Thread Tim Ellison
No objection here. Tim Geir Magnusson Jr. wrote: the RI doesn't prefix Enum: like we do. - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [classlib] x509 test failures

2006-09-22 Thread Alexey Varlamov
I confirm this. -- Alexey 2006/9/22, Tim Ellison [EMAIL PROTECTED]: Anyone else seeing them on current head (r448946)? I get four failures, like this: org/apache/harmony/security/x509/CertificatePolicies.addPolicyInformation(Lorg/apache/harmony/security/x509/PolicyInformation;)V

Re: [doc] problem w/ css locally?

2006-09-22 Thread Geir Magnusson Jr.
Whoops. Fixed and deployed. Thanks, and sorry about that. geir On Sep 22, 2006, at 10:59 AM, Morozova, Nadezhda wrote: Geir, In the website, the folder docs/documentation does not seem to have a copy of the site.css file for some reason. This way, pages documentation.html,

RE: [doc] new Getting Started guides

2006-09-22 Thread Morozova, Nadezhda
Folks, am I the only one seeing this? http://incubator.apache.org/harmony/quickhelp_contributors.html The page starts with the middle of the description to say This will checkout a directory structure that ... with all text set to align:center, including code snippets. Then, approximately 2

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
You're right. Checking... On Sep 22, 2006, at 11:16 AM, Morozova, Nadezhda wrote: Folks, am I the only one seeing this? http://incubator.apache.org/harmony/quickhelp_contributors.html The page starts with the middle of the description to say This will checkout a directory structure that ...

Re: question about support for compressed StringBuffers

2006-09-22 Thread Craig Zilles
Okay, I'm going to be playing around with this code and other approaches for [C compression. Weldon - you say: historically things like string compression make a difference to heap footprint and cache miss performance do you know of other VMs that do this optimizations and if

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
the interesting thing is that it's correct locally :) geir On Sep 22, 2006, at 11:16 AM, Morozova, Nadezhda wrote: Folks, am I the only one seeing this? http://incubator.apache.org/harmony/quickhelp_contributors.html The page starts with the middle of the description to say This will

Re: [doc] new Getting Started guides

2006-09-22 Thread Geir Magnusson Jr.
I refreshed the page, and they are now right. Some cache problem somewhere? geir On Sep 22, 2006, at 11:24 AM, Geir Magnusson Jr. wrote: the interesting thing is that it's correct locally :) geir On Sep 22, 2006, at 11:16 AM, Morozova, Nadezhda wrote: Folks, am I the only one seeing

Re: question about support for compressed StringBuffers

2006-09-22 Thread Weldon Washburn
On 9/22/06, Craig Zilles [EMAIL PROTECTED] wrote: Okay, I'm going to be playing around with this code and other approaches for [C compression. Weldon - you say: historically things like string compression make a difference to heap footprint and cache miss performance

[classlib][awt] Fonts with negative size.

2006-09-22 Thread Ilya Okomin
Hi, all! I was playing with fonts and found that Font with negative size can be created on RI. Unfortunately spec keep silence about fonts with negative sizes. On Harmony if font size is negative then it is set to zero. test.java--- import java.awt.*; import

[classlib][launcher] Signal handler disabling

2006-09-22 Thread Ivan Volosyuk
Hi, While working on windows on DRLVM I introduced some crash situation. I found out that there are two active crash handlers. One in DRLVM, the other in launcher/classlib. I can disable DRLVM's one: -Dvm.assert_dialog=1 But the launcher's crash handler still prevent me to use debugger to

Re: [doc] no progress on patches for the website :(

2006-09-22 Thread Geir Magnusson Jr.
these are all now either done (1520, 1170) or seemingly complete and need to be closed (1384,1443) geir On Sep 21, 2006, at 6:37 AM, Morozova, Nadezhda wrote: Folks, I have been wondering about the patches to the website and documentation: could somebody please take a look and apply

Re: [classlib][launcher] Signal handler disabling

2006-09-22 Thread Geir Magnusson Jr.
Do you mean sig_protect in cmain.c? geir On Sep 22, 2006, at 12:22 PM, Ivan Volosyuk wrote: Hi, While working on windows on DRLVM I introduced some crash situation. I found out that there are two active crash handlers. One in DRLVM, the other in launcher/classlib. I can disable DRLVM's one:

Re: [classlib][launcher] Signal handler disabling

2006-09-22 Thread Ivan Volosyuk
Exactly. I would like to have a way to disable the crash handler invoked in the call. It is quite painful to locate crashing place when the crash handler enabled. Even setting breakpoint in the handler doesn't help - stack at this place has number of system frames without debug information which

Re: [drlvm] Trouble Building DRLVM

2006-09-22 Thread Ivan Volosyuk
On 22 Sep 2006 18:03:02 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1EC day of Apache Harmony Vladimir Gorr wrote: Why not to reproduce this situation on Windows and not to use the MVS debugger? IIRC this problem also exists for Windows. I love Linux. And many other people do. We

Re: [launcher] Patch is available for harmonyvm.properties parsing

2006-09-22 Thread Ivan Volosyuk
When 'stracing' loading of VM I saw quite inefficient way to load a file from disk. Reading one byte at a time by read() call. If I'm not mistaken it was this property file. Is this issue fixed in the JIRA? (Just curious) -- Ivan On 9/22/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Dear

Re: [classlib][launcher] Signal handler disabling

2006-09-22 Thread Geir Magnusson Jr.
This can't be that hard. Maybe a simple command-line flag -launcher:something Give it a wack and see what happens... geir On Sep 22, 2006, at 1:29 PM, Ivan Volosyuk wrote: Exactly. I would like to have a way to disable the crash handler invoked in the call. It is quite painful to locate

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Nikolay Kuznetsov
Hello, I was able to run ActiveQM on Linux with patch attached. Looks like something is broken in logger static initialization sequence. Though this patch helpps in running ActiveQM, I would treat this patch as workaround, this issue requires some more analysis and testing. Nik. On 9/22/06,

[classlib][launcher] I am looking at the interaction between {classlib, launcher, drlvm} and {hysock, hysig, hythread}

2006-09-22 Thread Weldon Washburn
All, Its not clear at this moment what threading implementation is being executed when hysignal.c calls hythread_monitor_enter(). If someone already knows, please tell us. Otherwise, I will step through it with the debugger to find out what is going on. - Weldon -- Weldon Washburn Intel

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Geir Magnusson Jr.
First, thanks so much for the fast response and good solution. I don't see any problem with this patch, but you're right - I don't understand why we have it, since Logger should set it's global field to getLogger(global) in the static initialization. I have the same problem with J9, so I

[classlib][logging] In applying the LogManager patch...

2006-09-22 Thread Geir Magnusson Jr.
... as suggested by Nikolay, I did run the tests $ cd modules/logging $ ant test and it was endless stacktraces, both before and after I made the modification. How do I know if I broke anything? I'm going to go forward with the patch as I don't see any harm, since Logger.global is

Re: [classlib][launcher] Signal handler disabling

2006-09-22 Thread Ivan Volosyuk
It seems that in cmain.c in function genericSignalHandler() just removing abort() statement will cause default system handler to execute pointing the exact place of fault right after printing all this useless crash info. I have no idea how to obtain property value in this place to make the

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Geir Magnusson Jr.
On Sep 22, 2006, at 3:17 PM, Nikolay Kuznetsov wrote: Looks like there are still some problems... Frankly I was debugging this issue with J9 too, J9 works fine now, while drlvm core dumps in debug and prints something like this in release: WARN DefaultJDBCAdapter - Could not

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Geir Magnusson Jr.
Why does this even run? Logger.global is a public final static... How can it be set like this? geir On Sep 22, 2006, at 1:51 PM, Nikolay Kuznetsov wrote: Hello, I was able to run ActiveQM on Linux with patch attached. Looks like something is broken in logger static initialization sequence.

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Geir Magnusson Jr.
ignore this question please... I was multi-tasking on a conference call... geir On Sep 22, 2006, at 3:52 PM, Geir Magnusson Jr. wrote: Why does this even run? Logger.global is a public final static... How can it be set like this? geir On Sep 22, 2006, at 1:51 PM, Nikolay Kuznetsov

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Nikolay Kuznetsov
core dumps in debug and prints something like this in release: WARN DefaultJDBCAdapter - Could not create JDBC tables; they could already exist. Failure was: That might be simply because you created the tables needed when you ran the first time? I don't know for sure, but

Re: [drlvm] getting activeMQ to run

2006-09-22 Thread Geir Magnusson Jr.
what platform? I'm not seeing that... On Sep 22, 2006, at 4:01 PM, Nikolay Kuznetsov wrote: core dumps in debug and prints something like this in release: WARN DefaultJDBCAdapter - Could not create JDBC tables; they could already exist. Failure was: That might be

[classlib][launcher][drlvm] Running vm inside gdb

2006-09-22 Thread Ivan Volosyuk
I have problems running drlvm from gdb: (gdb) run Starting program: /home/ivan/svn/drlvm/trunk/build/deploy/jre/bin/java Test [Thread debugging using libthread_db enabled] [New Thread -1214326592 (LWP 25698)] [New Thread -1214510160 (LWP 25701)] Cannot find user-level thread for LWP 25698:

Re: [classlib][launcher][drlvm] Running vm inside gdb

2006-09-22 Thread Sunny Chan
Which version of gdb are you using? Older version of gdb doesn't play along well with nptl or java launcher which spawn another process. Try running your java program first and attach gdb to the process. Ivan Volosyuk wrote: I have problems running drlvm from gdb: (gdb) run Starting program:

Re: [classlib][launcher][drlvm] Running vm inside gdb

2006-09-22 Thread Ivan Volosyuk
GNU gdb 6.4 Attaching is ok, but it is not quite convinient to do attaching when running small test, I prefer: gdb --args prog args... but it no longer works for me after switch to new launcher. -- Ivan On 9/23/06, Sunny Chan [EMAIL PROTECTED] wrote: Which version of gdb are you using? Older

  1   2   >