Re: Any jvm (even 32-bit) works on x86-64?

2004-01-31 Thread David D. Lucas
My guess is the JVM is compiling byte code into machine code.  The JIT 
compiler is probably producing bad code for your platform.  If you want 
to just run Java without the JIT, try using the -Xint (interpreted mode 
only) option.  This should not crash while running.  If that works, then 
you can try something in between by playing around with other switches 
like -Xrs and anything else that is available with that particular JVM.

Best Wishes,
Dave
--

++
| David Lucasmailto:ddlucas @ lse.com|
| Lucas Software Engineering, Inc.   (740) 964-6248 Voice|
| Unix,Java,C++,CORBA,XML,EJB(614) 668-4020 Mobile   |
| Middleware,Frameworks  (888) 866-4728 Fax/Msg  |
++
| GPS Location:  40.0150 deg Lat,  -82.6378 deg Long |
| IMHC: "Jesus Christ is the way, the truth, and the life."  |
| IMHC: "I know where I am; I know where I'm going."<><  |
++
Notes: PGP Key Block=http://www.lse.com/~ddlucas/pgpblock.txt
IMHO="in my humble opinion" IMHC="in my humble conviction"
All trademarks above are those of their respective owners.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Any jvm (even 32-bit) works on x86-64?

2004-01-31 Thread Juergen Kreileder
David D. Lucas <[EMAIL PROTECTED]> writes:

> My guess is the JVM is compiling byte code into machine code.  The
> JIT compiler is probably producing bad code for your platform.

Maybe.  But it doesn't make much sense looking for JVM bugs as long as
the kernel has problems.  The first step should be getting a stable
kernel on the machine.


Juergen

-- 
Juergen Kreileder, Blackdown Java-Linux Team
http://www.blackdown.org/java-linux/java2-status/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Any jvm (even 32-bit) works on x86-64?

2004-01-31 Thread David D. Lucas
I don't diagree, the kernel should not oops.
I just was not sure if you were testing the kernel or the JVM.
Dave

Juergen Kreileder wrote:
David D. Lucas <[EMAIL PROTECTED]> writes:


My guess is the JVM is compiling byte code into machine code.  The
JIT compiler is probably producing bad code for your platform.


Maybe.  But it doesn't make much sense looking for JVM bugs as long as
the kernel has problems.  The first step should be getting a stable
kernel on the machine.
Juergen



--

++
| David Lucas  mailto: ddlucas @ lse.com |
| Lucas Software Engineering, Inc.   (740) 964-6248 Voice|
| Unix,Java,C++,CORBA,XML,EJB(614) 668-4020 Mobile   |
| Middleware,Frameworks  (888) 866-4728 Fax/Msg  |
++
| GPS Location:  40.0150 deg Lat,  -82.6378 deg Long |
| IMHC: "Jesus Christ is the way, the truth, and the life."  |
| IMHC: "I know where I am; I know where I'm going."<><  |
++
Notes: PGP Key Block=http://www.lse.com/~ddlucas/pgpblock.txt
IMHO="in my humble opinion" IMHC="in my humble conviction"
All trademarks above are those of their respective owners.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]