--- "Nolte, Holger" <[EMAIL PROTECTED]> wrote:
> Does anybody knows something about errors in the tya jit ? (It
> is not so
> easy to eliminate our error)
> Can anybody tell me if thereare other JITs working fine for
> jdk1.1.7 or can
> someone share his experience using JIT under linux ?
I run a java server (50kloc) with 30 or 40 people connected to
it 24/7 under TYA without any problems whatsoever. My server
can generally find something wrong on kaffe, whenever I try a
new version with it. (ie, it uses a lot of the wierder parts of
the language regularly).
I have a couple of questions/suggestions for you:
What compiler are you compiling with? Sometimes other compilers
produce bytecode that TYA might not handle yet. <The TYA doc
mentions that there are a few of these, but as far as they can
tell, javac never generates them>
Do you have optimisation turned on during the compile?
Optimisation has never worked on my server, I always get random
errors.
Can you add println's and try to determine where the error
occurs? Surely this would be much easier to diagnose, then - if
we could look at a snippet of code.
Paul
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]