Re: [jira] Created: (HARMONY-3756) Failure running multiple instances of debug version of Harmony

2007-04-25 Thread Rana Dasgupta
Chris, I tried loading several instances simultaneously, but I don't reproduce it yet. However, I am running with the debug build of this morning's tree, not the hdk bits. Also, re: your comment about duplicate copies of gc_gen and MSVCR71D dll's getting loaded, it's possibly an abberation in you

Re: [OT] Harmony used in accepted research paper

2007-04-25 Thread Egor Pasko
On the 0x2B1 day of Apache Harmony Naveen Neelakantam wrote: > Hello all, > > You might like to hear that a paper which used Apache Harmony as part > of a research infrastructure was accepted to ISCA 2007 (International > Symposium on Computer Architecture). I will be presenting this work > in Sa

Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Stepan Mishura
On 4/26/07, Stepan Mishura wrote: On 4/26/07, Vladimir Ivanov wrote: > On 4/26/07, Stepan Mishura wrote: > > On 4/26/07, Vladimir Ivanov wrote: > > > Command 'java -version' does not work now on DRLVM: > > > > > > trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version > > > Harmony Jav

Re: [build] need help building harmony on windows

2007-04-25 Thread Pavel Ozhdikhin
Naveen, That's how I build on Windows (actual host names and ports are removed): # Set environment set PATH=c:\jrockit-jdk1.5.0\bin;c:\utils\apache-ant-1.6.5\bin;%PATH% set JAVA_HOME=c:\jrockit-jdk1.5.0 set ANT_HOME=c:\utils\apache-ant-1.6.5 set ANT_OPTS=-Dhttp.proxyHost=proxy_host -Dhttp.proxyP

Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Stepan Mishura
On 4/26/07, Vladimir Ivanov wrote: On 4/26/07, Stepan Mishura wrote: > On 4/26/07, Vladimir Ivanov wrote: > > Command 'java -version' does not work now on DRLVM: > > > > trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version > > Harmony Java launcher > > Apache Harmony Launcher : (c) C

Re: [build] need help building harmony on windows

2007-04-25 Thread Naveen Neelakantam
I'll try rolling back and see what happens. On Apr 25, 2007, at 10:37 PM, Vladimir Ivanov wrote: You can use r532300 for tests (r532301 was updated to show this message as 'usage help'). That is for jitrino question I never saw it. I think, we should wait our jit guys... thanks, Vladimir On

Re: [build] need help building harmony on windows

2007-04-25 Thread Naveen Neelakantam
I'm having trouble with the 1st step, getting a working VM with the usual build.bat script... On Apr 25, 2007, at 11:20 PM, Mikhail Fursov wrote: Nathan, before trying MSVS project files check that you can get valid VM working with a usual 'build/build.bat' script. After you have it use bu

Re: [build] need help building harmony on windows

2007-04-25 Thread Naveen Neelakantam
BidirectionalBubbleSort is a self contained app (see https:// issues.apache.org/jira/browse/HARMONY-1564) On Apr 25, 2007, at 10:39 PM, Nathan Beyer wrote: How are you setting the classpath? Where is the class file for your class? I would have expected something more like this. "java -cp sorts

Re: [build] need help building harmony on windows

2007-04-25 Thread Nathan Beyer
Huh? Are you talking to me? I'm not building this one. -Nathan On 4/25/07, Mikhail Fursov <[EMAIL PROTECTED]> wrote: Nathan, before trying MSVS project files check that you can get valid VM working with a usual 'build/build.bat' script. After you have it use build/custom/msvc2003 folder (for 32-

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Pavel Ozhdikhin
On 26 Apr 2007 00:05:19 +0400, Egor Pasko <[EMAIL PROTECTED]> wrote: On the 0x2C3 day of Apache Harmony Pavel Ozhdikhin wrote: > On 4/21/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: > > > > > > On Apr 20, 2007, at 4:45 AM, Egor Pasko wrote: > > > > > On the 0x2BE day of Apache Harmony Navee

Re: [build] need help building harmony on windows

2007-04-25 Thread Mikhail Fursov
Nathan, before trying MSVS project files check that you can get valid VM working with a usual 'build/build.bat' script. After you have it use build/custom/msvc2003 folder (for 32-bit Windows) and rebuild the whole soltion from there. If everything is working after these 2 steps - there will be no

Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Nathan Beyer
On 4/25/07, Vladimir Ivanov <[EMAIL PROTECTED]> wrote: On 4/26/07, Stepan Mishura <[EMAIL PROTECTED]> wrote: > On 4/26/07, Vladimir Ivanov wrote: > > Command 'java -version' does not work now on DRLVM: > > > > trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version > > Harmony Java laun

Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Vladimir Ivanov
On 4/26/07, Stepan Mishura <[EMAIL PROTECTED]> wrote: On 4/26/07, Vladimir Ivanov wrote: > Command 'java -version' does not work now on DRLVM: > > trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version > Harmony Java launcher > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apa

Re: [build] need help building harmony on windows

2007-04-25 Thread Nathan Beyer
How are you setting the classpath? Where is the class file for your class? I would have expected something more like this. "java -cp sorts.jar BidirectionalBubbleSort" of a file path instead of the JAR. -Nathan On 4/25/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: I tried to run a class fil

Re: [build] need help building harmony on windows

2007-04-25 Thread Vladimir Ivanov
You can use r532300 for tests (r532301 was updated to show this message as 'usage help'). That is for jitrino question I never saw it. I think, we should wait our jit guys... thanks, Vladimir On 4/26/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: I forgot to mention that I followed the dire

Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Stepan Mishura
On 4/26/07, Vladimir Ivanov wrote: Command 'java -version' does not work now on DRLVM: trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version Harmony Java launcher Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java [

Re: [build] need help building harmony on windows

2007-04-25 Thread Naveen Neelakantam
I tried to run a class file and I see the following on the command line: D:\neelakan\trunk\working_vm\build\win_ia32_msvc_debug\deploy\jdk\jre \bin>java BidirectionalBubbleSort Failure to open JIT dll D:\neelakan\trunk\working_vm\build \win_ia32_msvc_debug\deploy\jdk\jre\bin/default/\jitrino.dl

Re: [build] need help building harmony on windows

2007-04-25 Thread Naveen Neelakantam
I forgot to mention that I followed the directions on http:// harmony.apache.org/quickhelp_contributors.html On Apr 25, 2007, at 10:09 PM, Naveen Neelakantam wrote: I am trying to get a windows development environment setup to track down a bug (HARMONY-1788), but I'm having trouble. I manag

Re: [build] need help building harmony on windows

2007-04-25 Thread Vladimir Ivanov
Seems, it is OK now (ws was updated yesterday). Just run it with some class file. thanks, Vladimir On 4/26/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: I am trying to get a windows development environment setup to track down a bug (HARMONY-1788), but I'm having trouble. I managed to build

Re: [site] Downloads page says the HDK contains tests, but I can't see them

2007-04-25 Thread Vladimir Ivanov
Actually, HDK does not contain tests jet. We should fix some issue before it. First of all, some time ago the Harmony-984 was created to build test jars. But it was integrated only for security module (and I think it is outdated now). Second point, test jars built by 'test' target. So the HDK buil

[build] need help building harmony on windows

2007-04-25 Thread Naveen Neelakantam
I am trying to get a windows development environment setup to track down a bug (HARMONY-1788), but I'm having trouble. I managed to build the classlib and drlvm on Windows 2003 using Visual Studio .NET 2003 and the eclipse JDK, but whenever I try to run the vm, I see the following: D:\nee

Re: [classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Vladimir Ivanov
Command 'java -version' does not work now on DRLVM: trunk> build/lnx_em64t_gcc_debug/deploy/jdk/jre/bin/java -version Harmony Java launcher Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java [-vm:vmdll -vmdir:dir -D... [-X...]]

Re: [jira] Created: (HARMONY-3756) Failure running multiple instances of debug version of Harmony

2007-04-25 Thread Xiao-Feng Li
Unfortunately for this case, I can't reproduce it even with three instances. Let's see if somebody else can reproduce it. Thanks, -xiaofeng On 4/25/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Actually I found to run multiple instances of testing (such as to run "build.sh reg.test" and "build.sh

[classlib][testing] the test org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest failed today

2007-04-25 Thread Vladimir Ivanov
The CC/CI systems report failure of the org.apache.harmony.luni.tests.java.lang.ProcessBuilderTest on Win/Lnx boxes with message: Test: testStartClass: org.apache.harmony.luni.tests.java.lang.ProcessBuilderTestjunit.framework.AssertionFailedError at org.apache.harmony.luni.tests.java.lang

Re: [classlib][bean]BeanContextServicesSupport has problem even by self deserialization.

2007-04-25 Thread Leo Li
The problem solved.:) On 4/26/07, Leo Li <[EMAIL PROTECTED]> wrote: After study, seems the root cause is from BeanContextSupport. It also has problem in serialization. On 4/26/07, Leo Li <[EMAIL PROTECTED]> wrote: > > Hi, all: > Has anyone noticed that the BeanContextServicesSupport cann

Re: [classlib][bean]BeanContextServicesSupport has problem even by self deserialization.

2007-04-25 Thread Leo Li
After study, seems the root cause is from BeanContextSupport. It also has problem in serialization. On 4/26/07, Leo Li <[EMAIL PROTECTED]> wrote: Hi, all: Has anyone noticed that the BeanContextServicesSupport cannot be deserialized from the data which it is serialized by harmony classlib

[classlib][bean]BeanContextServicesSupport has problem even by self deserialization.

2007-04-25 Thread Leo Li
Hi, all: Has anyone noticed that the BeanContextServicesSupport cannot be deserialized from the data which it is serialized by harmony classlib itself? Will any expert of Beans look at it? A JIRA has been raised for it. https://issues.apache.org/jira/browse/HARMONY-3757. Thanks. -- Leo

Re: [jira] Created: (HARMONY-3756) Failure running multiple instances of debug version of Harmony

2007-04-25 Thread Xiao-Feng Li
Actually I found to run multiple instances of testing (such as to run "build.sh reg.test" and "build.sh kernel.test" at the same time), more intermittent failures will happen. Mostly in my experiments, the failures throw something with threading-related tests, for example, the kernel test java.lan

Re: Eclipse doesn't find harmony sources

2007-04-25 Thread Nathan Beyer
On 4/25/07, Alexei Zakharov <[EMAIL PROTECTED]> wrote: > > I also can't find the source for kernel.jar. Where is Object.java, > > Class.java, etc.? > Good question. There maybe a missing step here in our build scripts. > All of the other source JARs are part of the "classlib" build, but > kernel

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Naveen Neelakantam
On Apr 25, 2007, at 9:06 AM, Pavel Ozhdikhin wrote: On 4/25/07, Pavel Ozhdikhin <[EMAIL PROTECTED]> wrote: On 4/21/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: > > > On Apr 20, 2007, at 4:45 AM, Egor Pasko wrote: > > > On the 0x2BE day of Apache Harmony Naveen Neelakantam wrote: > >> On

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Egor Pasko
On the 0x2C3 day of Apache Harmony Pavel Ozhdikhin wrote: > On 4/21/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: > > > > > > On Apr 20, 2007, at 4:45 AM, Egor Pasko wrote: > > > > > On the 0x2BE day of Apache Harmony Naveen Neelakantam wrote: > > >> On Apr 20, 2007, at 1:42 AM, Egor Pasko wrot

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Egor Pasko
On the 0x2C3 day of Apache Harmony Mikhail Fursov wrote: > If you are Linux user you can check git: http://linux.yyz.us/git-howto.html > I know Egor likes this system, so you have someone to ask yep, it looks rather brain-damaging when you get first look, but then you get used to it, becoming happ

Re: Eclipse doesn't find harmony sources

2007-04-25 Thread Alexei Zakharov
> I also can't find the source for kernel.jar. Where is Object.java, > Class.java, etc.? Good question. There maybe a missing step here in our build scripts. All of the other source JARs are part of the "classlib" build, but kernel.jar is produced (implemented) by the VM, so this would be part

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Pavel Ozhdikhin
On 4/25/07, Pavel Ozhdikhin <[EMAIL PROTECTED]> wrote: On 4/21/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: > > > On Apr 20, 2007, at 4:45 AM, Egor Pasko wrote: > > > On the 0x2BE day of Apache Harmony Naveen Neelakantam wrote: > >> On Apr 20, 2007, at 1:42 AM, Egor Pasko wrote: > >> > >

[site] Downloads page says the HDK contains tests, but I can't see them

2007-04-25 Thread Sian January
I was just wondering if this is a mistake or if someone just hasn't got around to it yet? Thanks, Sian -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

[general][site] time to update/adjust roadmap?

2007-04-25 Thread Alexey Varlamov
The roadmap published on our site is few months old; I filed an operational fix to HARMONY-3753. But I think we may want to discuss and maybe agree on a (major) schedule update. I believe we're done with following items: - 97% of Java SE 5 class library coverage; - DRLVM is stable with reasonable

Re: [drlvm] Annoying output from drlvm when Array.newInstace(Class,int[]) is invoked

2007-04-25 Thread Andrew Zhang
On 4/25/07, Alexey Varlamov <[EMAIL PROTECTED]> wrote: I've fixed this at r532324, thanks for noticing this. Oh... good. I still use the snapshot from our website to test some exissting applications. Thanks! 2007/4/25, Alexey Petrenko <[EMAIL PROTECTED]>: > Could you please file a JIRA? > >

Re: [drlvm] Annoying output from drlvm when Array.newInstace(Class,int[]) is invoked

2007-04-25 Thread Andrew Zhang
On 4/25/07, Alexey Petrenko <[EMAIL PROTECTED]> wrote: Could you please file a JIRA? Sure, https://issues.apache.org/jira/browse/HARMONY-3754 SY, Alexey 2007/4/25, Andrew Zhang <[EMAIL PROTECTED]>: > Hi, > > There're some annoying output from drlvm when Array.newInstace (Class,int[]) > is

Re: [drlvm] Annoying output from drlvm when Array.newInstace(Class,int[]) is invoked

2007-04-25 Thread Alexey Varlamov
I've fixed this at r532324, thanks for noticing this. 2007/4/25, Alexey Petrenko <[EMAIL PROTECTED]>: Could you please file a JIRA? SY, Alexey 2007/4/25, Andrew Zhang <[EMAIL PROTECTED]>: > Hi, > > There're some annoying output from drlvm when Array.newInstace(Class,int[]) > is invoked. Runnin

Re: [drlvm] Annoying output from drlvm when Array.newInstace(Class,int[]) is invoked

2007-04-25 Thread Alexey Petrenko
Could you please file a JIRA? SY, Alexey 2007/4/25, Andrew Zhang <[EMAIL PROTECTED]>: Hi, There're some annoying output from drlvm when Array.newInstace(Class,int[]) is invoked. Running following code would print "[Ljava/lang/String;" to the console. Would anyone like to fix that? Thanks! pub

[drlvm] Annoying output from drlvm when Array.newInstace(Class,int[]) is invoked

2007-04-25 Thread Andrew Zhang
Hi, There're some annoying output from drlvm when Array.newInstace(Class,int[]) is invoked. Running following code would print "[Ljava/lang/String;" to the console. Would anyone like to fix that? Thanks! public void test() throws Exception { String[][] array = (String[][]) Array.newInstan

Re: [classlib] Build failed

2007-04-25 Thread Leo Li
After some study, I will first try the luni module. And I will: 1.Open all warnings on linux platform. 2.Clean up any warning for GCC 3.0 or 4.0. 3.Set warning-as-error by default. 4.Considering the behaviors of different compilers on different platforms, I can hardly treat with all these compile

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Pavel Ozhdikhin
On 4/21/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: On Apr 20, 2007, at 4:45 AM, Egor Pasko wrote: > On the 0x2BE day of Apache Harmony Naveen Neelakantam wrote: >> On Apr 20, 2007, at 1:42 AM, Egor Pasko wrote: >> >>> One major question for now: Why do we need two separate inequality

Re: [DRLVM][GC] summary of the GCv5 switch test results so far

2007-04-25 Thread Xiao-Feng Li
On 4/25/07, Vladimir Ivanov <[EMAIL PROTECTED]> wrote: On 4/25/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: > The current testing results at http://www.harmonytest.org/upload/cc2.html shows: > > Linux32, all pass; > Linux64, all pass; > Win32, all pass; > Win64, a failure in classlib: java.awt.Wi

Re: [general] Removing "endorsed" packages from JAPI reports

2007-04-25 Thread Mikhail Loenko
2007/4/25, Alexey Petrenko <[EMAIL PROTECTED]>: Yep, it is possible of course. I've added this task to my nearest-future-to-do-list but have not complete it yet. :) Alexey I was talking about regular statistics that we refer at http://harmony.apache.org/subcomponents/classlibrary/status.html M

Re: [jira] Created: (HARMONY-3746) [drlvm][gc_gen] DRLVM failed on SPECjbb2005 with GCv5.

2007-04-25 Thread Xiao-Feng Li
I also had the same curiosity. GC is checking if it is a root set update problem. Probably some JIT guy could also check if there is any issue with the root set enumeration in server mode. It is actually not reproducible locally in single processor and dual-core processor. It would be great if som

Re: Eclipse doesn't find harmony sources

2007-04-25 Thread Tim Ellison
Wayne Beaton wrote: > When you add a JRE to Eclipse, it scans the JRE's directory for JAR files. > For each JAR file it finds, it looks for corresponding source. It does so by > climbing up the containment hierarchy looking for a file named "src.jar" or > "src.zip" (if you're curious, see > org.ecl

Re: [general] Removing "endorsed" packages from JAPI reports

2007-04-25 Thread Alexey Petrenko
Yep, it is possible of course. I've added this task to my nearest-future-to-do-list but have not complete it yet. :) I'll finish it this week. SY, Alexey 2007/4/25, Mikhail Loenko <[EMAIL PROTECTED]>: Hi Stuart, As it was discussed in the thread I'm copying, we are free to replace classes in

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Mikhail Fursov
If you are Linux user you can check git: http://linux.yyz.us/git-howto.html I know Egor likes this system, so you have someone to ask On 4/25/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: Thanks Tim, I'll check it out. Naveen On Apr 21, 2007, at 3:48 AM, Tim Ellison wrote: > Naveen Neel

Re: [DRLVM] DRLVM default GC was switched from GCv4.1 to GCv5

2007-04-25 Thread Mikhail Fursov
On 4/24/07, Alexey Varlamov <[EMAIL PROTECTED]> wrote: 2007/4/24, Mikhail Fursov <[EMAIL PROTECTED]>: > On 4/24/07, Alexey Varlamov <[EMAIL PROTECTED]> wrote: > > > > 2007/4/24, Mikhail Fursov <[EMAIL PROTECTED]>: > > > On 4/24/07, Sergey Kuksenko <[EMAIL PROTECTED]> wrote: > > > > > > > > On 4/

Re: [drlvm][jit] abcd and devirtualizer patches was: [OT] Harmony used in accepted research paper

2007-04-25 Thread Naveen Neelakantam
Thanks Tim, I'll check it out. Naveen On Apr 21, 2007, at 3:48 AM, Tim Ellison wrote: Naveen Neelakantam wrote: Do you have a nice way of managing layers of patches? If so, teach me! :-) Quilt is popular ... http://savannah.nongnu.org/projects/quilt/ HTH Tim

Re: [drlvm][classloader] classloader.StressLoader hangs on my 2-cpu Linux box. Does anyone else see this problem?

2007-04-25 Thread Naveen Neelakantam
Has there been progress on this issue? My CC setup is hung running classloader.StressLoader in interpreter (on a 2-cpu RHEL4 box). It actually has been hung for weeks now, but I only just noticed it. Naveen On Mar 28, 2007, at 7:37 AM, Elena Semukhina wrote: On 3/27/07, Weldon Washburn

Re: [jira] Created: (HARMONY-3746) [drlvm][gc_gen] DRLVM failed on SPECjbb2005 with GCv5.

2007-04-25 Thread Evgueni Brevnov
I wonder how local pointer (_jobject * java_thread) could change? Or it is just corrupted stack? Evgueni On 4/25/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Judging based on the stack trace and what you reported, I guess it is not a GC bug. The wrapper_func is only used for Java thread. I will