Hi, Spankar,

You really take me a bad news, you know, actually what 
I want to find is a good JIT for my servlet run on linux. 
:-(

I am hardly able to image the thing is so bad. Even
though I myself have never(don't laugh me) met any 
problems with Symantec JIT on windows, I'd rather 
believe you.

So, I have to wait for hotspot or some stable JIT. 
According with the sun's schedule, they should give 
a beta version of HotSpot maybe in June. Do you know
(or dose somebody know) who(blackdown?) will port this
product to linux? Or who could give some comments on
the performance of some well-known servlet engine(JRun,
JServ, ....)

Thanks again, Sankar.

Gao Lei.

Sriram Sankar wrote:
> 
> > Dose anybody could give me some advise on good jit
> > for java on linux? Or dose jdk1.1.6 have a default
> > jit?
> 
> Even if you do find a JIT, beware of it.  So far (possibly with the
> exception of the SunSoft JIT), none of the JIT's I've seen are
> reliable especially when you are running significant programs.
> 
> For example, our application does not work with the recent Symantec
> JIT that is enabled by default on JDK 1.1.6 on Windows.  A particular
> problem that we did solve was to workaround an apparent optimizing out
> of an array too early by the JIT.  We had to insert the no-op:
> 
> arrayobject.getClass()
> 
> To prevent the JIT from taking the array away from us too early.
> 
> Even though this has fixed one problem, there are many other known
> problems with various JITs and so even if your program apparantly
> runs right, you really cannot trust its results! :-(
> 
> But the JIT's are improving and hopefully, we should be able to start
> relying on them for serious applications soon.
> 
> Sriram.
> 
> --
> Metamata, Inc.                                 http://www.metamata.com
> Tools for serious Java developers.                     +1 510 796 0915
begin:          vcard
fn:             Gao Lei
n:              Lei;Gao
org:            StarGlobe
adr:            International Business Park;;#09-02, The Synergy;Singapore;Singaproe;609917;Singapore
email;internet: [EMAIL PROTECTED]
title:          Software Engineer
tel;work:       (0065)6656961
tel;fax:        (0065)6657912
tel;home:       (0065)96937680
x-mozilla-cpt:  ;-29328
x-mozilla-html: FALSE
version:        2.1
end:            vcard



begin:          vcard
fn:             Gao Lei
n:              Lei;Gao
org:            StarGlobe
adr:            International Business Park;;#09-02, The Synergy;Singapore;Singaproe;609917;Singapore
email;internet: [EMAIL PROTECTED]
title:          Software Engineer
tel;work:       (0065)6656961
tel;fax:        (0065)6657912
tel;home:       (0065)96937680
x-mozilla-cpt:  ;-29328
x-mozilla-html: FALSE
version:        2.1
end:            vcard

Reply via email to