Re: [RFC/PATCH] Invokedynamic API stubs

2011-02-09 Thread Robert Lougher
On 7 February 2011 20:01, Pekka Enberg penb...@cs.helsinki.fi wrote: On Mon, 2011-02-07 at 15:24 +0100, Dr Andrew John Hughes wrote: I guess I could keep it on my Github mirror until I have something concrete enough to be merged to trunk. I'd prefer to have it in HEAD as long as it's

Re: Review request for 6977034 Thread.getState() very slow

2010-12-06 Thread Robert Lougher
Hi Mandy, On 6 December 2010 19:26, Mandy Chung mandy.ch...@oracle.com wrote: Remi, Eamonn, Brian, David, Doug, Thanks for the feedback. I don't know if you welcome external feedback, but I'd like to point out (if you're not already aware) that this change modifies the VM interface. While

Re: Classpath IPP Logging

2010-04-26 Thread Robert Lougher
On 26 April 2010 11:23, Andrew Haley a...@redhat.com wrote: On 04/23/2010 06:26 PM, Andrew Haley wrote: Does anyone here have any idea how to turn on IPP logging in GNU Classpath? It's used like:           logger.log(Component.IPP, Attribute: Name: + jobUri.getCategory()            

JamVM 1.5.4 released

2010-01-02 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.5.4 (http://jamvm.org). Improvements include faster GC, updated JNI and the usual set of bug-fixes. The full list of changes are here: http://sourceforge.net/projects/jamvm/files/jamvm/JamVM%201.5.4/release_notes/view Happy New Year! Rob.

Re: JAM VM hangs after running for ~2 hours.

2009-07-15 Thread Robert Lougher
Hi, Quick reply: 1) You can get a dump of all the threads and their stack traces by sending SIGQUIT to the jamvm process (find the process ID via ps or top), e.g. kill -3 process ID JamVM will dump the thread state and continue. If you launched JamVM from a terminal you can also do Ctrl-\ in

Re: JAM VM hangs after running for ~2 hours.

2009-07-15 Thread Robert Lougher
P.S. JamVM has several tracing options, most of which need to be enabled at configuration time. Do ./configure --help to find out which ones are available. Then enable using --enable-traceX, e.g: ./configure --enable-tracethread --enable-tracealloc Rob. 2009/7/15 Robert Lougher rob.loug

Re: JAM VM gives the following exceptions:

2009-07-15 Thread Robert Lougher
Obviously something is trying to load the GTK AWT peers which you haven't built: Caused by: java.lang.UnsatisfiedLinkError: Native library `gtkpeer' not found (as file `libgtkpeer.so') in gnath at java.lang.Runtime.loadLibrary(Runtime.java:763) at java.lang.System.loadLibrary(System.java:670)

JamVM 1.5.3 released

2009-04-14 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.5.3 (http://jamvm.org). JamVM 1.5.3 is primarily a bug-fix release. It fixes issues seen while running Eclipse 3.4.2 and JRuby 1.2.0RC2, and adds some minor features. The full list of changes are here:

Re: using Smack API with GNU Classpath

2009-02-16 Thread Robert Lougher
Hi Jan, 2009/2/16 Jan Pannecoeck j...@mgb-tech.com: Hello everyone, I'm a Java Developer and I'm working mainly with embedded devices. Now I'm running JamVM with GNU Classpath on an ARM processor. This is all working fine, and I didn't had any big problems until now... I'll try to explain my

Re: using Smack API with GNU Classpath

2009-02-16 Thread Robert Lougher
in 1.4.5, with an inefficient park/unpark implementation -- this has finally been replaced in 1.5.2). Rob. Thanks for your reply! Jan Robert Lougher wrote: Hi Jan, 2009/2/16 Jan Pannecoeck j...@mgb-tech.com: Hello everyone, I'm a Java Developer and I'm working mainly with embedded devices

Re: using Smack API with GNU Classpath

2009-02-16 Thread Robert Lougher
P.S. Unfortunately, to upgrade to 1.5.2, you'll also need to upgrade GNU Classpath to 0.98... Rob. 2009/2/16 Robert Lougher rob.loug...@gmail.com: Hi Jan, 2009/2/16 Jan Pannecoeck j...@mgb-tech.com: Hello Robert, I'm using JamVM 1.5.0 at the ARM and JamVM 1.4.5 at my desktop pc

[cp-patches] JamVM 1.5.2 released

2009-02-05 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.5.2 (http://jamvm.sourceforge.net). The codebase has generally been tidied up, several features have been implemented and quite a few bugs fixed. The full list of changes are here:

Re: [cp-patches] FYI: GCC 4.3.3 build fix

2009-02-04 Thread Robert Lougher
Hi Andrew, 2009/2/4 Andrew John Hughes gnu_and...@member.fsf.org: This fixes a warning that causes a build failure when compiling with -Werror on GCC 4.3.3. ChangeLog: 2009-02-03 Andrew John Hughes ahug...@redhat.com * native/jni/native-lib/cpproc.c:

Re: mauve tests hanging on jamvm

2008-12-15 Thread Robert Lougher
Hi Mark, Thanks for the report. I recently merged the development branch for JamVM 1.5.2 to main as it seemed stable. Looks like there's still some bugs :( I'll see if I can reproduce it here running Mauve... Thanks, Rob. 2008/12/15 Mark Wielaard m...@klomp.org: Sorry for the lame bug

Fwd: Missing ReleaseArrayElements

2008-10-17 Thread Robert Lougher
Hi, Sorry to nag about this, but it would be good to get this applied. Without it, the Swing Demo leaks like a sieve on JamVM :) Rob. -- Forwarded message -- From: Robert Lougher [EMAIL PROTECTED] Date: Fri, Oct 10, 2008 at 7:55 AM Subject: Missing ReleaseArrayElements

[cp-patches] Missing ReleaseArrayElements

2008-10-10 Thread Robert Lougher
Hi, This fixes a missing ReleaseArrayElements in the GTK peer code (fixing a noticeable memory leak). Rob. Index: native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c === RCS file:

Re: [cp-patches] Missing ReleaseArrayElements

2008-10-10 Thread Robert Lougher
Hi, I forgot to say that somebody needs to commit this, as I can't :) Thanks, Rob. On Fri, Oct 10, 2008 at 7:55 AM, Robert Lougher [EMAIL PROTECTED] wrote: Hi, This fixes a missing ReleaseArrayElements in the GTK peer code (fixing a noticeable memory leak). Rob.

Re: Problem in displaying swing components on ARM, using GNU Classpath and Cacao

2008-10-08 Thread Robert Lougher
Hi, On Wed, Oct 8, 2008 at 7:44 AM, Pavan Kumar Maddali [EMAIL PROTECTED] wrote: On 10/8/08, Christian Thalinger [EMAIL PROTECTED] wrote: On Wed, 2008-10-08 at 11:37 +0530, Pavan Kumar Maddali wrote: Yes, with the same version of CACAO and GNU Classpath the program is working fine on

Re: [Jamvm-general] More problems (Resources this time)

2008-08-15 Thread Robert Lougher
Hi, On Fri, Aug 15, 2008 at 10:20 AM, Jon Senior [EMAIL PROTECTED] wrote: -Original Message- Jon, I'm sorry that I can't be very helpful, but I ran into very similar problems. I think if you search for my name in the JamVM or Classpath mailing lists, you'll find some messages from me

Re: java.lang.TypeNotPresentException when using reflection

2008-08-15 Thread Robert Lougher
Hi, On Wed, Aug 13, 2008 at 6:20 PM, Tom Spencer [EMAIL PROTECTED] wrote: I have been attempting to use reflection, in particular to get the superclass of a particular class, but this seems to fail when using Classpath v0.97.2 with JamVM 1.5.0. I've investigated this and there's a bug in

Re: FW: Help a noob?

2008-08-13 Thread Robert Lougher
Hi, You could always try JamVM. It doesn't need javac to build, just a C compiler. It also supports MIPS32 (o32). The problem is, it has never been built or tested on IRIX. However, it's pretty portable, and as long as IRIX has pthreads and dlopen, etc. it should work with minor

Re: Trying to build classpath under AIX

2008-05-09 Thread Robert Lougher
Hi, See the earlier posts about building Classpath without Classpath. I use jikes, a native Java compiler to build an earlier non-generics version of Classpath (you need to do this as jikes is not 1.5 compatible). I then use this with JamVM to run ecj. As ecj is 1.5 compatible, this can be

Re: Inconvertible types error in EnumSet.java

2008-03-19 Thread Robert Lougher
Hi Andrew, On 3/19/08, Andrew John Hughes [EMAIL PROTECTED] wrote: On 19/03/2008, Trevor Harmon [EMAIL PROTECTED] wrote: On Mar 18, 2008, at 12:51 PM, Andreas Tobler wrote: You need an ecj.tar What version of ecj do I need for the latest classpath? Is 3.1.2 good enough? 3.2

Re: Inconvertible types error in EnumSet.java

2008-03-19 Thread Robert Lougher
Hi, On 3/19/08, Andrew John Hughes [EMAIL PROTECTED] wrote: Also, most distros should ship with old versions of Classpath and a VM so you should be able to use that to run ecj (it doesn't require 1.5 features, which is where the problem comes in). Likewise, you can build pre-0.95 versions

JamVM 1.5.1 released

2008-03-12 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.5.1(http://jamvm.sourceforge.net). This is a minor-feature and bug-fix release. The full list of changes are here: http://sourceforge.net/project/shownotes.php?release_id=583302 Thanks, Rob. P.S. JamVM 1.0.0 was released 5 years ago today!

Re: [cp-patches] RFC: use helper method to clone char array in java.lang.String

2008-02-04 Thread Robert Lougher
Hi, On 2/4/08, Ian Rogers [EMAIL PROTECTED] wrote: Hi, xalan performs 1.4 million char array clones per iteration of the normal size DaCapo benchmark. All of the character array clones are coming from java.lang.String. The attached patch changes the use of char[].clone (which maps to

Re: Quality control and FOSS rant

2008-01-10 Thread Robert Lougher
Hi, I've nothing to add to the defense of GNU Classpath beyond what Roman and Andrew have already said. Instead I'd like to point out that Andy Tripp isn't new to this, and nobody should waste any more time: http://www.javalobby.org/java/forums/t53790.html Rob.

Happy New Year

2008-01-01 Thread Robert Lougher
Hi, Wishing everybody a Happy New Year. Hopefully this will be the year where people will realise that a community developed Java is better than an open-sourced, but closed process, Java :) Rob.

JamVM/Classpath on iPhone

2007-11-21 Thread Robert Lougher
Hi All, The list has been a bit quiet of late, so in case anybody is interested, here's some screen dumps of JamVM/Classpath running on an iPhone : http://homepage.mac.com/robert.lougher/ This shows the usual HelloWorld, and a couple of screenshots running Jetty, a Java-based web application

Re: [Jamvm-general] JamVM/Classpath on iPhone

2007-11-21 Thread Robert Lougher
of it. Thanks, Rob. Thanks, Serge Robert Lougher wrote: Hi All, The list has been a bit quiet of late, so in case anybody is interested, here's some screen dumps of JamVM/Classpath running on an iPhone : http://homepage.mac.com/robert.lougher/ This shows the usual HelloWorld

Re: Cannot create system class loader (JamVM1.5.0/Classpath0.96.1/MonteVista PPC)

2007-11-06 Thread Robert Lougher
Hi, On 11/6/07, Bregitte Pracht [EMAIL PROTECTED] wrote: I posted this to jamvm-general, but thought I'd post this here as well, in case it is a classpath problem... I'd appreciate any help on the issue. I've just replied on jamvm-general. It doesn't sound like a jamvm issue (Classpath's

Re: [Jamvm-general] Cannot create system class loader (JamVM1.5.0/Classpath0.96.1/MonteVista PPC)

2007-11-06 Thread Robert Lougher
. Problem is, this will require root access to install in /usr/local on the build machine. Hope this helps, Rob. Thank you for looking into this! Regards, Bregitte On 11/6/07, Robert Lougher [EMAIL PROTECTED] wrote: Hi Bregitte, On 11/6/07, Bregitte Pracht [EMAIL PROTECTED] wrote: I

Re: JamVM 1.5.0 The First In Line released

2007-10-30 Thread Robert Lougher
Hi Twisti, On 10/30/07, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2007-10-29 at 20:38 +, Robert Lougher wrote: Hi, I'm pleased to announce the release of JamVM 1.5.0 The First In Line (http://jamvm.sourceforge.net). This release includes the new inline-threaded

[cp-patches] Re: Still Problem with GNU-Classpath 0.96.1 on StrongARM

2007-10-24 Thread Robert Lougher
Hi, On 10/23/07, Robert Schuster [EMAIL PROTECTED] wrote: Hi, Robert Lougher schrieb: Hi Vladimir, On 10/23/07, Vladimir Nikolov [EMAIL PROTECTED] wrote: Hi, I have still problems to compile the GNU-Classpath 0.96.1 on the StrongARM machine. Once again, I would like to use

[cp-patches] Re: Still Problem with GNU-Classpath 0.96.1 on StrongARM

2007-10-24 Thread Robert Lougher
On 10/24/07, Robert Lougher [EMAIL PROTECTED] wrote: Hi, On 10/23/07, Robert Schuster [EMAIL PROTECTED] wrote: Hi, Robert Lougher schrieb: Hi Vladimir, On 10/23/07, Vladimir Nikolov [EMAIL PROTECTED] wrote: Hi, I have still problems to compile the GNU-Classpath 0.96.1

Re: Still Problem with GNU-Classpath 0.96.1 on StrongARM

2007-10-24 Thread Robert Lougher
On 10/23/07, Robert Schuster [EMAIL PROTECTED] wrote: Hi, Robert Lougher schrieb: Hi Vladimir, On 10/23/07, Vladimir Nikolov [EMAIL PROTECTED] wrote: Hi, I have still problems to compile the GNU-Classpath 0.96.1 on the StrongARM machine. Once again, I would like to use

Re: Still Problem with GNU-Classpath 0.96.1 on StrongARM

2007-10-23 Thread Robert Lougher
Hi Vladimir, On 10/23/07, Vladimir Nikolov [EMAIL PROTECTED] wrote: Hi, I have still problems to compile the GNU-Classpath 0.96.1 on the StrongARM machine. Once again, I would like to use it together with the JamVM 1.4.5, since both support now Java Annotations and Generics. Here are some

Re: [cp-patches] FYI: Allow ecj to work via com.sun.tools.javac.Main

2007-10-17 Thread Robert Lougher
Hi, On 10/17/07, Michael Koch [EMAIL PROTECTED] wrote: It would be great if cacao (or any another free runtime) puts the according symlinks in some configurable place like /usr/lib/jvm/java-$JAVAVERSION-$NAME in addition to the normal install into into the $PREFIX (normally /usr in

Re: [cp-patches] FYI: Allow ecj to work via com.sun.tools.javac.Main

2007-10-17 Thread Robert Lougher
Hi Michael, On 10/17/07, Michael Koch [EMAIL PROTECTED] wrote: On Wed, Oct 17, 2007 at 07:14:05PM +0100, Robert Lougher wrote: Something like: /usr/lib/jvm/java-1.5.0-jamvm /usr/lib/jvm/java-1.5.0-jamvm/bin /usr/lib/jvm/java-1.5.0-jamvm/lib /usr/lib/jvm/java-1.5.0-jamvm/jre /usr

Re: [cp-patches] FYI: Allow ecj to work via com.sun.tools.javac.Main

2007-10-17 Thread Robert Lougher
Hi Michael, On Wed, Oct 17, 2007 at 07:44:21PM +0100, Robert Lougher wrote: Anybody see any problems with making a symlink from rt.jar to glibj.zip, i.e. /usr/lib/jvm/java-1.5.0-jamvm/lib/rt.jar - /usr/local/classpath/share/classpath/glibj.zip

Re: Issues with rl.jar

2007-10-16 Thread Robert Lougher
Hi, On 10/15/07, Larry Suto [EMAIL PROTECTED] wrote: Hi, I am using gnu-classpath 0.95 with jamvm and the Oracle rl.jar and am getting this error: sh-2.05b# /usr/local/jamvm/bin/jamvm -cp . -jar rl.jar -p RL ***NATIVE LIB OPEN /usr/local/classpath/lib/classpath/libjavanio.so

Re: Problems bulding classpath 0.93 on ARM5

2007-10-08 Thread Robert Lougher
Hi, On 10/8/07, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2007-10-08 at 01:42 -0700, Larry Suto wrote: Hi I am trying to get classpath .93 compiled for a Marvell ARM5 processor.I can compile in the scratchbox crosscompile environment without any problems...but if copy the

Re: Problems bulding classpath 0.93 on ARM5

2007-10-08 Thread Robert Lougher
-verbose:jni this will indicate whether JamVM is finding the boot classes, and what JNI methods it's trying to call. Rob. for jamvm I use ./configure for classpath I use ./configure --with-jikes --enable-jni --disable-gtk-peer --disable-gconf-peer --disable-plugin On 10/8/07, Robert Lougher

Re: fdlibm patch

2007-09-27 Thread Robert Lougher
On 9/27/07, Christian Thalinger [EMAIL PROTECTED] wrote: On Thu, 2007-09-27 at 19:26 +0200, Robert Schuster wrote: Hi, the OE guys still keep this little patch. Does anyone know if it is correct and should be applied? On ARM, soft floating point and the VFP coprocessor use pure endian

Re: Name Service Crashes on ARM-Linux

2007-08-19 Thread Robert Lougher
Hi, JamVM uses its own optimised routines for handling the calling convention on ARM (os/linux/arm/callNative.S). This was written back in 2003. From browsing, it appears that a new ARM calling convention is gainining ground called EABI (E for embedded). This is substantially different, and

Re: [Jamvm-general] LocaleInformation not found, Classpath 0.95 + JamVM 1.4.5

2007-08-17 Thread Robert Lougher
Hi Robert, Have you a simple testcase which can reproduce this? If you have, I'll have a look at it. BTW, I remember implementing stuff in the VM to get resources from the boot class loader, so resource loading is probably using a different path when you use -Xbootclasspath/p:/tmp... Rob. On

Re: Name Service Crashes on ARM-Linux

2007-08-14 Thread Robert Lougher
Hi, Can you run with -verbose:jni? This will show resolution of native methods. I suspect that it is crashing when it calls a native method within Classpath. There maybe something odd happening with the networking code on the Gumstix, but I also faintly recall reading something about issues

Re: J2SE compliant RE for Arm Linux

2007-06-27 Thread Robert Lougher
Hi, Park and unpark are empty stubs, but everything else should be implemented... If anybody can tell me what park/unpark should do, I'll implement them too! Rob. On 6/27/07, Christian Thalinger [EMAIL PROTECTED] wrote: On Wed, 2007-06-27 at 12:47 +0200, Christian Thalinger wrote:

Re: [SPAM?] Re: gnu classpath with sun java vm

2007-04-26 Thread Robert Lougher
Hi Michel, It's obvious from the output below that you haven't just done ./configure ! Could you give the options you gave, or better still send me (and not the list) your config.log? From the looks of it, you've disabled use of libffi (on by default on AMD64). This is needed for calling

Re: gnu classpath with sun java vm

2007-04-19 Thread Robert Lougher
Hi, BTW, what was the compile-error with JamVM? Rob. On 4/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I compiled the latest stable gnu classpath with as vm, the java-vm from Sun, because I'm getting a compile-error trying to compile the latest jamvm. I'm using an x86-64-machine.

Re: Method.invoke() on a non-public class from another package

2007-04-08 Thread Robert Lougher
Hi Mark, On 4/8/07, Mark Wielaard [EMAIL PROTECTED] wrote: On Sun, 2007-04-08 at 12:53 +0200, Christian Thalinger wrote: Grrr, I hate this access checks. I'll try to fix that _again_. This seems to be pretty subtle and we found multiple runtimes (jamvm, cacao, gcj and kaffe at least) that

Re: Method.invoke() on a non-public class from another package

2007-04-08 Thread Robert Lougher
Hi, On 4/8/07, Robert Lougher [EMAIL PROTECTED] wrote: Hi Mark, On 4/8/07, Mark Wielaard [EMAIL PROTECTED] wrote: On Sun, 2007-04-08 at 12:53 +0200, Christian Thalinger wrote: Grrr, I hate this access checks. I'll try to fix that _again_. This seems to be pretty subtle and we found

Re: Method.invoke() on a non-public class from another package

2007-04-08 Thread Robert Lougher
Hi Twisti, On 4/8/07, Christian Thalinger [EMAIL PROTECTED] wrote: On Sun, 2007-04-08 at 23:00 +0100, Robert Lougher wrote: Anyway, I've found what it broke and my original analysis. After putting this in, BeanShell GUI stopped working with JamVM. This was found during 0.93 testing: http

Re: Method.invoke() on a non-public class from another package

2007-04-08 Thread Robert Lougher
Hi Andrew, On 4/8/07, Andrew Haley [EMAIL PROTECTED] wrote: Robert Lougher writes: Anyway, I've found what it broke and my original analysis. After putting this in, BeanShell GUI stopped working with JamVM. This was found during 0.93 testing: ... I don't know where

Re: Method.invoke() on a non-public class from another package

2007-04-08 Thread Robert Lougher
Hi, On 4/9/07, Robert Lougher [EMAIL PROTECTED] wrote: Hi Andrew, On 4/8/07, Andrew Haley [EMAIL PROTECTED] wrote: Robert Lougher writes: Anyway, I've found what it broke and my original analysis. After putting this in, BeanShell GUI stopped working with JamVM. This was found

JamVM 1.4.5 released

2007-02-04 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.4.5 (http://jamvm.sourceforge.net). This release adds support for Annotations, sun.misc.Unsafe (JSR-166), and a full port to the mipsel architecture. Several other features have also been added and quite a few bugs fixed. The full list of

Re: [cp-patches] FYI: Add Enum.finalize()

2006-12-21 Thread Robert Lougher
Hi, FYI, JamVM does something similar. All objects effectively have a finalizer because java.lang.Object implements an empty finalizer, so if a VM didn't do something, _all_ objects would need finalization. JamVM therefore records a class as having a finalizer only if it has overridden the one

java.lang.management.ThreadInfo

2006-12-03 Thread Robert Lougher
Hi, While implementing the ThreadMXBean stuff in JamVM I noticed a couple of problems with the ThreadInfo class. The first constructor will throw NullPointerExceptions if the lock or lockOwner is null (which it will be if the thread isn't blocked), and in several accessors the BLOCKED state

Re: Anyone pondering HotSpot+Classpath?

2006-11-14 Thread Robert Lougher
Of course, the reverse is also possible, i.e. open source runtimes working with the JDK class libraries. This doesn't even need the release of the class-library source to happen. The HotSpot source reveals all that is needed to implement the interface. From brief looking at the interface, I

JamVM 1.4.4 released

2006-11-02 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.4.4 (http://jamvm.sourceforge.net). This release adds the JNI Invocation API and additional Java 1.5 support. Several other features have also been added and quite a few bugs fixed. The full list of changes are here:

Build failure on Mac OS X

2006-10-20 Thread Robert Lougher
Hi, I tried building the lastest distcheck on Mac OS X last night (first time in a while). The build trivially failed in two files: native/jni/java-net/gnu_java_net_VMPlainSocketImpl.c native/jni/java-nio/gnu_java_nio_VMChannel.c The type uint32_t is undefined. This is easily fixed by

Re: Re: [cp-patches] RFC: GtkButtonPeer fix

2006-10-18 Thread Robert Lougher
Any details on how to reproduce it? Is it 100% reproducible? Send some details and I'll have a look at it. Rob. On 10/18/06, Tania Bento [EMAIL PROTECTED] wrote: Hey, Upon further inspection, it turns out that this is a bug in jamvm. Sorry, Tania On Wed, 2006-10-18 at 16:36 -0400, Tania

Re: Signals, sockets and threads

2006-10-18 Thread Robert Lougher
On 10/18/06, Robert Schuster [EMAIL PROTECTED] wrote: do { ret = cpnio_accept (fd, (struct sockaddr *) addr, alen); } while (ret == -1); if (ret == -1) { if (EWOULDBLOCK != tmp_errno EAGAIN != tmp_errno) JCL_ThrowException (env, java/net/SocketException,

Re: Jboss/Java1.5 on HPPA in linux

2006-10-16 Thread Robert Lougher
Hi, On 10/16/06, Trevor Glen [EMAIL PROTECTED] wrote: Tom Tromey wrote: Trevor == Trevor Glen [EMAIL PROTECTED] writes: Trevor Has anyone had any luck with a 1.5 vm and/or classpath on a Trevor hppa linux box? What VM are you using? gcj. jam and cacao don't support hppa and I didn't much

Re: native methods in inner classes (long)

2006-09-20 Thread Robert Lougher
Hi, On 9/20/06, Jeroen Frijters [EMAIL PROTECTED] wrote: Raif S. Naffah wrote: 1. do VMs handle differently native method names depending on whether they are defined in an inner class or not? No, at the VM and JNI level there is no difference between inner and outer classes. It is simply a

Re: Re: native methods in inner classes (long)

2006-09-20 Thread Robert Lougher
On 9/20/06, Robert Lougher [EMAIL PROTECTED] wrote: Anyway, I'll check a patch in for JamVM tonight. Committed... Rob.

Re: Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger (compressed)

2006-09-03 Thread Robert Lougher
in the above page? Thanks, Rob. On 9/3/06, Raif S. Naffah [EMAIL PROTECTED] wrote: hello Robert, On Sunday 03 September 2006 15:26, Robert Lougher wrote: Hi, What architecture were you running JamVM on? here is the uname related lines in my jamvm config.log: uname -m = i686 uname -r = 2.6.17

Re: [cp-patches] RFC: PR Classpath/28664 - GNU MP based BigInteger (compressed)

2006-09-02 Thread Robert Lougher
Hi, What architecture were you running JamVM on? Rob. On 9/3/06, Raif S. Naffah [EMAIL PROTECTED] wrote: hello all, the attached patch adds support for GNU MP in BigInteger if/when configured. 2006-09-03 Raif S. Naffah [EMAIL PROTECTED] PR Classpath/28664 * INSTALL: Added

Re: Running JOnAS 4.7.4 that uses 1.5 features

2006-08-09 Thread Robert Lougher
Hi, On 8/9/06, Gary Benson [EMAIL PROTECTED] wrote: Audrius Meskauskas wrote: JOnAS also failed to load the JacORB CORBA implementation via our org.omg classes. Despite our ObjectCreator.forName searches the thread context class loader and then walks through the stack, trying the class

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
Hi Twisti, On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 13:55 +0200, Stephan Michels wrote: I don't know if it is related to your problem, but the too many open files thing reminds me of this bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25760 Ahh, I can

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
Hi Twisti, On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 13:50 +0100, Robert Lougher wrote: I've never tried to run JBoss with JamVM. Can you give a quick summary of what you're trying to run so that I can have a go myself? Remember, I know _nothing_ about

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
Hi, No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending the value of java.endorsed.dirs to the bootpath? Rob. On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 14:06 +0200, Christian Thalinger

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
On 7/31/06, Robert Lougher [EMAIL PROTECTED] wrote: On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 19:04 +0100, Robert Lougher wrote: No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending

Re: jboss-4.0.4

2006-07-31 Thread Robert Lougher
On 7/31/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Mon, 2006-07-31 at 19:04 +0100, Robert Lougher wrote: No, but it doesn't look difficult to implement. If I understand it correctly it seems to be as simple as just prepending the value of java.endorsed.dirs to the bootpath? Well

Re: Hello:Interested in classpath

2006-07-18 Thread Robert Lougher
Hi David, Let me know if you any questions regarding the packaging of JamVM. I'll be pleased to help as this is something that's needed doing for a while... Rob. On 7/18/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Dalibor, Christian, Andrew, Thanks for pointing out the wiki! I will try

Re: diffie-hellman problem

2006-06-28 Thread Robert Lougher
Hi, On 6/28/06, Christian Thalinger [EMAIL PROTECTED] wrote: On Tue, 2006-06-27 at 21:27 +1000, Raif S. Naffah wrote: found the problem; should be able to check-in a fix within the next 48h. Very cool! Thanks for the quick fix. Does this Sun demo now work for you? It does not throw the

Re: JamVM 1.4.3 released

2006-05-31 Thread Robert Lougher
Hi Mark, On 5/30/06, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Robert, On Mon, 2006-05-22 at 03:47 +0100, Robert Lougher wrote: I'm pleased to announce the release of JamVM 1.4.3 (http://jamvm.sourceforge.net). This release adds heap compaction Nice one! I was just going through

Re: [Jamvm-general] Javavm segmentation fault

2006-05-25 Thread Robert Lougher
to the proper place/person if I am bothering you too much. Thanks in advance, Dikran Hovagimian - Original Message - From: Robert Lougher [EMAIL PROTECTED] To: Dikran Hovagimian [EMAIL PROTECTED] Cc: JamVM Hackers [EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 12:01 AM Subject: Re: [Jamvm

JamVM 1.4.3 released

2006-05-21 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.4.3 (http://jamvm.sourceforge.net). This release adds heap compaction and additional Java 1.5 support. Several other features have been implemented and several bug-fixes have also been made. The full list of changes are here:

Re: JamVM 1.4.3 released

2006-05-21 Thread Robert Lougher
Hi, I meant to say I'd like to thank Michael Koch for the reflection class _generic signature_ support. It's late :) Rob. On 5/22/06, Robert Lougher [EMAIL PROTECTED] wrote: Hi, I'm pleased to announce the release of JamVM 1.4.3 (http://jamvm.sourceforge.net). This release adds heap

Re: [cp-patches] RFC: local (unix-domain) sockets

2006-04-14 Thread Robert Lougher
Hi, I'd be inclined to have a look at the code produced with and without the workaround. The easiest way I find to do this is to temporarily hack the Makefile and add a -S onto the CFLAGS. Touch the file and remake, leaving the assembler in the .o file (of course the link will now fail). This

Re: Free JVM on Macintel

2006-03-21 Thread Robert Lougher
Hi, On 3/20/06, Casey Marshall [EMAIL PROTECTED] wrote: On Mar 20, 2006, at 2:07 PM, Christian Thalinger wrote: On Mon, 2006-03-20 at 13:51 -0800, Casey Marshall wrote: Hi, Are any free VMs currently supported on OS X for Intel (natively)? Alternatively, if there's a concise

Re: Free JVM on Macintel

2006-03-21 Thread Robert Lougher
Hi Casey, On 3/21/06, Casey Marshall [EMAIL PROTECTED] wrote: This gets Hello, world to work :-) I'll try some more things, and let you know what I see. Great! Thanks for letting me know. Rob. P.S. Can you let me know what uname -p gives? On Linux the autoconf host triple gives i686 (or

Re: [cp-patches] Re: RFC: gdkpixbuf looking vs main gdk lock

2006-03-20 Thread Robert Lougher
Hi Mark, On 3/20/06, Mark Wielaard [EMAIL PROTECTED] wrote: Hi, Done. If you have a scroll mouse please try out WW2D with Cacao (I didn't get it working with jamvm yet, which seems to crash after loading jawt). What version of JamVM are you using (i.e. is it CVS or a released version)?

Re: Free JVM on Macintel

2006-03-20 Thread Robert Lougher
On 3/20/06, Casey Marshall [EMAIL PROTECTED] wrote: On Mar 20, 2006, at 2:07 PM, Christian Thalinger wrote: On Mon, 2006-03-20 at 13:51 -0800, Casey Marshall wrote: Hi, Are any free VMs currently supported on OS X for Intel (natively)? Alternatively, if there's a concise description

FOSDEM: slides from JamVM talk

2006-03-13 Thread Robert Lougher
Hi, Roman has kindly uploaded the slides from my talk to the Wiki (see http://developer.classpath.org/mediation/Fosdem2006). Thanks, Rob. P.S. There's one obvious mistake on slide 2. The release date of JamVM 1.4.2 should be 2006 not 2005!

Re: [cp-patches] JamVM stopped working today

2006-01-16 Thread Robert Lougher
Hi, Thanks for the replies. I didn't fancy doing a complete checkout over a 3G/GPRS datacard :) Rob. On 1/16/06, Lillian Angel [EMAIL PROTECTED] wrote: On Mon, 2006-01-16 at 18:22 +, David Gilbert wrote: Hi All, JamVM stopped working for me today - I get this error when I try to run

Re: Using a workspace-based VM in Eclipse

2005-12-22 Thread Robert Lougher
Hi, On 22 Dec 2005 12:34:42 -0700, Tom Tromey [EMAIL PROTECTED] wrote: To do this, follow the wiki instructions to check out and build Classpath and Cacao (as always, this VM is chosen because all the needed build bits are in its cvs repository... hint to the other VM developers). Hint

Re: Security manager problem

2005-12-06 Thread Robert Lougher
Hi, On 12/6/05, Gary Benson [EMAIL PROTECTED] wrote: Anthony Green wrote: It's been a long time since I've read anything about this kind of stuff, but my understanding is that you simply wrap things like this up in a AccessController.doPrivileged(), since the access control context of

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Frederick, On Sun, 2005-12-04 at 21:26 -0500, Frederick C Druseikis wrote: I'm using gjdoc-0.7.6 to test a new port of JamVM-1.4.1 + classpath-0.19 on OpenBSD. I'm trying to get gjdoc to do all the classpath documentation. gjdoc

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Fred, On Mon, 2005-12-05 at 12:32 -0500, [EMAIL PROTECTED] wrote: Could you also run JamVM with -verbose:gc and send me the output? Attached. Thanks. This seems to point out two things: 1) There is a huge allocation (2MB+):

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
On 12/5/05, Robert Lougher [EMAIL PROTECTED] wrote: Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Fred, On Mon, 2005-12-05 at 12:32 -0500, [EMAIL PROTECTED] wrote: Could you also run JamVM with -verbose:gc and send me the output? Attached. Thanks. This seems

Re: memory behavior to expect with gjdoc-0.7.6

2005-12-05 Thread Robert Lougher
Hi, On 12/5/05, Robert Lougher [EMAIL PROTECTED] wrote: Hi, On 12/5/05, Mark Wielaard [EMAIL PROTECTED] wrote: 2) JamVM has fragmented its heap so much that it cannot allocate such a block of data even though there is enough space in total: GC: Largest block is 2087448 total free

JamVM 1.4.0 released

2005-11-20 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.4.0 (http://jamvm.sourceforge.net). This release adds support for Soft/Weak/Phantom references, along with GC-optimisations, and several bug-fixes. The full list of changes are here:

Re: JamVM does not startup

2005-11-18 Thread Robert Lougher
Hi Isabella, I'll take this off-line. Rob. On 11/18/05, Isabella Thomm [EMAIL PROTECTED] wrote: Hello! I am new to this, so sorry about this simple question and it probably does not fit in here, but I'd be glad to solve this problem: I have installed classpath 0.19, as described,

Re: example programs

2005-10-06 Thread Robert Lougher
Hi, On 10/6/05, theUser BL [EMAIL PROTECTED] wrote: An other point is about the JamVM: I think, the property of java.vendor.url is wrong. There stand http://gnu.classpath.org; But this side don't exists. There existing only http://www.classpath.org; and

Re: JamVM 1.3.3 released

2005-09-15 Thread Robert Lougher
Hi, The problem is you're trying to build on AMD64. This is the only platform which needs libffi. On my AMD64 system I've installed libffi from the distribution, and configure has no problems in finding this. From your message you've compiled libffi yourself. I guess it's in a non-standard

Re: GNU Classpath and JVMs

2005-09-15 Thread Robert Lougher
Hi, From the new versions, which use 0.17 or 0.18, I can either not compile it or it (like JamVM), or it have problems with AWT and Swing (IKVM). And a CVS-version of Kaffe I have not tried. But Kaffe 1.1.5 don't run Swing programs on my computer. JamVM _does_ work with Classpath-0.18.

JamVM 1.3.3 released

2005-09-13 Thread Robert Lougher
Hi, I'm pleased to announce the release of JamVM 1.3.3 (http://jamvm.sourceforge.net). This release adds ports to AMD64 and PowerPC64 and a couple of other minor features/bug-fixes. The full list of changes are here: http://sourceforge.net/project/shownotes.php?release_id=356099 Thanks, Rob.

Re: [Jamvm-general] JamVM and Eclipse

2005-09-07 Thread Robert Lougher
Hi Robert, Thanks for giving everything a test. I'll have a look at the PATH issue once I've got a new release out. JamVM 1.3.2 won't work with the latest Classpath snapshot now that 0.18 has been released so I need to do this ASAP! It's basically releasing the CVS version, but I need to put in

  1   2   >