Re: [drlvm] -verbose option does nothing

2006-10-12 Thread Jean-frederic Clere
have -Xtrace option for more detailed info. Try -Xtrace, -Xtrace:verifier, -Xtrace:classloader, -Xtrace:gc. Xtrace:classloader contains what I am looking for it is too verbose. Cheers Jean-Frederic On 10/12/06, Jean-frederic Clere [EMAIL PROTECTED] wrote: Hi, I have noted the than java

Re: [drlvm] -verbose option does nothing

2006-10-12 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Jean-frederic Clere wrote: Mikhail Fursov wrote: Do you expect an output like RI does: [Opened C:\tools\sun1.5.0\jre\lib\rt.jar] [Opened C:\tools\sun1.5.0\jre\lib\charsets.jar] [Loaded java.lang.Object from C:\tools\sun1.5.0\jre\lib\rt.jar] [Loaded

Re: [drlvm] -verbose option does nothing

2006-10-12 Thread Jean-frederic Clere
, -Xtrace:gc. Ack, so some -verbose:* options may be synonyms. Regards, Tim On 10/12/06, Jean-frederic Clere [EMAIL PROTECTED] wrote: Hi, I have noted the than java -verbose does not print any information, is that normal? Cheers Jean-Frederic PS: It looks is set correctly in vm

[drlvm] -verbose option does nothing

2006-10-11 Thread Jean-frederic Clere
Hi, I have noted the than java -verbose does not print any information, is that normal? Cheers Jean-Frederic PS: It looks is set correctly in vm/vmcore/src/init/parse_arguments.cpp: set_threshold(util::CLASS_LOGGER, INFO);

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Rana Dasgupta wrote: On 8/22/06, Gregory Shimansky [EMAIL PROTECTED] wrote: According to Geir the snapshot from last week lasted just one minute more :) It exception is the same, time is the same, then what is the difference? I most likely misread. I

Re: [classlib] Error building on Linux

2006-08-23 Thread Jean-frederic Clere
Paulex Yang wrote: Revert the generic lift at revision r434005, please verify. Sorry for that. That fixes the problem. Cheers Jean-Frederic Stepan Mishura wrote: Created: (HARMONY-1266) JarURLConnection does not compile: http://issues.apache.org/jira/browse/HARMONY-1266 -Stepan. On

Re: [drlvm] problem when TM patch applied

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: Rana Dasgupta wrote: On 8/22/06, Gregory Shimansky [EMAIL PROTECTED] wrote: According to Geir the snapshot from last week lasted just one minute more :) It exception is the same, time is the same

Build-Test regular expression matcher pb

2006-08-23 Thread Jean-frederic Clere
Hi, I am trying to get cruisecontrol testings running but I have the following error: +++ home/jfclere/harmony/enhanced/buildtest/trunk/cc/projects/classlib/trunk/build.xml:88: The following error occurred while executing this line:

Re: Build-Test regular expression matcher pb

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: (can you please prefix the subject line with something like [build-test] in the future :)) What JRE are you using? Sun JVM 1.5.0_06. Cheers Jean-Frederic Jean-frederic Clere wrote: Hi, I am trying to get cruisecontrol testings running but I have

Re: [build-test] Re: Build-Test regular expression matcher pb

2006-08-23 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Jean-frederic Clere wrote: Geir Magnusson Jr. wrote: (can you please prefix the subject line with something like [build-test] in the future :)) What JRE are you using? Sun JVM 1.5.0_06. Cheers Jean-Frederic And you simply checked it out, followed

Re: svn commit: r416477 - in /incubator/harmony/enhanced/classlib/trunk/modules/luni: ./ src/main/java/java/net/ src/test/java/tests/api/java/net/

2006-06-23 Thread Jean-frederic Clere
Mark Hindess wrote: Tests failed for me (and the linux build machine) with: Incorrect host name returned: localhost.localdomain != localhost junit.framework.AssertionFailedError: Incorrect host name returned: localhost.localdomain != localhost at

Re: enhanced/classlib/trunk/depends

2006-03-08 Thread Jean-frederic Clere
Tim Ellison wrote: Jean-frederic Clere wrote: Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either build are the README files and: depends/files/java.security

Re: enhanced/classlib/trunk/depends

2006-03-07 Thread Jean-frederic Clere
Tim Ellison wrote: Jean-frederic Clere wrote: Tim Ellison wrote: Jean-frederic Clere wrote: Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either

Re: enhanced/classlib/trunk/depends

2006-03-06 Thread Jean-frederic Clere
Tim Ellison wrote: Jean-frederic Clere wrote: Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either build are the README files and: depends/files/java.security

enhanced/classlib/trunk/depends

2006-03-04 Thread Jean-frederic Clere
Hi, There are a lot of objects in this repos directory, do we really need them? Cheers Jean-Frederic

Re: enhanced/classlib/trunk/depends

2006-03-04 Thread Jean-frederic Clere
Regards, Mark. On 04/03/06, Jean-frederic Clere [EMAIL PROTECTED] wrote: Hi, There are a lot of objects in this repos directory, do we really need them? Cheers Jean-Frederic -- Mark Hindess [EMAIL PROTECTED] IBM Java Technology Centre, UK.

Re: Strange thing with jchevm/classpath

2006-02-28 Thread Jean-frederic Clere
Archie Cobbs wrote: Jean-frederic Clere wrote: I am using logging-log4j-1.2.13 and I have downloaded it. There is no such method: org/apache/log4j/Category.log(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V in the JAR file that comes

Re: Strange thing with jchevm/classpath

2006-02-28 Thread Jean-frederic Clere
Archie Cobbs wrote: Jean-frederic Clere wrote: So either something weird is happening (always possible), or you have some other incompatible version of log4j on your classpath, or something in your classpath was compiled against another version of log4j, etc. My test is using

Re: [jchevm] APR issues

2006-02-27 Thread Jean-frederic Clere
Mark Hindess wrote: On 27/02/06, Jean-frederic Clere [EMAIL PROTECTED] wrote: Geir Magnusson Jr wrote: But that's way different than APR for the class lib portlib. So you have to create a apr.IA32 class lib, don't you? Well, that's what I was thinking - though I'm

Re: [jchevm] APR issues

2006-02-27 Thread Jean-frederic Clere
Geir Magnusson Jr wrote: Jean-frederic Clere wrote: Geir Magnusson Jr wrote: Tim Ellison wrote: No we didn't agree to do that Enrico, for the reasons I described above. Just to reinforce... no, we didn't agree to that. I think that the notion leveraging APR for implementing

Re: Strange thing with jchevm/classpath

2006-02-27 Thread Jean-frederic Clere
Archie Cobbs wrote: Jean-frederic Clere wrote: However, how did the classes change? I tried to reproduce this with log4j-1.2.13 but couldn't. I am using logging-log4j-1.2.13 and I have downloaded it. Can you give more detail on how you compiled Classpath and what version of log4j you're

Re: Security module layout

2006-02-26 Thread Jean-frederic Clere
Mikhail Loenko wrote: Hi George, why e.g. 'win.IA32' not just 'win'? Because there will be a posix.apr that will do the portable part ;-) Correct me if I am wrong. Cheers Jean-Frederic Thanks, Mikhail 2006/2/24, George Harley [EMAIL PROTECTED]: Hi, Redrawing the proposed layout

Strange thing with jchevm/classpath

2006-02-26 Thread Jean-frederic Clere
Hi, I have a strange error: +++ java.lang.NoSuchMethodError: org/apache/log4j/Category.log(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V at java.lang.VMThrowable.fillInStackTrace(Native Method) at

Re: Strange thing with jchevm/classpath

2006-02-26 Thread Jean-frederic Clere
Archie Cobbs wrote: Jean-frederic Clere wrote: I have a strange error: +++ java.lang.NoSuchMethodError: org/apache/log4j/Category.log(Ljava/lang/String;Lorg/apache/log4j/Level;Ljava/lang/Object;Ljava/lang/Throwable;)V at java.lang.VMThrowable.fillInStackTrace(Native Method

Re: [jchevm] APR issues

2006-02-26 Thread Jean-frederic Clere
Geir Magnusson Jr wrote: Tim Ellison wrote: Enrico Migliore wrote: Hi Tim, Enrico Migliore wrote: Archie, Geir and Stefano, could you please take a look at the following assertion and correct it if it's wrong: It's worth to remember, that the goal of porting JCHEVM to

Building harmony/enhanced/jchevm from svn

2006-01-22 Thread Jean-frederic Clere
Hi, I have the following problem: +++ etc/Makefile.am:5: invalid variable `dist_jcetc_DATA' include/Makefile.am:13: invalid variable `nodist_jc_include_HEADERS' automake: libjc/Makefile.am: not supported: source file `native/gnu_classpath_VMStackWalker.c' is in subdirectory automake:

Re: compiling JCHEVM with MSVC

2005-11-19 Thread Jean-frederic Clere
Enrico Migliore wrote: Archie Cobbs wrote: For anyone who wants to play with the JCHEVM contribution, the code in https://svn.apache.org/repos/asf/incubator/harmony/enhanced/trunk/sandbox/contribs/jchevm/jchevm should now be buildable and runnable (on x86 machines only). The file

Re: JCHEVM builds and runs

2005-11-16 Thread Jean-frederic Clere
Tom Tromey wrote: Archie == Archie Cobbs [EMAIL PROTECTED] writes: Archie Great! What O/S are you using? Do you know a good ./configure test Archie for whether -ldl is required? The usual thing is to pick whatever symbol is used by the package and do a series of AC_CHECK_LIB

Re: JCHEVM builds and runs

2005-11-16 Thread Jean-frederic Clere
Tom Tromey wrote: Archie == Archie Cobbs [EMAIL PROTECTED] writes: Archie Great! What O/S are you using? Do you know a good ./configure test Archie for whether -ldl is required? The usual thing is to pick whatever symbol is used by the package and do a series of AC_CHECK_LIB

Re: Code contribution to harmony

2005-11-10 Thread Jean-frederic Clere
(required by /home/jfclere/harmony/Harmony/deploy/jre/bin/default/libj9thr23.so)) +++ George Jean-frederic Clere [EMAIL PROTECTED] 09/11/2005 22:56 Please respond to harmony-dev@incubator.apache.org To harmony-dev@incubator.apache.org cc Subject Re: Code contribution to harmony

Re: Code contribution to harmony

2005-11-10 Thread Jean-frederic Clere
form under an evaluation license. Hope this helps, George Jean-frederic Clere [EMAIL PROTECTED] 09/11/2005 22:56 Please respond to harmony-dev@incubator.apache.org To harmony-dev@incubator.apache.org cc Subject Re: Code contribution to harmony Tim Ellison wrote: Jean

Re: Code contribution to harmony

2005-11-09 Thread Jean-frederic Clere
Note when doing ant I get the following: +++ cc -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -DHYPORT_LIBRARY_DEFINE -I../include -c -o hyvmem.o hyvmem.c hyvmem.c: In function `hyvmem_reserve_memory': hyvmem.c:311: `SHM_HUGETLB' undeclared (first use in

Re: Code contribution to harmony

2005-11-09 Thread Jean-frederic Clere
Tim Ellison wrote: Jean-frederic Clere wrote: Note when doing ant I get the following: +++ cc -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -DHYPORT_LIBRARY_DEFINE -I../include -c -o hyvmem.o hyvmem.c hyvmem.c: In function `hyvmem_reserve_memory

[jira] Commented: (HARMONY-10) configure for [BootJVM]

2005-11-05 Thread Jean-Frederic Clere (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-10?page=comments#action_12356860 ] Jean-Frederic Clere commented on HARMONY-10: That is no problem to add all the functionalities of config.sh in autoconf/configure, but I am not sure that all

Re: [BootJVM] configure

2005-11-01 Thread Jean-frederic Clere
Geir Magnusson Jr. wrote: Any chance of a JIRA so that doesn't fall through the cracks? :) Done (See http://issues.apache.org/jira/browse/HARMONY-12) Cheers Jean-Frederic geir On Oct 30, 2005, at 12:33 PM, Jean-frederic Clere wrote: Jean-frederic Clere wrote: [EMAIL PROTECTED

Re: [BootJVM] configure

2005-11-01 Thread Jean-frederic Clere
some more about your autoconf code. I think it makes a nice candidate for a powerful configurator. Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 31, 2005 1:48 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure [EMAIL PROTECTED

Re: [BootJVM] jvm/src/opcode.c patch

2005-11-01 Thread Jean-frederic Clere
to you, but overall, the need for it will be going away soon. Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 31, 2005 4:47 PM To: harmony-dev@incubator.apache.org Subject: [BootJVM] jvm/src/opcode.c patch Hi, I would like to propose the following

[jira] Updated: (HARMONY-10) configure for [BootJVM]

2005-11-01 Thread Jean-Frederic Clere (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-10?page=all ] Jean-Frederic Clere updated HARMONY-10: --- Attachment: config_try.tar.gz now togother with the Makefile to build bootJVM for svn source is that easy as: sh buildconf.sh ./configure

Re: [BootJVM] configure

2005-10-31 Thread Jean-frederic Clere
]@ +++ The problem in the current config.sh is that it contains a Makefile syntax in a shell script... Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 30, 2005 12:56 PM To: harmony-dev@incubator.apache.org Subject: Re: [BootJVM] configure I have an additional

[BootJVM] jvm/src/opcode.c patch

2005-10-31 Thread Jean-frederic Clere
Hi, I would like to propose the following patch: +++ [EMAIL PROTECTED]:~/harmony/enhanced/trunk/sandbox/contribs/bootjvm/bootJVM svn diff jvm/src/opcode.c Index: jvm/src/opcode.c === --- jvm/src/opcode.c(revision 329310) +++

Re: [BootJVM] configure

2005-10-30 Thread Jean-frederic Clere
Jean-frederic Clere wrote: [EMAIL PROTECTED] wrote: Jean-Frederic, The _first_ thin to do is: $ svn update $ rm -rf ./config $ ./config.sh You will notice some changes, per harmony-commits@ list. The gmake complains about: DIRNAME:=$(shell expr $(PWD

Re: [BootJVM] configure

2005-10-29 Thread Jean-frederic Clere
it produces. Dan Lydick -Original Message- From: Jean-frederic Clere [EMAIL PROTECTED] Sent: Oct 28, 2005 4:55 PM To: [EMAIL PROTECTED] [EMAIL PROTECTED] Subject: Re: [BootJVM] configure [EMAIL PROTECTED] wrote: Jean-Frederic, Take a look at the new Makefiles in the top level directory

[BootJVM] configure

2005-10-27 Thread Jean-frederic Clere
Hi, I am now building the config/config.h using the configure files I have prepared. The BootJVM specific options of the configure are: --with-java=DIR Specify the location of your JDK installation --with-heap=TYPEHeap allocation method: simple, bimodal or other.

Re: MSVC support, was: Compilers and configuration tools

2005-10-26 Thread Jean-frederic Clere
[EMAIL PROTECTED] wrote: [Original Message] From: Geir Magnusson Jr. [EMAIL PROTECTED] To: harmony-dev@incubator.apache.org Date: 10/26/05 4:10:38 AM Subject: Re: MSVC support, was: Compilers and configuration tools please, just check them in... don't worry too much about the

Re: Build problem on Linux

2005-10-24 Thread Jean-frederic Clere
Robin Garner wrote: I'm having problems building the boot JVM. running jvm/build.sh I get src/timeslice.c:82:71: thread.h: No such file or directory src/timeslice.c: In function `timeslice_tick': src/timeslice.c:221: error: invalid use of undefined type `struct itimerval' src/timeslice.c: In