Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 91721 invoked from network); 21 Apr 2008 06:05:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2008 06:05:07 -0000 Received: (qmail 15197 invoked by uid 500); 21 Apr 2008 06:05:07 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 15152 invoked by uid 500); 21 Apr 2008 06:05:07 -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 15143 invoked by uid 99); 21 Apr 2008 06:05:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2008 23:05:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aleksey.shipilev@gmail.com designates 209.85.198.246 as permitted sender) Received: from [209.85.198.246] (HELO rv-out-0506.google.com) (209.85.198.246) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Apr 2008 06:04:24 +0000 Received: by rv-out-0506.google.com with SMTP id k29so907361rvb.0 for ; Sun, 20 Apr 2008 23:04:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=zDKsmfYgBfVHf31Mf5H/jET/ZDirDmJicnO8pCR6HYw=; b=N6xWj6axAi1NX5YxD/bCPcbn4NICgVzhgVlFhv4rWYLrCOrpcqKFkBK4HDS5ZZv0cZ6dw8JV/tAVWAO934w2b2RXt8QNWWQw8LwBBNfa+cv604VW+EsxuLRo6njW7gAsnjuEW9AYeaPT2WyKjOHuBrQmg+vZsO2f1Bwodg10WC0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=iToX2IHrTNs9mkCSnUPZ05oR1LHOGYYtKi5fpf3iGr/cgNjDJxuM+7lX9ES77fm9fz00ErVhWBpp7Vxcgn1IhmOiiZueDAKiTMUSlkllvsIjKxENi9c1iuf1OApy3UVM/1MbaxCbMdkjQsEuiH8FYPCkCElXGmeM+4ngA5Ku8tk= Received: by 10.141.5.3 with SMTP id h3mr1292916rvi.138.1208757878310; Sun, 20 Apr 2008 23:04:38 -0700 (PDT) Received: by 10.140.141.1 with HTTP; Sun, 20 Apr 2008 23:04:38 -0700 (PDT) Message-ID: <4bebff790804202304l73e74ddbu35a88ec568cc48fd@mail.gmail.com> Date: Mon, 21 Apr 2008 10:04:38 +0400 From: "Aleksey Shipilev" To: dev@harmony.apache.org Subject: Re: [general][performance] Serialization patches need committer attention In-Reply-To: <211709bc0804201932oe2f02a3p158a09b6b56f66b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4bebff790804141504y79468a5dl64a4dfcbd3aa6e1d@mail.gmail.com> <4bebff790804142234q53a85c52t88df8627d4fbb13b@mail.gmail.com> <211709bc0804150000k73e258d2r5fcb770d0e74c37e@mail.gmail.com> <4bebff790804150014r70591552wf88c247d06101acb@mail.gmail.com> <4bebff790804150627l2320469bica3160270bbda507@mail.gmail.com> <4bebff790804170702o7124f25fxf179c9c989ed3bbb@mail.gmail.com> <211709bc0804172051p7afbfe48u748a5d53036e2010@mail.gmail.com> <4bebff790804172326y63715e6dle615a1f86cceaaeb@mail.gmail.com> <200804181302.m3ID2AsI014857@d06av01.portsmouth.uk.ibm.com> <211709bc0804201932oe2f02a3p158a09b6b56f66b@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org +1 for moving ObjectAccessor to LUNI. On Mon, Apr 21, 2008 at 6:32 AM, Tony Wu wrote: > Hi,Mark > Thanks for pointing out. To remove this dependency, I think we can > move the ObjectAccessor classes to luni or another separate module. Thanks, Aleksey.