From owner-freebsd-java@FreeBSD.ORG Thu Jun 20 00:03:15 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A2242FFB for ; Thu, 20 Jun 2013 00:03:15 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pa0-x22c.google.com (mail-pa0-x22c.google.com [IPv6:2607:f8b0:400e:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 74B7618AD for ; Thu, 20 Jun 2013 00:03:15 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id lj1so5692299pab.31 for ; Wed, 19 Jun 2013 17:03:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=vuGknQ19v+UeuSAH/sD5vYUcQenNw0SmHWoTaLctk6Y=; b=DqRNej8YRcMvDA93d2gdlZ+o2EYBkxZ6xqJzZ9VEam19N5Cf7bvjpO+GBR7mGElAr+ DCckmng9KTS4WIhHSZx+pje9nMA1S1l000tW8iuR/jLdwthv/utPam0g36liZTC5rqZY 4+/+RvLabO5rYriX1UoZKmWt5ClsbTDRr2pHCzpCkT9ICV/mFH+DBO5ViUh3BXG2mQvK dQfns7pZiUuDTGr3uEcgAN9ooA+fMRseJXWtKTNJrsnK/lqTSpoTsjpU3A3E8cOEr86m fSAkKp9C3ksceke3bXr9C/OBiVQCP71hnyCCyzKv68MNLQkHoTCQRKmBwleR4za3YCA2 OHtw== MIME-Version: 1.0 X-Received: by 10.66.234.232 with SMTP id uh8mr2287245pac.155.1371686595065; Wed, 19 Jun 2013 17:03:15 -0700 (PDT) Sender: bsd-src@helfman.org Received: by 10.70.11.132 with HTTP; Wed, 19 Jun 2013 17:03:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Jun 2013 17:03:15 -0700 X-Google-Sender-Auth: 6if4BciUsTuHm53eCwM9DkNtbJo Message-ID: Subject: Re: thread support From: Jason Helfman To: Jason Helfman X-Gm-Message-State: ALoCoQl+S6ntHECuL0jymoFYokoLa9FaYZ85QyGawtoxS/nzru9MXgOZ1D/1yNxyymAsjxD8Wfvc Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 00:03:15 -0000 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