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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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 [
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
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
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
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
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
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...]]
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
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
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
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
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
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
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
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
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
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
> 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
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:
> >>
>
>
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
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
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?
>
>
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
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
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
53 matches
Mail list logo