From dev-return-37543-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Wed Jun 24 18:09:14 2009 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 10442 invoked from network); 24 Jun 2009 18:09:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Jun 2009 18:09:14 -0000 Received: (qmail 17745 invoked by uid 500); 24 Jun 2009 18:09:24 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 17691 invoked by uid 500); 24 Jun 2009 18:09:24 -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 17680 invoked by uid 99); 24 Jun 2009 18:09:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2009 18:09:24 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=MISSING_MID,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 65.254.53.190 is neither permitted nor denied by domain of mark.hindess@googlemail.com) Received: from [65.254.53.190] (HELO ebeanz.com) (65.254.53.190) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 24 Jun 2009 18:09:14 +0000 Received: (qmail 8920 invoked from network); 24 Jun 2009 19:08:53 +0100 Received: from unknown (HELO mail.home) (93.97.186.147) by ebeanz.com with SMTP; 24 Jun 2009 19:08:53 +0100 Received: (qmail 24075 invoked from network); 24 Jun 2009 19:08:52 +0100 Received: from unknown (HELO anaheim.local) (192.168.32.13) by vz.home with SMTP; 24 Jun 2009 19:08:52 +0100 X-Mailer: exmh version 2.7.2 01/07/2005 (debian 1:2.7.2-16) with nmh-1.2 From: "Mark Hindess" To: "Apache Harmony Dev List" Subject: [classlib] concurrent in java6 branch and japi results Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 24 Jun 2009 19:05:42 +0100 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20090624180924.1E7FB724887@athena.apache.org> I happened to notice that some methods were missing in the concurrent module on the java6 branch. To track these I produced some up to date japi results at: http://people.apache.org/~hindessm/japi/ I guess we should take a new drop of the concurrent code? Regards, Mark