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



Reply via email to