Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 9285 invoked from network); 20 Jan 2010 18:08:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2010 18:08:20 -0000 Received: (qmail 54869 invoked by uid 500); 20 Jan 2010 18:08:19 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 54781 invoked by uid 500); 20 Jan 2010 18:08:19 -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 54770 invoked by uid 99); 20 Jan 2010 18:08:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 18:08:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rogers.email@gmail.com designates 209.85.222.179 as permitted sender) Received: from [209.85.222.179] (HELO mail-pz0-f179.google.com) (209.85.222.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2010 18:08:08 +0000 Received: by pzk9 with SMTP id 9so5871962pzk.16 for ; Wed, 20 Jan 2010 10:07:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=LXBmpuplTBAA9YaviOpcqLXoO+UmZgXMzVOELm2U1ww=; b=pBREbUp+oS8qXLLPCzPZA2L7eDWyQ9SP+b/P3y3iWodqPpZBrDF/TtaDrF0ZdISprU qLF5Ru0kvL8MdBb4Mqwyg+lUroHkWY/4nZ5M7qixdVqJl5YY6b1Zt98lwUW9s1+nz9Jw dleAwfv78Sr2a0QmnQnFrpslCQurM4BooXYwo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=LGVHtigSxZFPHWjUugrmNnmDY/QWjsfzwKliEV1lBS6xO1KbphH+9AsGQ55DqLsXWv I3sctIobMfyeDDZf2bJsrZPGBcR9IDx6ID/LLm44gtlptlIJ1XKiTulcNRW3HvyEpmbM rTbXaVmCb8nkml+5m+dOiOgUSTuNSG2bxMMRk= MIME-Version: 1.0 Sender: rogers.email@gmail.com Received: by 10.115.103.22 with SMTP id f22mr211411wam.68.1264010867621; Wed, 20 Jan 2010 10:07:47 -0800 (PST) In-Reply-To: <4B573CFB.7040301@gmail.com> References: <4B573CFB.7040301@gmail.com> Date: Wed, 20 Jan 2010 18:07:47 +0000 X-Google-Sender-Auth: ba777a61c3c1ab09 Message-ID: Subject: Re: [classlib][concurrent] CopyOnWriteArrayList From: Ian Rogers To: dev@harmony.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 2010/1/20 Tim Ellison : > The remedy is to restore the Harmony version [5]. =A0Of course we need to > also check that it implements the right behavior of the refreshed code et= c. The JSR166 TCK, including CopyOnWriteArrayList tests, is released under a public domain license [1]. Testing compatibility should be straightforward. Regards, Ian [1] http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/test/tck/