Performance of Java on FBSD vs. others...

Eugeny N Dzhurinsky bofh at redwerk.com
Tue Dec 19 03:34:20 PST 2006


On Tue, Dec 19, 2006 at 01:00:23PM +0200, Nikos Ntarmos wrote:
> On Tue, Dec 19, 2006 at 11:45:41AM +0200, Eugeny N Dzhurinsky wrote:
> > Nice, is it possible to see does it really uses libthr.so.2?
> 
> Use ldd(1) on the executable. If you see something like:
> ntarmos at ace:~$ ldd /usr/local/jdk1.5.0/bin/java
> /usr/local/jdk1.5.0/bin/java:
>         libz.so.3 => /lib/libz.so.3 (0x68091000)
>         libpthread.so.2 => /usr/lib/libthr.so.2 (0x680a3000) <=======
>         libc.so.7 => /lib/libc.so.7 (0x680b6000)
> then you're using libthr alright.

Okay, I changed this - but my java coredumped, so I switched back to
libpthread.

Thanks anyway!

-- 
Eugene N Dzhurinsky


More information about the freebsd-java mailing list