atom feed42 messages in org.freebsd.freebsd-javaPerformance of Java on FBSD vs. other...
FromSent OnAttachments
Nikos NtarmosNov 10, 2006 8:39 pm 
Nick JohnsonNov 10, 2006 8:54 pm 
Nikos NtarmosNov 10, 2006 9:33 pm 
Milo HysonNov 10, 2006 9:47 pm 
Arne H. JuulNov 10, 2006 9:52 pm 
Matthew SeamanNov 10, 2006 9:53 pm 
Nikos NtarmosNov 10, 2006 10:15 pm 
Chad Leigh -- Shire.Net LLCNov 10, 2006 10:25 pm 
Nikos NtarmosNov 10, 2006 10:34 pm 
Nick JohnsonNov 10, 2006 10:34 pm 
Arne H. JuulNov 10, 2006 10:50 pm 
David XuNov 11, 2006 12:37 am 
Nikos NtarmosNov 11, 2006 4:46 am 
Nikos NtarmosNov 11, 2006 4:46 am 
Nikos NtarmosNov 11, 2006 4:46 am 
Nikos NtarmosNov 11, 2006 4:46 am 
Ivan VorasNov 11, 2006 7:49 pm 
Nick JohnsonNov 12, 2006 3:09 am 
Kazuyuki ShudoNov 12, 2006 12:46 pm 
Nikos NtarmosNov 13, 2006 2:18 am 
Achilleas MantziosNov 13, 2006 9:08 am 
Massimo LusettiNov 13, 2006 9:15 am 
Nikos NtarmosNov 13, 2006 9:31 am 
Kazuyuki ShudoNov 13, 2006 10:39 am 
Nikos NtarmosNov 13, 2006 11:27 am 
Michael VinceNov 15, 2006 5:22 am 
Palle GirgensohnDec 12, 2006 7:29 am 
Achilleas MantziosDec 18, 2006 8:09 am 
Nick JohnsonDec 18, 2006 9:42 am 
Nikos NtarmosDec 18, 2006 7:46 pm 
Eugeny N DzhurinskyDec 19, 2006 12:32 am 
Achilleas MantziosDec 19, 2006 1:41 am 
Eugeny N DzhurinskyDec 19, 2006 1:45 am 
Achilleas MantziosDec 19, 2006 2:39 am 
Eugeny N DzhurinskyDec 19, 2006 2:42 am 
Nikos NtarmosDec 19, 2006 3:29 am 
Eugeny N DzhurinskyDec 19, 2006 3:34 am 
Ivan VorasDec 19, 2006 1:28 pm 
Eugeny N DzhurinskyDec 19, 2006 11:57 pm 
Andrew PantyukhinDec 20, 2006 1:33 am 
Eugeny N DzhurinskyDec 20, 2006 1:38 am 
Achilleas MantziosDec 20, 2006 2:52 am 
Subject:Performance of Java on FBSD vs. others...
From:Nick Johnson (free@spatula.net)
Date:Nov 12, 2006 3:09:00 am
List:org.freebsd.freebsd-java

On Sat, 11 Nov 2006, Nikos Ntarmos wrote:

Ummm... It looks more like "apples under freebsd" and "apples under linux or win32" to me... :)

Not if the platform defaults differ, as I said. Compare the defaults for survivor space on Windows vs Solaris for example.

It appears like JIT isn't quite as good on BSDs as it is on linux or win32 or solaris. I scoured through the source code of the JDK and it's crawling with ifdef's where solaris and linux seem to be better instrumented than BSDs...

ifdefs are evaluated at compile time, so this would make no difference.

Please note that I don't mean this e-mail (thread) as a "look, freebsd sucks" thing. After all, I've already said that freebsd _is_ my OS-of-choice for (at least) development chores. However, such a performance lag is a show-stopper for me (especially with various related deadlines approaching fast).

I think we'd all like to know what causes the performance difference, especially in the light that others of us haven't experienced it. There may be something about your specific hardware configuration that FreeBSD handles less elegantly such that it's a general performance problem vs a Java one.

Have you run any benchmarks on the system itself? Like something written in C or C++ using threads? This might have nothing to do with Java at all.

Nick