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 th

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: 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,

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? > R

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

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.

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: 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

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: 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

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/SocketExce

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 includi

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: http://sourceforge.net/pr

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 wo

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 chec

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

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 chan

Re: [Jamvm-general] Compiling Jamvm 1.4.5 - errors

2007-02-06 Thread Robert Lougher
d to false X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on nescio X-Spam-BayesScore: 0. X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.0.3 Delivered-To: [EMAIL PROTECTED] X-Evolution-Source: imap://[EMAIL PROTECTED]/ Content

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

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

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: > >

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, BeanSh

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: [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 nat

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: > java.la

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 wit

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 8

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

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

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 co

Re: Problems bulding classpath 0.93 on ARM5

2007-10-08 Thread Robert Lougher
th I use ./configure --with-jikes --enable-jni --disable-gtk-peer > --disable-gconf-peer --disable-plugin > > > On 10/8/07, Robert Lougher <[EMAIL PROTECTED]> wrote: > > Hi, > > > > On 10/8/07, Christian Thalinger <[EMAIL PROTECTED]> wrote: > > > On Mon,

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/libjavan

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 di

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

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 -> > > >

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

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-

JamVM 1.5.0 "The First In Line" released

2007-10-29 Thread Robert Lougher
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 interpreter (a.k.a super-instructions) and a full port to the ARM architecture using EABI. Several other minor features have also been added an

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 +0000, Robert Lougher wrote: > > Hi, > > > > I'm pleased to announce the release of JamVM 1.5.0 "The First In Line" > > (http://jamvm.sourceforge

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
nd not make install DESTDIR=xxx) and then removing afterwards. 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 <[EMAI

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 ser

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

2007-11-21 Thread Robert Lougher
ially as they're beginning to use so much 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 runni

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.

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.

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: 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 >

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 versi

Re: Inconvertible types error in EnumSet.java

2008-03-19 Thread Robert Lougher
Hi Dalibor, On 3/19/08, Dalibor Topic <[EMAIL PROTECTED]> wrote: > Trevor Harmon wrote: > > Okay this is something that has confused me. classpath seems to have a > > dependency on jamvm, but jamvm seems to have a dependency on > > classpath. How is this not circular? > You can pass in a prebuilt

Re: Inconvertible types error in EnumSet.java

2008-03-19 Thread Robert Lougher
Hi, On 3/19/08, Trevor Harmon <[EMAIL PROTECTED]> wrote: > On Mar 19, 2008, at 8:22 AM, Dalibor Topic wrote: > > > There is a classpath installation in macports, it just needs someone > > using that platform to take care of it, and update it to 0.97.1. > > In fact, I'm working on the classpath pac

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 used

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 modifications.

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 f

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 i

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 >> >> w

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 ReleaseArrayEleme

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 : > > Sorry for the lame bug report. I haven'

Re: mauve tests hanging on jamvm

2008-12-17 Thread Robert Lougher
Hi, This should now be fixed in CVS. A missing prototype means long longs are being interpreted incorrectly on 32-bit systems, leading to a wrong timeout value (hence the harness is not killing the hung runner process, and thus appearing to hang itself). Rob. 2008/12/15 Robert Lougher : >

Re: using Smack API with GNU Classpath

2009-02-16 Thread Robert Lougher
Hi Jan, 2009/2/16 Jan Pannecoeck : > 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 > problem as

Re: using Smack API with GNU Classpath

2009-02-16 Thread Robert Lougher
added 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 : >> >>> >>> Hello eve

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 : > Hi Jan, > > 2009/2/16 Jan Pannecoeck : >> Hello Robert, >> >> I'm using JamVM 1.5.0 at the ARM and JamVM 1.4.5 at my desktop pc.

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: http://sourceforge.net/project/shownotes

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 JamVM will dump the thread state and continue. If you launched JamVM from a terminal you can also do Ctrl-\ in the termina

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 : >

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.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: Classpath IPP Logging

2010-04-26 Thread Robert Lougher
On 26 April 2010 11:23, Andrew Haley 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() >>             .getN

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 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 I'm cognisant of the

Re: [RFC/PATCH] Invokedynamic API stubs

2011-02-09 Thread Robert Lougher
On 7 February 2011 20:01, Pekka Enberg 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 clearly marked a

<    1   2