From owner-freebsd-java@FreeBSD.ORG Thu Jun 20 07:25:39 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D2C72561; Thu, 20 Jun 2013 07:25:39 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) by mx1.freebsd.org (Postfix) with ESMTP id 957861F00; Thu, 20 Jun 2013 07:25:39 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1UpZFQ-0002DM-B6; Thu, 20 Jun 2013 09:25:37 +0200 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1UpZFQ-0001OI-O1; Thu, 20 Jun 2013 09:25:36 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Jason Helfman" Subject: Re: thread support References: Date: Thu, 20 Jun 2013 09:25:34 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.15 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.5 X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.1 X-Scan-Signature: 2ecd0b53b7de9511489f92806276a3d7 Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 07:25:39 -0000 On Thu, 20 Jun 2013 02:03:15 +0200, Jason Helfman wrote: > On Wed, Jun 19, 2013 at 5:02 PM, Jason Helfman wrote: > >> Hi, >> >> I have a new port that I am maintaining, and I wanted to try a feature >> of >> it, but get the following error: >> >> Exception in thread "main" java.lang.UnsupportedOperationException: >> Thread >> CPU Time Measurement is not supported. >> >> Any thoughts/ideas on this? >> >> Thanks! >> -jgh >> >> -- >> Jason Helfman | FreeBSD Committer >> jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to >> Serve >> > > I am using openjdk6. > > -jgh Do you have the complete stacktrace? Ronald.