Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 49958 invoked from network); 17 Apr 2008 06:52:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 06:52:33 -0000 Received: (qmail 44173 invoked by uid 500); 17 Apr 2008 06:52:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44076 invoked by uid 500); 17 Apr 2008 06:52:33 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 43693 invoked by uid 99); 17 Apr 2008 06:52:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Apr 2008 23:52:32 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 06:51:57 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 72C8D234C0E5 for ; Wed, 16 Apr 2008 23:49:23 -0700 (PDT) Message-ID: <833522261.1208414963468.JavaMail.jira@brutus> Date: Wed, 16 Apr 2008 23:49:23 -0700 (PDT) From: "Tony Wu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-5722) [classlib][luni][performance] ObjectInputStream/ObjectOutputStream can use optimized API for accessing fields In-Reply-To: <437369944.1208177466748.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Wu resolved HARMONY-5722. ------------------------------ Resolution: Fixed Fix Version/s: 5.0M6 Hi, Aleksey patch-rc3 applied at r648977. I removed the oos.c, modified the makefiles, and the manifest file in order to maintain the plug-in dependency. Thanks for your contribution, please verify if it fixed as you expected. > [classlib][luni][performance] ObjectInputStream/ObjectOutputStream can use optimized API for accessing fields > ------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-5722 > URL: https://issues.apache.org/jira/browse/HARMONY-5722 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Aleksey Shipilev > Assignee: Tony Wu > Fix For: 5.0M6 > > Attachments: cl-ois-readfieldvalues-rc1.patch, cl-OIS_OOS-accessors-rc1.patch, cl-OIS_OOS-accessors-rc2.patch, cl-OIS_OOS-accessors-rc3.patch, cl-OIS_OOS-reflection-rc1.patch > > > For now, OIS and OOS use JNI stubs for accessing fields. It's bad for several reasons: > a. infers a lot of JNI calls > b. creates a lot of strings when looking up the field id. > This issue moves setField/getField functionality to more optimized API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.