Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 44982 invoked from network); 23 Jan 2006 18:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jan 2006 18:25:58 -0000 Received: (qmail 352 invoked by uid 500); 23 Jan 2006 18:25:53 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 296 invoked by uid 500); 23 Jan 2006 18:25:53 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 284 invoked by uid 99); 23 Jan 2006 18:25:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 10:25:53 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of kumpera@gmail.com designates 64.233.162.197 as permitted sender) Received: from [64.233.162.197] (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jan 2006 10:25:52 -0800 Received: by zproxy.gmail.com with SMTP id m22so856212nzf for ; Mon, 23 Jan 2006 10:25:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QNixcRkEsy3B32mBLjkgp9e8WfvIzmVDZqbuaJhwBM/pzOxl8Y2yDq9/IlXjSOt4EoMAk4LUGyqlMcmx9Dqac5MYI5ALmih3887VA1TdFe7ix1pUimL3Cy9VhwIepDyjVD3DFUmsZOWXGMj9He5ptDijNs59a9+BJK+w0YBO0VE= Received: by 10.65.243.17 with SMTP id v17mr3503671qbr; Mon, 23 Jan 2006 10:25:31 -0800 (PST) Received: by 10.65.93.9 with HTTP; Mon, 23 Jan 2006 10:25:31 -0800 (PST) Message-ID: <8cca42d80601231025x76c1bc88t121f51c2525deb00@mail.gmail.com> Date: Mon, 23 Jan 2006 16:25:31 -0200 From: Rodrigo Kumpera To: harmony-dev@incubator.apache.org Subject: Re: java.util.concurrent implementation In-Reply-To: <19e0530f0601231012o714d95aer668c5ff2ee3cc960@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8cca42d80601230912n3bb9118cx78ed49d6abb65510@mail.gmail.com> <43D51A80.4050109@pobox.com> <19e0530f0601231012o714d95aer668c5ff2ee3cc960@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Some of the concurrent collections have code from the JDK, but these can be just discarded. The pedigree can be asserted by Doug Lea himself, I think he is on the list. It was the intent of the expert group to allow the reference implementation be used by FOSS jvms. Rodrigo, On 1/23/06, Davanum Srinivas wrote: > http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/main/readme?annot= ate=3D1.1 > > On 1/23/06, Geir Magnusson Jr wrote: > > The question I'd have is who wrote it - is there any exposure risk? > > "public domain" doesn't mean "clean pedigree"... > > > > But yes, certainly worth investigating. Can you look into it? > > > > Rodrigo Kumpera wrote: > > > Can we import the backport of jsr-166 as the starting point for > > > implementing this package? It's released as public domain, so there > > > should be not license issue IFAIK. > > > > > > There are only a few things required make it work, like removing > > > references to com.sun.Unsafe. > > > > > > > > > > > -- > Davanum Srinivas : http://wso2.com/blogs/ >