Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Dec 2006 13:34:16 +0200
From:      Eugeny N Dzhurinsky <bofh@redwerk.com>
To:        freebsd-java@freebsd.org
Subject:   Re: Performance of Java on FBSD vs. others...
Message-ID:  <20061219113416.GH1006@office.redwerk.com>
In-Reply-To: <20061219110023.GB23305@ace.b020.ceid.upatras.gr>
References:  <20061110203714.GA89006@ace.b020.ceid.upatras.gr> <20061218083751.T28249@turing> <20061219080444.GA1006@office.redwerk.com> <200612191141.12890.achill@matrix.gatewaynet.com> <20061219094541.GF1006@office.redwerk.com> <20061219110023.GB23305@ace.b020.ceid.upatras.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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



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