Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 13906 invoked from network); 20 Jan 2010 18:15:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 18:15:53 -0000 Received: (qmail 63875 invoked by uid 500); 20 Jan 2010 18:15:52 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 63795 invoked by uid 500); 20 Jan 2010 18:15:52 -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 63784 invoked by uid 99); 20 Jan 2010 18:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 18:15:52 +0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 195.212.17.162 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [195.212.17.162] (HELO mtagate2.de.ibm.com) (195.212.17.162) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 18:15:43 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate2.de.ibm.com (8.13.1/8.13.1) with ESMTP id o0KIFLqk031406 for ; Wed, 20 Jan 2010 18:15:21 GMT Received: from d12av03.megacenter.de.ibm.com (d12av03.megacenter.de.ibm.com [9.149.165.213]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o0KIFLJh1298610 for ; Wed, 20 Jan 2010 19:15:21 +0100 Received: from d12av03.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id o0KIFLuU020128 for ; Wed, 20 Jan 2010 19:15:21 +0100 Received: from anaheim.local (sig-9-145-115-144.uk.ibm.com [9.145.115.144]) by d12av03.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id o0KIF0C9019389 for ; Wed, 20 Jan 2010 19:15:06 +0100 Message-Id: <201001201815.o0KIF0C9019389@d12av03.megacenter.de.ibm.com> X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-18) with nmh-1.3 In-reply-to: <4B573CFB.7040301@gmail.com> References: <4B573CFB.7040301@gmail.com> Comments: In-reply-to Tim Ellison message dated "Wed, 20 Jan 2010 17:27:23 +0000." From: Mark Hindess To: dev@harmony.apache.org Subject: Re: [classlib][concurrent] CopyOnWriteArrayList Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Jan 2010 18:14:58 +0000 In message <4B573CFB.7040301@gmail.com>, Tim Ellison writes: > > As you probably know, our concurrency code is a copy of the code in Doug > Lea's JSR166 repository. You may also recall that the JSR166 version of > CopyOnWriteArrayList [1] contains an unpalatable Sun copyright notice, > so we created a Harmony version of this class as a replacement [2]. > > Unfortunately, when we refreshed the implementation from Doug's > repository back in July 2009 [3,4] the Harmony version was overwritten > with the JSR166 version containing the original copyright statement. > > The remedy is to restore the Harmony version [5]. Of course we need to > also check that it implements the right behavior of the refreshed code etc. > > Since we are currently distributing the original JSR166 version in our > latest 5.0 M12 download, I propose that we now also produce a 5.0M12a > containing the replacement file. > > Although this file has been in our builds since last July, we should not > wait until the next scheduled Harmony milestone. So, the 5.0M12a build > will be a minimal change, derived by creating a tag based on 5.0M12 > (r885602) and fixing this one file. That means we can have a shorter > release cycle with reduced testing etc. and replace M12 with M12a. I think this is the right thing to do. Since "creating a tag" is not as trivial as it sounds (due to the structure of our federated build), I'll make a start on doing this while awaiting further comments/consensus. Regards, Mark. > Comments and questions welcome. > > [1] > http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/concurre > nt/src/main/java/java/util/concurrent/CopyOnWriteArrayList.java?view=log > [2] http://issues.apache.org/jira/browse/HARMONY-1805 > [3] http://issues.apache.org/jira/browse/HARMONY-6262 > [4] http://svn.apache.org/viewvc?view=revision&revision=794678 > [5] http://svn.apache.org/viewvc?rev=901123&view=rev > > Regards, > Tim >