From owner-freebsd-java@FreeBSD.ORG  Tue Mar  4 19:29:18 2014
Return-Path: <owner-freebsd-java@FreeBSD.ORG>
Delivered-To: freebsd-java@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id 3FF14B5F
 for <freebsd-java@freebsd.org>; Tue,  4 Mar 2014 19:29:18 +0000 (UTC)
Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com
 [IPv6:2a00:1450:4010:c04::22f])
 (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
 (No client certificate requested)
 by mx1.freebsd.org (Postfix) with ESMTPS id C0656D63
 for <freebsd-java@freebsd.org>; Tue,  4 Mar 2014 19:29:17 +0000 (UTC)
Received: by mail-lb0-f175.google.com with SMTP id w7so5843450lbi.6
 for <freebsd-java@freebsd.org>; Tue, 04 Mar 2014 11:29:15 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
 h=mime-version:sender:in-reply-to:references:date:message-id:subject
 :from:to:cc:content-type;
 bh=4DUWCBLuexkzEJ7QMSUC16cLSmbCH/Iw7amN+Jbjae4=;
 b=vhANx5t7vFY6G/zPkaV57BB+WekH9RIN5ClQ5Kdk4qsmsgUbpJO+T5JxE+wLHrOSVD
 JPxi0IamgAoNjEUgXddeHZUJPlC307xlk9iNGn9NjN+nvi55cz6kqu9ISAHXkR6/fFjm
 re+xZUkSi14eUfCkDXqNS0c3FMhaQo/VDUBVwsgc2sG+unk2BU7sRuw704exHjSb/JSU
 bV6VoUeC3P6KHkjr6JMPZufg53V8WS4R+VfrsXwwn0ag8kT92W/ffAvJdeyHKRuhHrgw
 mPlrOwuDKmllSeJeXaZqs85+Tgz/2eUOPJu7qKu2b4M/nwpGQOW0Iz1FXHqURt8khhJC
 u3LA==
MIME-Version: 1.0
X-Received: by 10.112.161.133 with SMTP id xs5mr570089lbb.51.1393961355868;
 Tue, 04 Mar 2014 11:29:15 -0800 (PST)
Sender: crodr001@gmail.com
Received: by 10.112.30.211 with HTTP; Tue, 4 Mar 2014 11:29:15 -0800 (PST)
In-Reply-To: <53162651.9070201@paladin.bulgarpress.com>
References: <53162651.9070201@paladin.bulgarpress.com>
Date: Tue, 4 Mar 2014 11:29:15 -0800
X-Google-Sender-Auth: bfikqzzmBUyQvQJAWYBlXlzzJ0w
Message-ID: <CAG=rPVfX1KGZVaV8V9uSVwSN1si6RymBP49K3XjRshjQrsK+_A@mail.gmail.com>
Subject: Re: JDK performance FreeBSD / Linux
From: Craig Rodrigues <rodrigc@FreeBSD.org>
To: Todor Todorov <todorov@paladin.bulgarpress.com>
Content-Type: text/plain; charset=ISO-8859-1
Cc: "freebsd-java@freebsd.org" <freebsd-java@freebsd.org>
X-BeenThere: freebsd-java@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: Porting Java to FreeBSD <freebsd-java.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-java>,
 <mailto:freebsd-java-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-java/>
List-Post: <mailto:freebsd-java@freebsd.org>
List-Help: <mailto:freebsd-java-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>,
 <mailto:freebsd-java-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 04 Mar 2014 19:29:18 -0000

On Tue, Mar 4, 2014 at 11:15 AM, Todor Todorov
<todorov@paladin.bulgarpress.com> wrote:
> Hi all,
> I have to migrate an old machine (FreeBSD 8.3 + OpenJDK 6 + Tomcat 5.5)
> to a new hardware and respectively looking for answers
>
> One of the options is to use FBSD 10 the other one is 'some Linux'. In
> the past there were penalties for using FBSD + Java, not sure what is
> the situation now. The hardware will be 2x processors E5, 64GB RAM -
> running multi user Java app on Tomcat 7.
>
> I have to defend the decision to use FBSD but need to have something in
> my pockets.


In my efforts to set up Jenkins in the FreeBSD cluster, I found two
problems with
Java on FreeBSD.

See:  https://wiki.freebsd.org/Jenkins

(1)  Item #10, issue with JDK on FreeBSD 10 (workaround available)

(2)   Item #23 issue with JDK on FreeBSD 9.2 (fix available in FreeBSD 9.2-p3)


My advice to you is to see if you can propose going with FreeBSD 9.2-p3,
until Item #10 is fixed.

I hate to say it, but it doesn't really look good for defending your
continued use of FreeBSD for a Java app. :(
--
Craig