Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Sven Luther
On Mon, Dec 08, 2003 at 10:20:20AM -0500, Kevin B. Hendricks wrote: > Hi, > > > Nope, setting JITC_PROCESSOR_TYPE to any value from 0 to 8 doesn't seem > > to help. Setting JAVA_COMPILER=NONE worked, but there is not JIT then. > > The code in the JIT looks in /proc/cpuinfo and parses it to try to

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Sven Luther
On Mon, Dec 08, 2003 at 09:51:36AM -0500, Kevin B. Hendricks wrote: > Hi, > > If you search the archives here you will find a mail I sent to Ben and a few > others a while back that describes an environment variable you can set to > force the JIT to recognize your processor (lie to it and tell i

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Sven Luther
On Mon, Dec 08, 2003 at 09:34:54AM -0500, Kevin B. Hendricks wrote: > Hi, > > Make sure you have the very very latest version of the IBM jdk 1.4.1 for > p-series. A previous version had a "bug" that created illegal instruction > when using the JIT for some processor types it could not identify.

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Kevin B. Hendricks
Hi, > Nope, setting JITC_PROCESSOR_TYPE to any value from 0 to 8 doesn't seem > to help. Setting JAVA_COMPILER=NONE worked, but there is not JIT then. The code in the JIT looks in /proc/cpuinfo and parses it to try to detect processor type. Is there some strange restriction on your processor ty

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Kevin B. Hendricks
Hi, If you search the archives here you will find a mail I sent to Ben and a few others a while back that describes an environment variable you can set to force the JIT to recognize your processor (lie to it and tell it is is a 604e system). I have a dual G4 machine and it now works fine. I t

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Kevin B. Hendricks
Hi, Make sure you have the very very latest version of the IBM jdk 1.4.1 for p-series. A previous version had a "bug" that created illegal instruction when using the JIT for some processor types it could not identify. The very latest version of the IBM JDK no longer has that problem on my mac

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-08 Thread Sven Luther
On Thu, Nov 13, 2003 at 10:41:43AM +0100, Frank Routier wrote: > Sure, > > you can find it here : > > https://www6.software.ibm.com/dl/lxdk/lxdk-p > > To go there, you can also go to www.ibm.com, follow developpers - java > technology - IBM jdk > > Latest 1.4.1 version (SR3 ?) works fine on m

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-12-05 Thread Eric Fischer
Hello, First, sorry for using a borrowed account, my mail server is currently down since they are doing electricity work at home. I am trying to run the powerpc ibm (or other) JDK with jboss, like you did say you did in the other mail, but without sucess so far. I have downloaded the IBM jdk 1.4

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-11-13 Thread Frank Routier
Forgot to say : choose IBM SDK for 32-bit iSeries/pSeries for the ppc version... (And it appears to be SR1). Regards, Franck Messages d´origine De: Frank Routier <[EMAIL PROTECTED]> Date: jeudi, novembre 13, 2003 10:41 am Objet: Re: trouble using IBM 1.4.1 jdk for ppc on

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-11-13 Thread Frank Routier
. Great stuff, although not free... Franck Messages d´origine De: Markus Frauenfelder <[EMAIL PROTECTED]> Date: mercredi, novembre 12, 2003 11:45 pm Objet: Re: trouble using IBM 1.4.1 jdk for ppc on Debian > Hi > > can anybody tell me where to find IBMs JDK1.4.1? I

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-11-12 Thread Markus Frauenfelder
:-( > > Franck > > Messages d´origine > De: Christian Leimer <[EMAIL PROTECTED]> > Date: vendredi, octobre 24, 2003 3:20 pm > Objet: Re: trouble using IBM 1.4.1 jdk for ppc on Debian > > > Am Fri, 24 Oct 2003 09:10:05 +0200 schrieb Frank Routier:

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-10-24 Thread Frank Routier
or the previous version, but apparently not solved :-( Franck Messages d´origine De: Christian Leimer <[EMAIL PROTECTED]> Date: vendredi, octobre 24, 2003 3:20 pm Objet: Re: trouble using IBM 1.4.1 jdk for ppc on Debian > Am Fri, 24 Oct 2003 09:10:05 +0200 schrieb Frank Routier: &g

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-10-24 Thread Christian Leimer
Am Fri, 24 Oct 2003 09:10:05 +0200 schrieb Frank Routier: > Hi, > > I have trouble using IBM 1.4.1 jdk for ppc on Debian. > Hi! Did you tried the new SR1 its out since a few days. How did you installed it? I tiried update-alternatives but I always get this error: JVM not found: libjvm.so - l

Re: trouble using IBM 1.4.1 jdk for ppc on Debian

2003-10-24 Thread Jason E. Stewart
Frank Routier <[EMAIL PROTECTED]> writes: > I have trouble using IBM 1.4.1 jdk for ppc on Debian. > > It runs quite fine once I set JITC_COMPILER_TYPE=6, as I have a G4 > processor, BUT when a java program calls a native method, I get this > kind of exception : [snip] > What bothers me is that