Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 1998 23:51:09 -0700
From:      Nate Williams <nate@mt.sri.com>
To:        SHUDO Kazuyuki <shudoh@muraoka.info.waseda.ac.jp>
Cc:        freebsd-java@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: Porting java stuff? Proposal?
Message-ID:  <199812310651.XAA07977@mt.sri.com>
In-Reply-To: <199812310636.PAA27354@cafe.muraoka.info.waseda.ac.jp>
References:  <199812302346.QAA06707@mt.sri.com> <199812310636.PAA27354@cafe.muraoka.info.waseda.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
> > > Internet World recently did an article on Java implementations and speed
> > > and the FreeBSD tests were rather poor.
> >
> > Yep.  As a matter of fact, we were almost the slowest, if not *THE*
> > slowest.  That's because we have no JIT, while every other JVM compared
> > uses one.
> 
> My understanding is that JDK for FreeBSD make use of C
> version of interpreter instead of assembly language
> version as executeJava_p5.*. Is this right?

That is correct, but we weren't that much slower than the Linux JDK,
which *does* use the assembly language version of executeJava.

My comparison's of the FreeBSD JDK vs. the Solaris one with the JIT
disabled show us *slighly* faster for most things (except
networking...).  I believe the reason we're so slow for networking is
due to using select and not having a good multi-threading library.




Nate

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812310651.XAA07977>