From owner-freebsd-java@FreeBSD.ORG Fri Dec 13 21:03:39 2013 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 885E5306 for ; Fri, 13 Dec 2013 21:03:39 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id 46C611DA6 for ; Fri, 13 Dec 2013 21:03:39 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.1 cv=PquqMW83 c=1 sm=0 tr=0 a=fEl05wXzeJCkBz9gs2itqQ==:117 a=N1DYviGaBlcA:10 a=nZF06FCg1C0A:10 a=YNqtyO0l_hcA:10 a=LaogzpLLAAAA:8 a=5ZVS6-6xq5cA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=9iDbn-4jx3cA:10 a=cKsnjEOsciEA:10 a=Ue7fQ1K8x9vUulfZ_48A:9 a=wPNLvfGTeEIA:10 a=6I5d2MoRAAAA:8 a=E_SVR7UhAAAA:8 a=JzkrVNJdh7pZ5ql3wcgA:9 a=cwjiTyHaUAw5GZtI:21 a=_W_S_7VecoQA:10 a=SV7veod9ZcQA:10 a=KmxgzEMZt1kA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=mi+thun@aldan.algebra.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=mi+thun@aldan.algebra.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=anat; auth=pass (PLAIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.63.29 is neither permitted nor denied by domain of aldan.algebra.com) Received: from [209.6.63.29] ([209.6.63.29:15347] helo=utka.zajac) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id 49/B8-12147-8267BA25; Fri, 13 Dec 2013 16:03:37 -0500 Message-ID: <52AB7628.8050103@aldan.algebra.com> Date: Fri, 13 Dec 2013 16:03:36 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Dmitry Samersoff , Jung-uk Kim Subject: Re: java not starting without explicit maximum memory flag References: <52AB67F0.4030805@aldan.algebra.com> <52AB6CE7.30605@FreeBSD.org> <52AB722F.2050403@aldan.algebra.com> <52AB7522.8040802@samersoff.net> In-Reply-To: <52AB7522.8040802@samersoff.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2013 21:03:39 -0000 On 13.12.2013 15:53, Jung-uk Kim wrote: > Hmm... Looks fine. Have you tried java/openjdk6? Can't build it -- neither java nor jar would start :-( On 13.12.2013 15:59, Dmitry Samersoff wrote: > java -XX:+PrintGCDetails -version > Well, had to insert the -mx2m into that command line, but here is the output: % java -mx2m -XX:+PrintGCDetails -version openjdk version "1.7.0_25" OpenJDK Runtime Environment (build 1.7.0_25-b15) OpenJDK Server VM (build 23.21-b01, mixed mode) Heap PSYoungGen total 1792K, used 295K [0x90490000, 0x90690000, 0x90690000) eden space 1536K, 19% used [0x90490000,0x904d9d58,0x90610000) from space 256K, 0% used [0x90650000,0x90650000,0x90690000) to space 256K, 0% used [0x90610000,0x90610000,0x90650000) ParOldGen total 1024K, used 0K [0x90090000, 0x90190000, 0x90490000) object space 1024K, 0% used [0x90090000,0x90090000,0x90190000) PSPermGen total 16384K, used 1436K [0x8c090000, 0x8d090000, 0x90090000) object space 16384K, 8% used [0x8c090000,0x8c1f73f8,0x8d090000) Thanks! Yours, -mi