Re: [drlvm][jit] A framework to inline API (classlib) methods as magics in JIT

2006-12-19 Thread George Timoshenko
Mikhail Fursov wrote: On 12/19/06, George Timoshenko <[EMAIL PROTECTED]> wrote: What answer do you expect from me? Can we add this API call to the list as "inlined in Jitrino HIR"? yes, sure.

Re: [general] aiming no regression

2006-12-19 Thread Vladimir Ivanov
On 12/20/06, Mikhail Loenko <[EMAIL PROTECTED]> wrote: I suggest that we don't exclude more tests listed in 2438 -- it seems like any swiing test can fail May be, but for last 10 days only these 4 swing tests sometimes reported 'failed' status. Instead we may remove all swing tests from CC w

Re: [general] aiming no regression

2006-12-19 Thread Mikhail Loenko
I suggest that we don't exclude more tests listed in 2438 -- it seems like any swiing test can fail Instead we may remove all swing tests from CC when run on J9 and try to fix the problem Thanks, Mikhail 2006/12/20, Vladimir Ivanov <[EMAIL PROTECTED]>: Actually, I was able to see these failur

Re: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Naveen Neelakantam
Thanks Vladimir, I ran stress.Sync and it PASSED. When I run stress.Mix I get the following output: java -cp . stress.Mix Couccd +saeuccdl+saleuccd+saleuccd+saleucas+dc concurrent terminated by java.lang.OutOfMemoryError: Failed to cre

Re: [general] aiming no regression

2006-12-19 Thread Vladimir Ivanov
Actually, I was able to see these failures on swing tests only. But even for swing these failures reproduced intermittently and only when all swing tests run in the one VM. Thanks, Vladimir On 12/19/06, Mikhail Loenko <[EMAIL PROTECTED]> wrote: have you seen this stack when other tests run?

Re: [drlvm][eclipse 3.1.1] the DRLVM failed to start the eclipse 3.1.1 with -XDvm.finalize=false flag

2006-12-19 Thread Vladimir Ivanov
Issue http://issues.apache.org/jira/browse/HARMONY-2807 was created to track this problem. Thanks, Vladimir On 12/19/06, Aleksey Ignatenko <[EMAIL PROTECTED]> wrote: Yes, it's reproducible for me. You should file jira on that issue. Instead you should use -XDvm.use_finalizer=false option - ev

Re: [buildtest]incorporating iterative classlib tests runs into CC

2006-12-19 Thread Vladimir Ivanov
This update looks fine. One minor note, I think the apache copyright messages should be added to non-text files. Thanks, Vladimir On 12/18/06, tatyana doubtsova <[EMAIL PROTECTED]> wrote: I updated the patch to http://issues.apache.org/jira/browse/HARMONY-2655 to incorporate iterative classli

Re: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Vladimir Ivanov
On 12/20/06, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: How do I run the tests alone? It is a common java programm. So just run -cp . stress.Mix from the drlvm\trunk\build\lnx_ia32_gccc_debug\semis\kernel.tests\classes directory. Thanks, Vladimir On Dec 19, 2006, at 11:36 PM, Evgueni

Re: [build] Downloading dependencies

2006-12-19 Thread Alexey Petrenko
If this library exists in system32 then we do not need to download it or do any additional search. Linker will do it for us. So we can simple remove all mentions of this library from dependencies. But when I suggested this last time someone reported that he has MSVC but does not have this library

Re: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Naveen Neelakantam
How do I run the tests alone? On Dec 19, 2006, at 11:36 PM, Evgueni Brevnov wrote: It may be two different reasons why these tests hang. Could you provide more info regarding stress.Sync test. In which mode the hang is observed? Are you able to reproduce the hang when the test are running along

Re: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Evgueni Brevnov
It may be two different reasons why these tests hang. Could you provide more info regarding stress.Sync test. In which mode the hang is observed? Are you able to reproduce the hang when the test are running along (not through build.sh test)? Thanks Evgueni On 12/20/06, Vladimir Ivanov <[EMAIL PR

Re: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Vladimir Ivanov
Issue http://issues.apache.org/jira/browse/HARMONY-2772 was created for this test on em64t platform (now it excluded for em64t). So this test should be improved or we have a problem in common part of VM. Thanks, Vladimir On 12/20/06, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: Could someone

Re: [testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Vladimir Ivanov
The CC system over XP runs builds of drlvm and classlib and 'ant test' for drlvm and classlib modules. Only classlib test run over IBMVM was dropped (as duplicate). Thanks, Vladimir On 12/19/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Geir Magnusson Jr. wrote: > > > Vladimir Ivanov wr

Re: [drlvm][smoke-tests] the smoke tests of DRLVM failed today on the WindowsXP

2006-12-19 Thread Vladimir Ivanov
Today the other smoke test gc.FinAlloc finished with exit code -1073741819 on winXP. Could somebody evaluate it? thanks, Vladimir [exec] java_test_smoke_with_jit_or_interpreter: [exec] [echo] Using jitrino [exec] [echo] [exec] [echo]

Re: [build] Downloading dependencies

2006-12-19 Thread Leo Li
On 12/20/06, Leo Li <[EMAIL PROTECTED]> wrote: Yes, actually we can just get MSVC71.dll from the system32 directory at least from XP, but as for other windows versions I am not sure the exact version of MSVC DLL. So is it ok if we do not explicitly get it but use it while linking by the search

Re: [build] Downloading dependencies

2006-12-19 Thread Leo Li
Yes, actually we can just get MSVC71.dll from the system32 directory at least from XP, but as for other windows versions I am not sure the exact version of MSVC DLL. So is it ok if we do not explicitly get it but use it while linking by the search path of the os system just like other kernel32.dll

Re: [General]Do we need a way to publish all harmony tests?

2006-12-19 Thread Paulex Yang
Geir Magnusson Jr. wrote: Tony Wu wrote: On 12/15/06, Alexey Petrenko <[EMAIL PROTECTED]> wrote: Do you want to publish the tests in the jar with hdk to let Harmony users to run the tests? No, I think it may not be published with HDK. But it is necessary to supply a complete test suite sepa

Re: [drlvm][jit] A framework to inline API (classlib) methods as magics in JIT

2006-12-19 Thread Xiao-Feng Li
Btw, Mikhail, Yu-Nan did some work to make JIRA2652 WB inlining to work with SVN head. It would be great if you can adjust your patch and submit it as a ready patch for Harmony. We really want it can be committed as early as possible. The emconf file is only for your reference, attached is a new

Re: [drlvm][jit] A framework to inline API (classlib) methods as magics in JIT

2006-12-19 Thread Xiao-Feng Li
On 12/20/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: If we are talking of intrinsics in general, the lower level factoring has happened to some extent via the vmmagics, for api's the only way I can think of is pick out frequently used operations from perf runs etc. as Mikhail proposes. Some of t

Re: [drlvm][gcv5] finalizer design

2006-12-19 Thread Xiao-Feng Li
On 12/20/06, Rana Dasgupta <[EMAIL PROTECTED]> wrote: On 12/18/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > > > >For "WBS", I personally think the idea of WBS is buggy. For > >finalization, increasing thread number to compete with Java thread for > >scheduling opportunity is problematic. This id

Re: gump moves on...

2006-12-19 Thread Geir Magnusson Jr.
I can't believe it works. I was trying on x86 and found big problems. I'll report later... Stefano Mazzocchi wrote: ... and still stumbles on ant http://67.86.14.213:1/gump/ant/bootstrap-ant/gump_work/buildscript_ant_bootstrap-ant.html no idea what's wrong (it seems that our javac can't

Re: [build] Downloading dependencies

2006-12-19 Thread Geir Magnusson Jr.
Stefano Mazzocchi wrote: Geir Magnusson Jr. wrote: Do we really need to download this dll? Everyone who has the MSVC installed should have it, right? I don't care if it's downloaded, linked or magically generated out of looking into tea leaves, the problem is that the build needs manual int

gump moves on...

2006-12-19 Thread Stefano Mazzocchi
... and still stumbles on ant http://67.86.14.213:1/gump/ant/bootstrap-ant/gump_work/buildscript_ant_bootstrap-ant.html no idea what's wrong (it seems that our javac can't find some classes it needs to compile) but ant bootstraps fine on RI and fails on Harmony. -- Stefano.

Re: [build] Downloading dependencies

2006-12-19 Thread Stefano Mazzocchi
Tim Ellison wrote: > Stefano Mazzocchi wrote: >> Tim Ellison wrote: >>> I remember the discussion over the msvcr71.dll download. Have there been >>> other problems? >> it's still not fixed! > > Don't whinge, fix it! I only recently had access to a license of parallels that allows me to run window

Re: [build] Downloading dependencies

2006-12-19 Thread Stefano Mazzocchi
Geir Magnusson Jr. wrote: > Do we really need to download this dll? Everyone who has the MSVC > installed should have it, right? I don't care if it's downloaded, linked or magically generated out of looking into tea leaves, the problem is that the build needs manual intervention and this is not d

Re: [jira] Created: (HARMONY-2805) VM segfault

2006-12-19 Thread Geir Magnusson Jr.
oh! Jitrino in debug mode... probably not. geir Naveen Neelakantam wrote: Sorry to clarify, but did you get rid of the "-Dvm.jitrino.cfg=release" definition from build.sh? Thanks, Naveen On Dec 19, 2006, at 4:21 PM, Geir Magnusson Jr. wrote: Naveen Neelakantam wrote: I am currently wo

Re: [build] Downloading dependencies

2006-12-19 Thread Tim Ellison
Stefano Mazzocchi wrote: > Tim Ellison wrote: >> I remember the discussion over the msvcr71.dll download. Have there been >> other problems? > > it's still not fixed! Don't whinge, fix it!

Re: [jira] Created: (HARMONY-2805) VM segfault

2006-12-19 Thread Naveen Neelakantam
Sorry to clarify, but did you get rid of the "- Dvm.jitrino.cfg=release" definition from build.sh? Thanks, Naveen On Dec 19, 2006, at 4:21 PM, Geir Magnusson Jr. wrote: Naveen Neelakantam wrote: I am currently working to finish Egor Pasko's re-implementation of ABCD, and as a result I lik

Re: [build] Downloading dependencies

2006-12-19 Thread Geir Magnusson Jr.
Do we really need to download this dll? Everyone who has the MSVC installed should have it, right? geir Stefano Mazzocchi wrote: Tim Ellison wrote: Stefano Mazzocchi wrote: Mark Hindess wrote: I tried doing fetch-depends before rebuild but it would fail or corrupt dependencies often enoug

Re: Fwd: [jira] Created: (HARMONY-2805) VM segfault

2006-12-19 Thread Geir Magnusson Jr.
Naveen Neelakantam wrote: I am currently working to finish Egor Pasko's re-implementation of ABCD, and as a result I like to build vm.jitrino in debug mode (so that I can use asserts). However, building vm.jitrino in debug mode breaks DRLVM. I've created 2 JIRAs that reflect this HARMONY-28

Re: [build] Downloading dependencies

2006-12-19 Thread Stefano Mazzocchi
Tim Ellison wrote: > Stefano Mazzocchi wrote: >> Mark Hindess wrote: >>> I tried doing fetch-depends before rebuild but it would fail or corrupt >>> dependencies often enough that it caused more trouble than it solved. >>> I can try it again I suppose - IIRC it was ibiblio that was the main >>> pro

Re: [build] Downloading dependencies (was: Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test)

2006-12-19 Thread Alexey Petrenko
2006/12/20, Tim Ellison <[EMAIL PROTECTED]>: Stefano Mazzocchi wrote: > Mark Hindess wrote: >> I tried doing fetch-depends before rebuild but it would fail or corrupt >> dependencies often enough that it caused more trouble than it solved. >> I can try it again I suppose - IIRC it was ibiblio tha

[build] Downloading dependencies (was: Re: [continuum] BUILD FAILURE: Classlib/linux.ia32 Build/Test)

2006-12-19 Thread Tim Ellison
Stefano Mazzocchi wrote: > Mark Hindess wrote: >> I tried doing fetch-depends before rebuild but it would fail or corrupt >> dependencies often enough that it caused more trouble than it solved. >> I can try it again I suppose - IIRC it was ibiblio that was the main >> problem and that might have b

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

2006-12-19 Thread Tim Ellison
Stefano Mazzocchi wrote: > Tim Ellison wrote: >> Mikhail Loenko wrote: [exec] BUILD FAILED [exec] /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The following error occurred while executing this line: [exec] /home/hybld/continuum-working-

Fwd: [jira] Created: (HARMONY-2805) VM segfault

2006-12-19 Thread Naveen Neelakantam
I am currently working to finish Egor Pasko's re-implementation of ABCD, and as a result I like to build vm.jitrino in debug mode (so that I can use asserts). However, building vm.jitrino in debug mode breaks DRLVM. I've created 2 JIRAs that reflect this HARMONY-2805 and HARMONY-2804. T

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

2006-12-19 Thread Stefano Mazzocchi
Geir Magnusson Jr. wrote: > > > Stefano Mazzocchi wrote: >> Mikhail Loenko wrote: [exec] BUILD FAILED [exec] /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The following error occurred while executing this line: [exec] /home/hybld/conti

Re: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Alexey Petrenko
It hangs on stress.Sync for me... I'm using SUSE9 SY, Alexey 2006/12/19, Naveen Neelakantam <[EMAIL PROTECTED]>: Could someone please help me look into this? It is causing Cruise Control to hang on our test box. Thanks, Naveen Begin forwarded message: > From: "Naveen Neelakantam (JIRA)" <[E

Re: [drlvm][gcv5] finalizer design

2006-12-19 Thread Rana Dasgupta
On 12/18/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: >For "WBS", I personally think the idea of WBS is buggy. For >finalization, increasing thread number to compete with Java thread for >scheduling opportunity is problematic. This idea is an assumption that >the underlying scheduling system in

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

2006-12-19 Thread Geir Magnusson Jr.
Stefano Mazzocchi wrote: Mikhail Loenko wrote: [exec] BUILD FAILED [exec] /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The following error occurred while executing this line: [exec] /home/hybld/continuum-working-directory/6/classlib/make/build-java.xml:276: The

Fwd: [jira] Created: (HARMONY-2803) stress.Mix hangs on RHEL4 update 4

2006-12-19 Thread Naveen Neelakantam
Could someone please help me look into this? It is causing Cruise Control to hang on our test box. Thanks, Naveen Begin forwarded message: From: "Naveen Neelakantam (JIRA)" <[EMAIL PROTECTED]> Date: December 19, 2006 12:15:20 PM CST To: [EMAIL PROTECTED] Subject: [jira] Created: (HARMONY-28

Re: [general] JUnit consistency, practices

2006-12-19 Thread Ivan Popov
+1 On 12/19/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: My POV is that people don't have to create them, but if someone put one in because for whatever reason, they found it useful, leave it alone if it's not getting in the way geir Alexei Fedotov wrote: > Folks, > Have we decided anythi

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-12-19 Thread Ivan Popov
Since DRLVM seems the unique JVM implementation that reports inlined methods, it was proposed to document the order in which inlined methods are reported with COMPILED_METHOD_LOAD events - from the most wrapping method to the most inlined ones or vise versa. This will allow to adjust JVMTI tools f

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

2006-12-19 Thread Stefano Mazzocchi
Mark Hindess wrote: > On 19 December 2006 at 16:00, "Mikhail Loenko" <[EMAIL PROTECTED]> wrote: >> 2006/12/19, Tim Ellison <[EMAIL PROTECTED]>: >>> Mikhail Loenko wrote: > [exec] BUILD FAILED > [exec] > /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The >

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

2006-12-19 Thread Stefano Mazzocchi
Tim Ellison wrote: > Mikhail Loenko wrote: >>> [exec] BUILD FAILED >>> [exec] >>> /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The >>> following error occurred while executing this line: >>> [exec] >>> /home/hybld/continuum-working-directory/6/classlib/make/build-ja

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

2006-12-19 Thread Stefano Mazzocchi
Mikhail Loenko wrote: >> [exec] BUILD FAILED >> [exec] >> /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The >> following error occurred while executing this line: >> [exec] >> /home/hybld/continuum-working-directory/6/classlib/make/build-java.xml:276: >> The followin

Re: [drlvm][jit] A framework to inline API (classlib) methods as magics in JIT

2006-12-19 Thread Rana Dasgupta
If we are talking of intrinsics in general, the lower level factoring has happened to some extent via the vmmagics, for api's the only way I can think of is pick out frequently used operations from perf runs etc. as Mikhail proposes. Some of the helper fastpaths could themselves be candidates in j

Re: [drlvm][gcv5] finalizer design

2006-12-19 Thread Weldon Washburn
On 12/19/06, Pavel Afremov <[EMAIL PROTECTED]> wrote: Hi See my comments inline, please. On 12/19/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > For "magic", I don't see why this is special to the Java finalization > implementation. The key of finalization is to execute the Java > objects' fin

Re: Apache Harmony Board Report, December 2006

2006-12-19 Thread Tim Ellison
+1 Well written Tim Geir Magnusson Jr. wrote: > Apache Harmony Board Report, December 2006 > == > > Issues requiring the Board's attention: none. > > Infrastructure > -- > We have now completed our second full month of TLP, and with the recen

Apache Harmony Board Report, December 2006

2006-12-19 Thread Geir Magnusson Jr.
Apache Harmony Board Report, December 2006 == Issues requiring the Board's attention: none. Infrastructure -- We have now completed our second full month of TLP, and with the recent creation of our Solaris Zone, we have no outstanding infrastr

Re: [doc][user experience] minor improvements to website navigation and content

2006-12-19 Thread Alexei Fedotov
Nadya, The navigation becomes better. Thank you for a hard job. Though I believe twice less items and news on the main page would be good for a newbie. The following links are confusing for a generic Windows user who wants to install java to run his lovely java game: * Contribution Policy * Who

[classlib][xml] Update version of Xerces

2006-12-19 Thread Tim Ellison
Unless somebody objects, I'll update our Xerces dependency from 2.8.0 to 2.9.0. Regards, Tim

Re: [general] JUnit consistency, practices

2006-12-19 Thread Geir Magnusson Jr.
My POV is that people don't have to create them, but if someone put one in because for whatever reason, they found it useful, leave it alone if it's not getting in the way geir Alexei Fedotov wrote: Folks, Have we decided anything consistent about having main() method in JUnit tests? I've jus

Re: [general] JUnit consistency, practices

2006-12-19 Thread Alexei Fedotov
Folks, Have we decided anything consistent about having main() method in JUnit tests? I've just created one test. Should I add a main() method? Any decision is better than no decision. On 12/12/06, Oliver Deakin <[EMAIL PROTECTED]> wrote: That's great, thanks Sveta. Yes, I think this is defini

RE: [drlvm][doc] doxygen documentation

2006-12-19 Thread Morozova, Nadezhda
>-Original Message- >From: Geir Magnusson Jr. [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 19, 2006 6:16 PM >To: dev@harmony.apache.org >Subject: Re: [drlvm][doc] doxygen documentation > > > >Morozova, Nadezhda wrote: >> Hi all, >> >> I've committed new config files to drlvm/trunk/vm/

Re: [general] aiming no regression

2006-12-19 Thread Geir Magnusson Jr.
http://wiki.apache.org/harmony/Automated_Testing send to the commit list tatyana doubtsova wrote: The system can send notifications, if needed. What notification address should be used? Thanks, Tanya On 12/18/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Will the systems be reporting i

Re: [drlvm][doc] doxygen documentation

2006-12-19 Thread Geir Magnusson Jr.
Morozova, Nadezhda wrote: Hi all, I've committed new config files to drlvm/trunk/vm/doc so that you can build Doxygen documentation for drlvm interfaces locally. These script files are taken from HARMONY-2024. Suggestions/feedback welcome. If you are working on that JIRA, I think that you

Re: [general] aiming no regression

2006-12-19 Thread tatyana doubtsova
The system can send notifications, if needed. What notification address should be used? Thanks, Tanya On 12/18/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Will the systems be reporting in to us? geir tatyana doubtsova wrote: > I'm starting iterative classlib test runs under CC on win

Re: [drlvm][gcv5] finalizer design

2006-12-19 Thread Ivan Volosyuk
On 12/16/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: All. It's good to see this discussion initiated. That's exactly what we want. It would be a little frustrating to see our solution committed without any response from the community. :-) Anyway, we submitted GCv5 finalizer solution for three re

Re: [drlvm] stack dumping code needs deep refactoring

2006-12-19 Thread Egor Pasko
On the 0x244 day of Apache Harmony Alexey Varlamov wrote: > This is funny, but did you know that DRLVM provides decent post-mortem > backtrace for Linux ia32 only? Other platforms just keep this feature > off for no apparent reason... > Prowling around HARMONY-2667 [stack_trace.cpp:get_file_and_lin

[drlvm][doc] doxygen documentation

2006-12-19 Thread Morozova, Nadezhda
Hi all, I've committed new config files to drlvm/trunk/vm/doc so that you can build Doxygen documentation for drlvm interfaces locally. These script files are taken from HARMONY-2024. Suggestions/feedback welcome. Generated versions are stored at http://people.apache.org/~nadinem/ - intf_doc, dr

Re: [drlvm][smoke-tests] the smoke tests of DRLVM failed today on the WindowsXP

2006-12-19 Thread Egor Pasko
On the 0x244 day of Apache Harmony Vladimir Ivanov wrote: > On 12/19/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: > > > > -X does not work, there are predefined options already like -Xverify > > or -Xint, while we need arbitrary key[=value] strings. As for -XD vs > > -XX, I feel no strong prefere

Re: [classlib][sql] SerialBlob.setBytes exception thrown compatibility issue

2006-12-19 Thread Andrew Zhang
Hi guys, Any other opnions? If no one objects, I'll file a non-bug-difference-from RI JIRA for this issue. Thanks! On 12/18/06, Andrew Zhang <[EMAIL PROTECTED]> wrote: Hi guys, It's SerialBlob again. It's the third time to ask similar question about SerialBlob class. :) Let's take a look at

Re: [vmi] Retrieving system properties

2006-12-19 Thread Geir Magnusson Jr.
Oliver Deakin wrote: Alexey Varlamov wrote: 2006/12/15, Geir Magnusson Jr. <[EMAIL PROTECTED]>: Oliver Deakin wrote: It answers the question above, but didn't answer my earlier question (I think I asked, of why *not* to have (key, NULL)? The impl of System.getProperty() can enforce the AP

Re: [drlvm] stack dumping code needs deep refactoring

2006-12-19 Thread Geir Magnusson Jr.
Alexey Varlamov wrote: This is funny, but did you know that DRLVM provides decent post-mortem backtrace for Linux ia32 only? Other platforms just keep this feature off for no apparent reason... Prowling around HARMONY-2667 [stack_trace.cpp:get_file_and_line(...) uses incorrect IP for hardware e

Re: [general] aiming no regression

2006-12-19 Thread Elena Semukhina
On 12/18/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Mikhail Loenko wrote: > 2006/12/18, Geir Magnusson Jr. <[EMAIL PROTECTED]>: >> >> >> Mikhail Loenko wrote: >> > 2006/12/1, Geir Magnusson Jr. <[EMAIL PROTECTED]>: >> >> >> >> >> >> Mikhail Loenko wrote: >> >> > 4) We have cruise contro

[drlvm] stack dumping code needs deep refactoring

2006-12-19 Thread Alexey Varlamov
This is funny, but did you know that DRLVM provides decent post-mortem backtrace for Linux ia32 only? Other platforms just keep this feature off for no apparent reason... Prowling around HARMONY-2667 [stack_trace.cpp:get_file_and_line(...) uses incorrect IP for hardware exceptions] today, I found

Re: [drlvm][eclipse 3.1.1] the DRLVM failed to start the eclipse 3.1.1 with -XDvm.finalize=false flag

2006-12-19 Thread Geir Magnusson Jr.
Aleksey Ignatenko wrote: Yes, it's reproducible for me. You should file jira on that issue. Instead you should use -XDvm.use_finalizer=false option - everything works fine with it. Is "vm.finalize" a real flag that doesn't work, or just not a real flag? geir Aleksey. On 12/19/06, Vladimi

Re: [drlvm][smoke-tests] the smoke tests of DRLVM failed today on the WindowsXP

2006-12-19 Thread Geir Magnusson Jr.
Vladimir Ivanov wrote: On 12/19/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: -X does not work, there are predefined options already like -Xverify or -Xint, while we need arbitrary key[=value] strings. As for -XD vs -XX, I feel no strong preference, just thought that -XD is comprehensible en

Re: [testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Geir Magnusson Jr.
Geir Magnusson Jr. wrote: Vladimir Ivanov wrote: Currently my CC do the classlib tests run over the IBMVM on the WinXP and SUSE 9 Linux. Is it OK? Or should I switch it off to reduce the notifications flow? Now we receive 2 notifications for these runs - one from [EMAIL PROTECTED] and othe

Re: [testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Geir Magnusson Jr.
Vladimir Ivanov wrote: Currently my CC do the classlib tests run over the IBMVM on the WinXP and SUSE 9 Linux. Is it OK? Or should I switch it off to reduce the notifications flow? Now we receive 2 notifications for these runs - one from [EMAIL PROTECTED] and other from [EMAIL PROTECTED] It m

RE: [doc][user experience] minor improvements to website navigation and content

2006-12-19 Thread Morozova, Nadezhda
Hi all, I've tried to incorporate your feedback about the changed menu. The latest version is at my sandbox [1]. Does anybody object to merging the sandbox with the site? In addition to the new changes, that resource has several updated pages. I've tried not to lose anything, so it's restructuri

RE: [doc][drlvm] trunk has old doc files

2006-12-19 Thread Morozova, Nadezhda
Hi all, I have removed Developer's Guide, Getting Started and support files from the drlvm/trunk/vm/doc directory. These files are old (have never been updated). Newer versions are available on the website: http://harmony.apache.org/subcomponents/drlvm/ Cheers, Nadya >-Original Message---

Re: [testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Gregory Shimansky
Vladimir Ivanov wrote: Currently my CC do the classlib tests run over the IBMVM on the WinXP and SUSE 9 Linux. Is it OK? Or should I switch it off to reduce the notifications flow? Now we receive 2 notifications for these runs - one from [EMAIL PROTECTED] and other from [EMAIL PROTECTED] It may

Re: [drlvm][gcv5] finalizer design

2006-12-19 Thread Pavel Afremov
Absolutely agree. Especially, take in account the fact, that "native" finalizer thread should be associated with java thread. Hm…Could anyone found association code. It's strange but can't find it. Where is finalizer (refderence) "native" thread associated with java thread object? BR Pavel

Re: [build] Changing native compiler options by setting environment variables

2006-12-19 Thread Elena Semukhina
On 12/18/06, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: Alexey Petrenko wrote: > 2006/12/18, Geir Magnusson Jr. <[EMAIL PROTECTED]>: >> Alexey Petrenko wrote: >> > Guys, >> > >> > I've implemented possibility to set native compiler options for debug >> > and release mode through environment

Re: [general] aiming no regression

2006-12-19 Thread Mikhail Loenko
have you seen this stack when other tests run? maybe gui breaks something causing the failure? Are you able to reproduce the problem? Thanks, Mikhail 2006/12/19, Vladimir Ivanov <[EMAIL PROTECTED]>: On 12/19/06, Ivanov, Alexey A <[EMAIL PROTECTED]> wrote: > > There's only one GUI test in your

Re: [testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Vladimir Ivanov
Done. Thanks, Vladimir On 12/19/06, Tim Ellison <[EMAIL PROTECTED]> wrote: Vladimir Ivanov wrote: > Currently my CC do the classlib tests run over the IBMVM on the WinXP and > SUSE 9 Linux. Is it OK? Or should I switch it off to reduce the > notifications flow? Now we receive 2 notifications f

Re: [drlvm][gcv5] finalizer design

2006-12-19 Thread Pavel Afremov
Hi See my comments inline, please. On 12/19/06, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: For "magic", I don't see why this is special to the Java finalization implementation. The key of finalization is to execute the Java objects' finalize method. The "magics" can be applied to both ways (Java

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

2006-12-19 Thread Mark Hindess
On 19 December 2006 at 16:00, "Mikhail Loenko" <[EMAIL PROTECTED]> wrote: > 2006/12/19, Tim Ellison <[EMAIL PROTECTED]>: > > Mikhail Loenko wrote: > > >> [exec] BUILD FAILED > > >> [exec] > > >> /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The > > >> following error oc

Re: [testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Tim Ellison
Vladimir Ivanov wrote: > Currently my CC do the classlib tests run over the IBMVM on the WinXP and > SUSE 9 Linux. Is it OK? Or should I switch it off to reduce the > notifications flow? Now we receive 2 notifications for these runs - one > from > [EMAIL PROTECTED] and other from [EMAIL PROTECTED]

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

2006-12-19 Thread Mikhail Loenko
2006/12/19, Tim Ellison <[EMAIL PROTECTED]>: Mikhail Loenko wrote: >> [exec] BUILD FAILED >> [exec] >> /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The >> following error occurred while executing this line: >> [exec] >> /home/hybld/continuum-working-directory/6/cl

[testing][general] CC and runs of classlib tests over IBMVM

2006-12-19 Thread Vladimir Ivanov
Currently my CC do the classlib tests run over the IBMVM on the WinXP and SUSE 9 Linux. Is it OK? Or should I switch it off to reduce the notifications flow? Now we receive 2 notifications for these runs - one from [EMAIL PROTECTED] and other from [EMAIL PROTECTED] It may be OK for Linux - it is d

Re: [drlvm][jit] A framework to inline API (classlib) methods as magics in JIT

2006-12-19 Thread Mikhail Fursov
On 12/19/06, George Timoshenko <[EMAIL PROTECTED]> wrote: What answer do you expect from me? Can we add this API call to the list as "inlined in Jitrino HIR"? -- Mikhail Fursov

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-12-19 Thread Eugene Ostrovsky
No. This statement is about one reported code region of the outer method containing code region of the inlined method. On 12/19/06, George Timoshenko <[EMAIL PROTECTED]> wrote: a question: Eugene Ostrovsky wrote: > I.e. outer.start <= inlined.start < inlined.end <= outer.end (where > method.st

Re: [drlvm][jit] A framework to inline API (classlib) methods as magics in JIT

2006-12-19 Thread George Timoshenko
Mikhail Fursov wrote: On 12/19/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote: Mikhail, I'd also add j.l.System.arraycopy() to the list, see HARMONY-2247 (System::arraycopy by 'rep move' instruction). George Timoshenko is an expert in Jitrino arraycopy processing :) Let's wait his comments

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

2006-12-19 Thread Tim Ellison
Mikhail Loenko wrote: >> [exec] BUILD FAILED >> [exec] >> /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The >> following error occurred while executing this line: >> [exec] >> /home/hybld/continuum-working-directory/6/classlib/make/build-java.xml:276: >> The followin

Re: [drrvm][jitrino] How can we start Escape Analysis

2006-12-19 Thread Yu Zhang
Thanks for your helps. :-) We are interested not only in the EA, but also in the synchronization techniques. I further want to know whether EA is used for improving memory management in jitrino. Thanks, -- Yu USTC - Original Message - From: "Mikhail Fursov" <[EMAIL PROTECTED]> To: Sent:

Re: [drlvm][jvmti] Profiling support - Compiled Method Load event

2006-12-19 Thread George Timoshenko
a question: Eugene Ostrovsky wrote: I.e. outer.start <= inlined.start < inlined.end <= outer.end (where method.start = code_addr , method.end = code_addr + code_size - 1) In the described situation outer method is being reported with several events. Do I understald correctly, that in the ineq

[drlvm] LdInterface helper inlining. Review is needed.

2006-12-19 Thread Mikhail Fursov
All, In spite of Pavel Ozhdikhin implemented value profiling based interface devirtualization our 'helper_get_interface_vtable' is so slow (>10 times than RI in microtests) so it still consumes some measurable percents on benchmarks like SpecJBB2005. We can improve this helper performance by inli

Re: [general] aiming no regression

2006-12-19 Thread Vladimir Ivanov
On 12/19/06, Ivanov, Alexey A <[EMAIL PROTECTED]> wrote: There's only one GUI test in your list: javax.swing.JToggleButtonTest. The others test text model, and this particular tests don't use any swing UI components at all. If I remember your reports correctly, the latter three tests fail beca

Re: [general] JIRA issue search problem

2006-12-19 Thread Alexey Petrenko
Geir, is this possible to implement or not? SY, Alexey 2006/12/15, Alexey Petrenko <[EMAIL PROTECTED]>: 2006/12/14, Geir Magnusson Jr. <[EMAIL PROTECTED]>: > Alexey Petrenko wrote: > > I've just realized that I forgot about my another favorit search: "My > > unresolved". > > So I believe that

Re: [general] name for new mail list for build alerts

2006-12-19 Thread Stepan Mishura
On 12/18/06, Geir Magnusson Jr. wrote: I figure no day is complete without either a license debate or a naming debate, so... I want to create a new mail list for the build-test alerts, because it's too messy having them in the commit stream. There are lots of good reasons, including easier sor

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

2006-12-19 Thread Mikhail Loenko
[exec] BUILD FAILED [exec] /home/hybld/continuum-working-directory/6/classlib/build.xml:113: The following error occurred while executing this line: [exec] /home/hybld/continuum-working-directory/6/classlib/make/build-java.xml:276: The following error occurred while executing this l