Re: [general] POLL : supported platforms

2006-10-17 Thread Pavel Ozhdikhin
1. Windows XP x86, Windows Server 2003 x86 (32bit) 2. Linux SLES 9 32bit 3. Linux SUSE 9 64bit 3. Linux SLES 9 IPF Thank you, Pavel On 10/17/06, Xiao-Feng Li [EMAIL PROTECTED] wrote: My vote: FC4/5, Suse11, Windows XP/2003 X86 (both 32bit and 64bit), and IPF I guess it's a bit unclear to

Re: [drlvm] “java.compiler” property

2006-10-17 Thread Alexey Varlamov
2006/10/17, Mikhail Fursov [EMAIL PROTECTED]: On 10/17/06, Pavel Pervov [EMAIL PROTECTED] wrote: Mikhail, EM, as I see it, is interchangeable component. Should we require defining java.compiler for interpreted mode from all EMs? EM does not know the semantic of options it adds to the

[classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Andrew Zhang
Hi, does Harmony awt support win.xpstyle.dllName desktop property in windows XP? Consider following code: public static void main(String[] args) { Toolkit toolkit = Toolkit.getDefaultToolkit(); String xpstyleDll = (String) toolkit .getDesktopProperty(win.xpstyle.dllName);

Re: [classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Sergey Soldatov
No, it doesn't. Unfortunately most of desktop properties are not described in j2se documentation. If you feel that we need to support this property please file JIRA issue and we'll try to fix it ASAP. On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: Hi, does Harmony awt support

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Sergey Soldatov
Congratulations! Good work!

Re: [classlib][luni]Runtime.exec fails on Linux

2006-10-17 Thread Leo Li
Hi, all: I tried to build drlvm on linux, but when build update, it reports such error: [echo] downloading XALAN from no_settings_in_config_or_environment [echo] no_settings_in_config_or_environment BUILD FAILED /root/workspaces/workspace/drlvm/build/make/build.xml:240: The

[classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Tony Wu
Hi all, I found this when I tried to debug the failure tests of ant on harmony. Note the output of testcases below. import java.io.UnsupportedEncodingException; import java.nio.charset.Charset; import junit.framework.TestCase; public class TestCharset extends TestCase { public void test1()

Re: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-17 Thread Alexey Varlamov
2006/10/17, Geir Magnusson Jr. [EMAIL PROTECTED]: Rana Dasgupta wrote: On 10/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: So since I don't have Win 2003, I gotta just commit and let someone else test? Any committer have win 2003? I think that it may be hard to find a test at

Re: [classlib][luni]Runtime.exec fails on Linux

2006-10-17 Thread Alexey Varlamov
This is due to incorrect classlib location specified. Please ensure you provide correct (better absolute) path in build\drlvm.properties (if you use it) or external.dep.CLASSLIB.loc property value in cmdline: sh build.sh -Dexternal.dep.CLASSLIB.loc=$classlib This should point to the root of

Re: [classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Andrew Zhang
On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote: No, it doesn't. Unfortunately most of desktop properties are not described in j2se documentation. If you feel that we need to support this property please file JIRA issue and we'll try to fix it ASAP. Thanks Sergey! A JIRA issue (

Re: [j9][testing] some classlib unit tests fail

2006-10-17 Thread Boris Kuznetsov
I think that the best choice is to fix the test by implementing test's security manager. It would make the test be independent from environment. As a short-term solution the test run script may be fixed (use option '-Djava.security.policy=='). Thanks, Boris On 10/17/06, Fedotov, Alexei A

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Leo Li
I think Harmony is more reasonable. As spec says, if Charset.forName(UnicodeBig) throws .UnsupportedCharsetException then no support for the named charset is available in this instance of the Java virtual machine. Then how can we get new String(b, UnicodeBig) without throwing

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Mikhail Fursov
My congratulations! Let's move the project faster! :) On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote: Congratulations! Good work! -- Mikhail Fursov

Re: [classlib]Harmony passes 73% on Derby.

2006-10-17 Thread Mikhail Fursov
Leo, just a simple interest, could you try to run harmony with -Xem:opt, -Xem:jet, -Xem:server, -Xem:server_static options? These are all modes drlvm supports today except the default one (-Xem:client) For example if the test passes with Jitrino.JET (-Xem:jet) and fails with Jitrino.OPT

[DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread yunan He
Hi, the patch attached in JIRA 1886 is an implementation of interior pointer for GCv5 of DRLVM. It would be great if some commiter can help to review and commit it. http://issues.apache.org/jira/browse/HARMONY-1886 Repeat the desciption : Attached patch is an implementation of interior pointer

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread Mikhail Fursov
Yu-Nan, to make GCv5 to work with Jitrino.OPT you need WB support. Do you need a help to implement it or you already have the implementation? On 10/17/06, yunan He [EMAIL PROTECTED] wrote: Hi, the patch attached in JIRA 1886 is an implementation of interior pointer for GCv5 of DRLVM. It would

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Vladimir Ivanov
My congratulations! Thanks, Valdimir On 10/17/06, Ilya Okomin [EMAIL PROTECTED] wrote: Congratulations! On 10/17/06, Mikhail Fursov [EMAIL PROTECTED] wrote: My congratulations! Let's move the project faster! :) On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote: Congratulations!

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Igor Stolyarov
Congratulations! Well done! 2006/10/17, Ilya Okomin [EMAIL PROTECTED]: Congratulations! On 10/17/06, Mikhail Fursov [EMAIL PROTECTED] wrote: My congratulations! Let's move the project faster! :) On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote: Congratulations! Good work!

Re: [general] POLL : supported platforms

2006-10-17 Thread Egor Pasko
What a flame! :) I am afraid of supporting Gentoo, it's so diverse inside :) For now, my vote would go to: Linux(Ubuntu/Debian/SUSE/FC)/i686/x86_64/gcc-4.1 (all combinations) (to be changed in future) and, yes, windoze.. On the 0x205 day of Apache Harmony Gregory Shimansky wrote: I have

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread yunan He
Mikhail, I have prepared a Jitrino.OPT write barrier implementation and will send it to you for review soon. Thanks. BTW, did the JET WB4C patch commit to the harmony? Yu-Nan On 10/17/06, Mikhail Fursov [EMAIL PROTECTED] wrote: Yu-Nan, to make GCv5 to work with Jitrino.OPT you need WB

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Alex Blewitt
On 17/10/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committers, in alphabetical order : Oliver Deakin Richard Liang Alexey Petrenko Gregory Shimansky Alexey Varlamov Alexei Zakharov Congratulations guys :-) Alex.

Re: [general] POLL : supported platforms

2006-10-17 Thread Mikhail Fursov
On 10/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Great! Write that down with your votes. (Note, I was just kicking this off, not being comprehensive...) OK, I'll try to add more restrictions to the list. 1) DRLVM JIT has a limitation today: we can run only on PC with SSE/SSE2

Re: [drlvm] “java.compiler” property

2006-10-17 Thread Mikhail Fursov
On 10/17/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Seemingly default Java properties are not significant for components loading and should be set after all components init, no overriding. I'm agree if we are speaking only about default Java properties. VM can set them up right before

Re: [classlib][luni]Runtime.exec fails on Linux

2006-10-17 Thread Leo Li
Hi, Alexey: Thank you. I have started to build the system. Besides, I think the problem is not related to classlib. Since I have let fork called in a native function, but it fails on J9. On 10/17/06, Alexey Varlamov [EMAIL PROTECTED] wrote: This is due to incorrect classlib

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-17 Thread Alex Blewitt
On 17/10/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: The Harmony PPMC has been discussing and has approved asking to graduate from the Apache Incubator and become a Top Level Project. This means that we would become an official project of the Apache Software Foundation. Any comments, for or

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread Mikhail Fursov
Yu-Nan, Yes, please open new JIRA issue with Jitrino.OPT implementation. On 10/17/06, yunan He [EMAIL PROTECTED] wrote: BTW, did the JET WB4C patch commit to the harmony? AFAIK Jitrino.JET does support WB4C and WB4J today. The code is already in SVN and GCv5 or any other generational GC

RE: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Ivanov, Alexey A
Congratulations to all! -- Alexey A. Ivanov Intel Middleware Product Division -Original Message- From: Geir Magnusson Jr [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 7:59 AM To: harmony-dev@incubator.apache.org Subject: [announce] New Apache Harmony Committers : Oliver

Re: [drlvm] The first GC helper with fast-path implemented in Java: gc_alloc

2006-10-17 Thread Mikhail Fursov
I agree with Robin and Rana both. IMO we should move with small steps and support helpers inlining first as Rana said. (Actually this is a big intercomponent task) After we run primitive 'magic' code safely and we have an experience with 'magics' it will be the time to refactor and take into

[drlvm][threading] Is it safe to use hythread_suspend_all and hythread_resume_all?

2006-10-17 Thread Evgueni Brevnov
Hi All, I'd like to here you opinion regarding hythread_suspend_all and hythread_resume_all functionality provided by TM. Actually I have to separate questions: 1) I found that hythread_suspend_all calls thread_safe_point_impl inside. There is no assertion regarding thread's state upon

Re: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-17 Thread Elena Semukhina
It seems that the patch for HARMONY-1751http://issues.apache.org/jira/browse/HARMONY-1751 is ready and the patch for HARMONY-1720http://issues.apache.org/jira/browse/HARMONY-1751 is waiting for Alexey Varlamov's evaluation. On 10/13/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: Oops, review

Re: [classlib]Harmony passes 73% on Derby.

2006-10-17 Thread Leo Li
Mikhail, unfortunately derby test cannot run on drlvm. An assert fail exception will be thrown out. I have talked about it in another thread http://www.mail-archive.com/harmony-dev@incubator.apache.org/msg15643.html and raised jira as 1836. On 10/17/06, Mikhail Fursov [EMAIL PROTECTED] wrote:

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Andrew Zhang
On 10/17/06, Leo Li [EMAIL PROTECTED] wrote: I think Harmony is more reasonable. As spec says, if Charset.forName(UnicodeBig) throws .UnsupportedCharsetException then no support for the named charset is available in this instance of the Java virtual machine. Then how can we get new String(b,

Re: [classlib]Harmony passes 73% on Derby.

2006-10-17 Thread Mikhail Fursov
Oh, sorry. I read this thread, it mentions the harmonyvm, the stability degradation in the last months so the first thought was about DRLVM and recent BBC affect :) On 10/17/06, Leo Li [EMAIL PROTECTED] wrote: Mikhail, unfortunately derby test cannot run on drlvm. An assert fail exception

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Salikh Zakirov
Geir Magnusson Jr wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committers, in alphabetical order : Oliver Deakin Richard Liang Alexey Petrenko Gregory Shimansky Alexey Varlamov Alexei Zakharov Congratulations, Oliver, Richard, Gregory and Alexey(s)!

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Andrew Zhang
On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/17/06, Leo Li [EMAIL PROTECTED] wrote: I think Harmony is more reasonable. As spec says, if Charset.forName(UnicodeBig) throws .UnsupportedCharsetException then no support for the named charset is available in this instance of

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread yunan He
Mikhail, I can not find the code in SVN and could tell me the revision number? Thanks. Yu-Nan On 10/17/06, Mikhail Fursov [EMAIL PROTECTED] wrote: Yu-Nan, Yes, please open new JIRA issue with Jitrino.OPT implementation. On 10/17/06, yunan He [EMAIL PROTECTED] wrote: BTW, did the JET

Re: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-17 Thread Elena Semukhina
I added one more issue to http://wiki.apache.org/harmony/Unit_Tests_Pass_on_DRLVM. It is http://issues.apache.org/jira/browse/HARMONY-1648. It is drlvm/TM issue and will cause the ThreadGroupTest failure after HARMONY-1625 is applied. Could anyone look at this issue? On 10/17/06, Elena Semukhina

Re: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-17 Thread Elena Semukhina
HARMONY-1823 is ready for commit. It will increase classlib pass rate significantly! On 10/17/06, Elena Semukhina [EMAIL PROTECTED] wrote: I added one more issue to http://wiki.apache.org/harmony/Unit_Tests_Pass_on_DRLVM . It is http://issues.apache.org/jira/browse/HARMONY-1648. It is drlvm/TM

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread Mikhail Fursov
It's strange to me that it is not in the trunk too. So I was wrong. I thought it is already there because it was posted to JIRA many days ago and it was very urgent task. So it is still in JIRA: http://issues.apache.org/jira/browse/HARMONY-1785 On 10/17/06, yunan He [EMAIL PROTECTED] wrote:

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Tony Wu
Thank you Andrew, I think I got the point. The j.l.String of RI uses the encoding of IO whereas Charset.forName use another of NIO. And the new problem is shall we follow the spec[1] to support the two suites of charset implemetation? I just have a look and find we does not support some

Re: [drlvm][kernel] Should we be compatible with RI ThreadGroup bug?

2006-10-17 Thread Elena Semukhina
As everyone keeps silence, I'd suggest to change implementation to be bug compatible with RI. On 10/15/06, Elena Semukhina [EMAIL PROTECTED] wrote: On 10/14/06, Tim Ellison [EMAIL PROTECTED] wrote: Elena Semukhina wrote: Classlib test ThreadGroupTest.test_setMaxPriorityI() fails on DRLVM

Re: [drlvm] Thread me tender, thread me true, never throw an OOM...

2006-10-17 Thread Egor Pasko
On the 0x205 day of Apache Harmony Geir Magnusson, Jr. wrote: So, with public class Test implements Runnable { static int i = 0; public void run() { try { Thread.sleep(1); } catch (Throwable e) { e.printStackTrace(); } }

Re: [drlvm] why not use a defined constant for max int?

2006-10-17 Thread Mikhail Fursov
Just my $.02: open/types.h : #define MAX_UINT32 0x looks like a good place to add MAX_INT32 definition. On 10/17/06, Alex Astapchuk [EMAIL PROTECTED] wrote: Geir Magnusson Jr. wrote: stdint.h It's part of C99, not C++. #7.18.2 of C99 states about INTn_MAX: 'C++ implementations should

Re: [dlrvm] ClassCircularityError in recursive compilation (Was: Re: [drlvm] smoke test : gc PhantomReferenceQueueTest is really unstable)

2006-10-17 Thread Pavel Pervov
The scenario I described earlier is impossible. Resolution of any class referenced in some other class is performed by class loader, which loaded that other class. So, no chance to load A and referencing class loader (UCL) with this UCL. Sorry for confusion. Regards, Pavel. P.S. Still there

Re: [classlib][luni][charset]Strange behavior of UnicodeBig

2006-10-17 Thread Andrew Zhang
On 10/17/06, Tony Wu [EMAIL PROTECTED] wrote: Thank you Andrew, I think I got the point. The j.l.String of RI uses the encoding of IO whereas Charset.forName use another of NIO. exactly! And the new problem is shall we follow the spec[1] to support the two suites of charset implemetation?

Re: [classlib][xnet] Problem connecting using SSLSocketImpl

2006-10-17 Thread Alexander Kleymenov
Hello Gerald! It is glad to hear that You are trying to use Harmony's JSSE provider! I'd like to inquire if there is any intention in the future to support any of the TLS AES type cipher suites? Now only the base Cipher Suites (described by RFC 2246) are supported. But the design of the

[doc]too many building instructions?

2006-10-17 Thread Morozova, Nadezhda
Folks, I've had a strange impression just now that we have too many building instructions for Harmony sources: [1] http://incubator.apache.org/harmony/subcomponents/classlibrary/build_cla sslib.html Building Class Library only [2] http://incubator.apache.org/harmony/quickhelp_contributors.htm

Re: [classlib]Harmony passes 73% on Derby.

2006-10-17 Thread Sian January
Hi Leo, I have had a look at your patch and it looks fine. I have also run the tests once or twice since April when I first did it and I saw a lower pass rate too, so I don't think you've done anything wrong. I did run fewer tests in April as I think I was using a 1.4 target, but even so there

Re: Hot to Write GC requires improvement

2006-10-17 Thread Salikh Zakirov
Svetlana, I've looked through your changes. Mostly they look okay, and they greatly improve the visual presentation. Originally, GC-howto was created using AsciiDoc[1] toolchain from the source text file and source .cpp file. Modifying .html file directly means that we cannot update the

Re: Hot to Write GC requires improvement

2006-10-17 Thread Salikh Zakirov
Svetlana, I've looked through your changes. Mostly they look okay, and they greatly improve the visual presentation. Originally, GC-howto was created using AsciiDoc[1] toolchain from the source text file and source .cpp file. Modifying .html file directly means that we cannot update the

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Denis Kishenko
Andrew, patch was applied and verified. Could you check, does it fix problem? 2006/10/16, Andrew Zhang [EMAIL PROTECTED]: On 10/16/06, Denis Kishenko [EMAIL PROTECTED] wrote: This issue has been filed and patched three weeks ago but wasn't applied yet (as many others). Thanks Denis! Look

Re: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-17 Thread Gregory Shimansky
2006/10/17, Alexey Varlamov [EMAIL PROTECTED]: 2006/10/17, Geir Magnusson Jr. [EMAIL PROTECTED]: Rana Dasgupta wrote: On 10/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: So since I don't have Win 2003, I gotta just commit and let someone else test? Any committer have win

Re: [classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Dmitry Durnev
I'll take a look at this issue. On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote: No, it doesn't. Unfortunately most of desktop properties are not described in j2se documentation. If you feel that we need to support this property please

Re: [drlvm][kernel] Should we be compatible with RI ThreadGroup bug?

2006-10-17 Thread Tony Wu
Joshua Bloch said, thread groups are largely obsolete.,Avoid thread groups! I think it is not necessary to fullly comply with RI here ;-) On 10/17/06, Elena Semukhina [EMAIL PROTECTED] wrote: As everyone keeps silence, I'd suggest to change implementation to be bug compatible with RI. On

RE: Re: Hot to Write GC requires improvement

2006-10-17 Thread Morozova, Nadezhda
Folks, Yes, I do have a newer version of the source file that produced the GC-howto document currently on the site - see attached. I am not sure we actually need to sync up with the original Asciidoc-input file. Will send a separate email with my thoughts soon. Thank you, Nadya Morozova

Re: [drlvm][kernel] Should we be compatible with RI ThreadGroup bug?

2006-10-17 Thread Alexey Varlamov
BTW, bug evaluation suggests that implementation may be fixed at beginning of the Java SE 7 cycle - one more argument to follow spec. So I vote for applying the H-1625 patch, all the more it fixes several other issues in the test. 2006/10/17, Tony Wu [EMAIL PROTECTED]: Joshua Bloch said, thread

RE: [classlib][swing] test failure: javax.swing.filechooser.FileSystemViewTest.testGetSystemTypeDescription

2006-10-17 Thread Ivanov, Alexey A
Richard, I've filed JIRA issue [1] for this problem. To my mind, we should just remove these locale dependent assertions. On the other hand there will be only a few tests left after then. Any other suggestions? Regards, Alexey. P.S. See also related issue [2]:

Re: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-17 Thread Elena Semukhina
On 10/17/06, Fedotov, Alexei A [EMAIL PROTECTED] wrote: We have mighty guys on this list. Why cannot we just fix these tests instead of excluding them? I suggest starting with basic threading issues such as org.apache.harmony.luni.tests.java.lang.ThreadTest,

[classlib][swing] test hangs: j.s.filechooser.FileSystemViewTest prompts to insert disk into drive A:

2006-10-17 Thread Ivanov, Alexey A
Hello everyone, When running tests on Windows, FileSystemViewTest.testGetSystemDisplayName() pops up a dialog prompting to insert disk into drive A:. This dialog prevents normal running of other tests. IMO, the problem assertion could be deleted without loss of coverage. Any other

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Sergey Soldatov
It's ok, since we're using platform depended fonts and they are different from RI. On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/17/06, Denis Kishenko [EMAIL PROTECTED] wrote: Andrew, patch was applied and verified. Could you check, does it fix problem? Thanks Denis! It works!

FW: [doc]too many building instructions?

2006-10-17 Thread Morozova, Nadezhda
Sorry for confusion, my mailer broke some of the links. Resending: [1] http://incubator.apache.org/harmony/subcomponents/classlibrary/build_cla sslib.html [2] http://incubator.apache.org/harmony/quickhelp_contributors.html [3] and [4] seem to work normally. Thank you, Nadya Morozova

RE: Re: Hot to Write GC requires improvement

2006-10-17 Thread Morozova, Nadezhda
Salikh, About your concern for updating resulting HTML and not the source TXT for Asciidoc-generated documents: I agree that technically Sveta's approach is not professional :) However, for the How to Write a GC document, I do not think that the issue is big enough because the doc seems quite

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Alexei Zakharov
Congratulations! I believe in us. :) Regards, 2006/10/17, Geir Magnusson Jr [EMAIL PROTECTED]: Please join the Apache Harmony PPMC in welcoming the project's newest committers, in alphabetical order : Oliver Deakin Richard Liang Alexey Petrenko Gregory Shimansky Alexey Varlamov Alexei

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Alexey Varlamov
Thank you all for support and warmhearted words! -- Regards, Alexey 2006/10/17, Alexei Zakharov [EMAIL PROTECTED]: Congratulations! I believe in us. :) Regards, 2006/10/17, Geir Magnusson Jr [EMAIL PROTECTED]: Please join the Apache Harmony PPMC in welcoming the project's newest

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Alexey Varlamov
The generated report looks fine, though has a little problem about text position. So how are we scored? - Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [classlib][awt] An awt bug? (was Re: [application] [feedback] VM crashed when running Poleposition on Harmony)

2006-10-17 Thread Ilya Okomin
On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/17/06, Denis Kishenko [EMAIL PROTECTED] wrote: Andrew, patch was applied and verified. Could you check, does it fix problem? Thanks Denis! It works! The generated report looks fine, though has a little problem about text position.

Re: [drlvm] [testing] Excluding commit tests until the problem is fixed

2006-10-17 Thread Gregory Shimansky
My 2003 server is installed on a single core P4 with HT. The test attached to HARMONY-1669 works fine for me both with and without patch :) I may get an access to dual core server as described in JIRA but I am afraid it will take a few days. Probably we can just apply the patch since it doesn't

Re: [classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Dmitry Durnev
Andrew, which version of RI do you have? On my JRockit 1.5.0(Windows XP) output of your test is null... On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: On 10/17/06, Sergey Soldatov [EMAIL PROTECTED] wrote: No, it doesn't. Unfortunately most of desktop properties are not described in j2se

[classlib] logging (was: Re: [classlib][xnet] Problem connecting using SSLSocketImpl)

2006-10-17 Thread Mikhail Loenko
2006/10/17, Alexander Kleymenov [EMAIL PROTECTED]: Hello Gerald! It is glad to hear that You are trying to use Harmony's JSSE provider! I'd like to inquire if there is any intention in the future to support any of the TLS AES type cipher suites? Now only the base Cipher Suites (described by

Re: [classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Dmitry Durnev
Sorry, RI version doesn't matter, I just had Windows XP themes turned off :) On 10/17/06, Dmitry Durnev [EMAIL PROTECTED] wrote: Andrew, which version of RI do you have? On my JRockit 1.5.0(Windows XP) output of your test is null... On 10/17/06, Andrew Zhang [EMAIL PROTECTED] wrote: On

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-17 Thread Tim Ellison
+1. I'm for it. Regards, Tim Geir Magnusson Jr wrote: The Harmony PPMC has been discussing and has approved asking to graduate from the Apache Incubator and become a Top Level Project. This means that we would become an official project of the Apache Software Foundation. In terms of our

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Tim Ellison
Well done everyone -- keep up the good work! Geir Magnusson Jr wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committers, in alphabetical order : Oliver Deakin Richard Liang Alexey Petrenko Gregory Shimansky Alexey Varlamov Alexei Zakharov These six

[classlib] javax.activity package. where to go?

2006-10-17 Thread Mikhail Loenko
There is javax.activity package that has 3 exception classes and nothing else. I doubt we need a dedicated module for them. I think they should go to RMI module. If no objections, I'll implement them there. This red line in Japi reports makes me unhappy. Thanks, Mikhail

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-17 Thread Weldon Washburn
+1 Wonderful! On 10/17/06, Tim Ellison [EMAIL PROTECTED] wrote: +1. I'm for it. Regards, Tim Geir Magnusson Jr wrote: The Harmony PPMC has been discussing and has approved asking to graduate from the Apache Incubator and become a Top Level Project. This means that we would become an

Re: [classlib][luni]Runtime.exec fails on Linux

2006-10-17 Thread Geir Magnusson Jr.
What? That error is related to not being able to find a built classlib. One easy way, if you are using /enhanced/trunk as per the directions in the getting started section of the website, is to rename the example drlvm.properties.example in working_vm/build and use that. geir Leo Li wrote:

Re: [classlib][awt] Does Harmony awt support win.xpstyle.dllName desktop property in windows XP?

2006-10-17 Thread Geir Magnusson Jr.
How many are there that aren't described? Sergey Soldatov wrote: No, it doesn't. Unfortunately most of desktop properties are not described in j2se documentation. If you feel that we need to support this property please file JIRA issue and we'll try to fix it ASAP. On 10/17/06, Andrew Zhang

Re: ECJ set as default compiler (WAS: [general] version of gcc and other tools)

2006-10-17 Thread Tim Ellison
Nathan Beyer wrote: I haven't figured out to configure the ECJ options via the Ant task yet, so if anyone know, please let the list know. Add a compilerarg nested element, e.g. Index: build-java.xml === --- build-java.xml

[classlib][luni] Please review HARMONY-1858 (Eclipse Help failure)

2006-10-17 Thread Nina Rinskaya
Hi all, Could anyone please review the problem description and the fix suggested for https://issues.apache.org/jira/browse/HARMONY-1858#action_12442838? Although the problem reported is not reproducible with the fix, I suspect that the issue might need more thorough investigation and a better

Re: [classlib][swing] test hangs: j.s.filechooser.FileSystemViewTest prompts to insert disk into drive A:

2006-10-17 Thread Alexey Varlamov
2006/10/17, Ivanov, Alexey A [EMAIL PROTECTED]: Hello everyone, When running tests on Windows, FileSystemViewTest.testGetSystemDisplayName() pops up a dialog prompting to insert disk into drive A:. This dialog prevents normal running of other tests. LOL IMO, the problem assertion could be

Re: [drlvm] the big soup of VM properties (HARMONY-1626)

2006-10-17 Thread Mikhail Fursov
Is there any progress in this area? Just an interest, because I think that properties refactoring is rather important task. + Does anybody knows the answer on the following question: All JIT settings are VM properties. User can change the behaviour by redefining them. Does it affect TCK

Re: Hot to Write GC requires improvement

2006-10-17 Thread Weldon Washburn
I agree with Rana's, Geir's and Salikh's comments. One minor comment. Section 2 is titled, Implementing the GC interface. A better description might be something like, Implementing a collector that uses the GC interface. On 10/16/06, Konovalova, Svetlana [EMAIL PROTECTED] wrote: Folks, I

Re: [general] POLL : supported platforms

2006-10-17 Thread Geir Magnusson Jr.
Mikhail Fursov wrote: On 10/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Great! Write that down with your votes. (Note, I was just kicking this off, not being comprehensive...) OK, I'll try to add more restrictions to the list. 1) DRLVM JIT has a limitation today: we can run

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-17 Thread Geir Magnusson Jr.
Alex Blewitt wrote: On 17/10/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: The Harmony PPMC has been discussing and has approved asking to graduate from the Apache Incubator and become a Top Level Project. This means that we would become an official project of the Apache Software

Re: [drlvm] Thread me tender, thread me true, never throw an OOM...

2006-10-17 Thread Artem Aliev
Gier, I do some experiments on this issue. It is funny, but it is reproduced only by ubuntu user that logged to console. It does not reproduce on SuSe at all. Following sequence is more funny : )) [EMAIL PROTECTED] java Test fail ... on 370 [EMAIL PROTECTED] su - kna [EMAIL PROTECTED] java Test

Re: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-17 Thread Elena Semukhina
HARMONY-1720 patch has been evaluated by Alexey Varlamov and could be committed too. On 10/17/06, Elena Semukhina [EMAIL PROTECTED] wrote: HARMONY-1823 is ready for commit. It will increase classlib pass rate significantly! On 10/17/06, Elena Semukhina [EMAIL PROTECTED] wrote: I added one

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-17 Thread Mikhail Fursov
:( It's a peak of the evolutionary process inside of Apache. Nothing to dream about left here.. On 10/17/06, Weldon Washburn [EMAIL PROTECTED] wrote: +1 Wonderful! On 10/17/06, Tim Ellison [EMAIL PROTECTED] wrote: +1. I'm for it. Regards, Tim Geir Magnusson Jr wrote: The Harmony

Re: [drlvm][unit tests] the goal is to achieve 100% pass rate

2006-10-17 Thread Geir Magnusson Jr.
which patch of the two should be applied? Or both? (please respond on the JIRA...) Elena Semukhina wrote: HARMONY-1823 is ready for commit. It will increase classlib pass rate significantly! On 10/17/06, Elena Semukhina [EMAIL PROTECTED] wrote: I added one more issue to

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread Geir Magnusson Jr.
Weldon? Mikhail Fursov wrote: It's strange to me that it is not in the trunk too. So I was wrong. I thought it is already there because it was posted to JIRA many days ago and it was very urgent task. So it is still in JIRA: http://issues.apache.org/jira/browse/HARMONY-1785 On 10/17/06,

Re: [general] POLL : supported platforms

2006-10-17 Thread Mikhail Fursov
On 10/17/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: 2) Do we need to add to the 'officially supported' list platforms that are unable to run HelloWorld app? I don't understand - how would it be supported if it didn't work? Neither do I. But I see in the list OsX, IPF... -- Mikhail

Re: [drlvm][kernel] Should we be compatible with RI ThreadGroup bug?

2006-10-17 Thread Geir Magnusson Jr.
Agreed. Lets match J9 and RI for now. We can always revisit as it will be logged, right? :) Elena Semukhina wrote: As everyone keeps silence, I'd suggest to change implementation to be bug compatible with RI. On 10/15/06, Elena Semukhina [EMAIL PROTECTED] wrote: On 10/14/06, Tim Ellison

Re: [drlvm] Thread me tender, thread me true, never throw an OOM...

2006-10-17 Thread Geir Magnusson Jr.
Artem Aliev wrote: Gier, I do some experiments on this issue. It is funny, but it is reproduced only by ubuntu user that logged to console. It does not reproduce on SuSe at all. This is related to my instinct that there's something weird about Ubuntu and memory. Remember the fork()

Re: [drlvm] Thread me tender, thread me true, never throw an OOM...

2006-10-17 Thread Weldon Washburn
Geir, I am running Test.java on windows with an svn revision from late last week. Right now, it is at Iteration: 140 and still going. Because of MMTk porting, GCV4.0 is configured in. Perhaps you can try with GCV4.0 to narrow down where the bug is? On 17 Oct 2006 16:14:58 +0700, Egor

Re: [drlvm] Thread me tender, thread me true, never throw an OOM...

2006-10-17 Thread Artem Aliev
-Dvm.finalize=off also help :) On 10/17/06, Weldon Washburn [EMAIL PROTECTED] wrote: Geir, I am running Test.java on windows with an svn revision from late last week. Right now, it is at Iteration: 140 and still going. Because of MMTk porting, GCV4.0 is configured in. Perhaps you can

Re: [DRLVM](JIRA-1886)interior pointer for GCv5 of DRLVM

2006-10-17 Thread Weldon Washburn
I will get to it today. On 10/17/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Weldon? Mikhail Fursov wrote: It's strange to me that it is not in the trunk too. So I was wrong. I thought it is already there because it was posted to JIRA many days ago and it was very urgent task. So it

Re: Coverage (was Re: 37% of total test execution time is spent in a single test)

2006-10-17 Thread Gabriel Miretti
Vladimir Do you know why javax.swing.text.html tests weren't computed by the coverage tool if they are present in the SVN tree? Gabriel Miretti 2006/10/10, Vladimir Ivanov [EMAIL PROTECTED]: On 10/6/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: - 'cc' - for cruise control script (and

Re: ECJ set as default compiler (WAS: [general] version of gcc and other tools)

2006-10-17 Thread Geir Magnusson Jr.
how do you turn off the default ones? Tim Ellison wrote: Nathan Beyer wrote: I haven't figured out to configure the ECJ options via the Ant task yet, so if anyone know, please let the list know. Add a compilerarg nested element, e.g. Index: build-java.xml

Re: [announce] New Apache Harmony Committers : Oliver Deakin, Richard Liang, Alexey Petrenko, Gregory Shimansky, Alexey Varlamov, Alexei Zakharov

2006-10-17 Thread Oliver Deakin
Thanks for all your messages, and congratulations to all the other new committers :) Geir Magnusson Jr wrote: Please join the Apache Harmony PPMC in welcoming the project's newest committers, in alphabetical order : Oliver Deakin Richard Liang Alexey Petrenko Gregory Shimansky Alexey

Re: [general] graduate from incubator to be a Top Level Project of the ASF

2006-10-17 Thread Geir Magnusson Jr.
Mikhail Fursov wrote: :( It's a peak of the evolutionary process inside of Apache. Nothing to dream about left here.. are you kidding? Hows this for a dream : Our dream is to be the first compatible open source implementation of Java SE. June of 2007 is Sun's target date for completing

Re: [general] POLL : supported platforms

2006-10-17 Thread Mikhail Loenko
2006/10/17, Geir Magnusson Jr. [EMAIL PROTECTED]: Mikhail Fursov wrote: On 10/16/06, Geir Magnusson Jr. [EMAIL PROTECTED] wrote: Great! Write that down with your votes. (Note, I was just kicking this off, not being comprehensive...) OK, I'll try to add more restrictions to the list.

[drlvm] Calling native methods from Java code: implementation details

2006-10-17 Thread Mikhail Fursov
All, Finally we have almost everything finished to post helper's fast-path inlining framework into JIRA. The issue is left is how to call native slow-path versions of the from Java code. We already discussed some of the aspects, but there was no detailed discussion with a final agreement what

  1   2   >