Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 84476 invoked from network); 24 Apr 2007 08:17:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2007 08:17:15 -0000 Received: (qmail 74145 invoked by uid 500); 24 Apr 2007 08:17:21 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 73787 invoked by uid 500); 24 Apr 2007 08:17:20 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 73778 invoked by uid 99); 24 Apr 2007 08:17:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 01:17:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of t.p.ellison@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2007 01:17:11 -0700 Received: by ug-out-1314.google.com with SMTP id z36so102022uge for ; Tue, 24 Apr 2007 01:16:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=Okj3PR7rU78PuVflRA3HhHtDQ5houDCqwcxVsi+NPaA+eJS8XX1QUcIw+URn/cODTaZh720KBmfHoSMy4hIwbh+bEOWCM2EB0PGJM2FIRM7s6pSaYtTVl3UohtvERtJuY2oehTjLGX1fUP44e/mM1VP344/4P8MoNoGhGkVtpMI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=tZED+Z1Kyj6x5Lo49qcfT5wsiSoK4JAfScXAD16uPuZ74RelMbwwLGt3CxLK0rqfMDCC8PpkcNes7/h7gkLw1TfgnkRPpdjCKvnTymcoRSOzEqeUaF9mlTC6DEN8RTXc343LYnA9TAh6zU66vDEf1hfbWUz5NCUts5AUxkINPgA= Received: by 10.66.253.17 with SMTP id a17mr411993ugi.1177402610708; Tue, 24 Apr 2007 01:16:50 -0700 (PDT) Received: from ?9.20.183.81? ( [195.212.29.83]) by mx.google.com with ESMTP id j33sm722773ugc.2007.04.24.01.16.49; Tue, 24 Apr 2007 01:16:50 -0700 (PDT) Message-ID: <462DBCEE.3050006@gmail.com> Date: Tue, 24 Apr 2007 09:16:46 +0100 From: Tim Ellison User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib][compatibility]sun.misc.Unsafe.unpark(Thread) or unpark(Object)? References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yang Paulex wrote: > I just found by accident that Harmony's sun.misc.Unsafe in suncompat.jar > is, actually, not so compatible. > ... As you know, Unsafe is not part of the spec, so I expect it was an oversight. I see no harm in changing the signature of unpark to be more compatible. We will implement the other other methods as we need them. Regards, Tim