From owner-freebsd-java@FreeBSD.ORG Tue Mar 15 09:40:12 2005 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D02D16A4CF for ; Tue, 15 Mar 2005 09:40:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C304343D53 for ; Tue, 15 Mar 2005 09:40:11 +0000 (GMT) (envelope-from soheil.h.y@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so448wri for ; Tue, 15 Mar 2005 01:40:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=VQ6/cmxifCmZuS5ueP0BhLGus8aQY2+B3BX2QVjnitn4CoHvT+GS+V3MFDTCXe6YTuklOx7I1H9HnOFgnUPWtO2xfo4RRPM7mw+mktLhpoYujye229AunMMMkjJ/jpTt1Rm+8ojbZpiVw6tlhp0dngPMm5+dnu7JXMYAB7Cml4Q= Received: by 10.38.97.76 with SMTP id u76mr479537rnb; Tue, 15 Mar 2005 01:40:10 -0800 (PST) Received: by 10.38.11.19 with HTTP; Tue, 15 Mar 2005 01:40:10 -0800 (PST) Message-ID: <4c90b77205031501406eeb138f@mail.gmail.com> Date: Tue, 15 Mar 2005 14:10:10 +0430 From: Soheil Hassas Yeganeh To: freebsd-java@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Soheil Hassas Yeganeh List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 09:40:12 -0000 Dear There, When it was compiling java/jdk14 on FreeBSD 5.3-Stable it says something that i didn't understand: "Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location" What does it mean? I have some problem using "java -server", are these related? Thanx Soheil