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

"David D. Lucas" <[email protected]>
Newsgroups gmane.comp.java.linux.general
Organization Lucas Software Engineering, Inc.
Message-ID <[email protected]>
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]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.