Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 75892 invoked from network); 18 Apr 2008 11:13:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Apr 2008 11:13:34 -0000 Received: (qmail 64101 invoked by uid 500); 18 Apr 2008 11:13:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 64086 invoked by uid 500); 18 Apr 2008 11:13:35 -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 64077 invoked by uid 99); 18 Apr 2008 11:13:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Apr 2008 04:13:35 -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; Fri, 18 Apr 2008 11:12:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83F55234C0E5 for ; Fri, 18 Apr 2008 04:10:21 -0700 (PDT) Message-ID: <1392172858.1208517021539.JavaMail.jira@brutus> Date: Fri, 18 Apr 2008 04:10:21 -0700 (PDT) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5756) [classlib][luni][performance] ObjectInputStream must use accessors for instantiating objects In-Reply-To: <665784364.1208434041809.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-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590386#action_12590386 ] Aleksey Shipilev commented on HARMONY-5756: ------------------------------------------- Tony, there is some unimportant garbage in my patch... This one: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/java/org/apache/harmony/misc/accessors/ObjectAccessor.java?p2=%2Fharmony%2Fenhanced%2Fclasslib%2Ftrunk%2Fmodules%2Fmisc%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fharmony%2Fmisc%2Faccessors%2FObjectAccessor.java&p1=%2Fharmony%2Fenhanced%2Fclasslib%2Ftrunk%2Fmodules%2Fmisc%2Fsrc%2Fmain%2Fjava%2Forg%2Fapache%2Fharmony%2Fmisc%2Faccessors%2FObjectAccessor.java&r1=649459&r2=649458&view=diff&pathrev=649459 ...should be reverted. > [classlib][luni][performance] ObjectInputStream must use accessors for instantiating objects > -------------------------------------------------------------------------------------------- > > Key: HARMONY-5756 > URL: https://issues.apache.org/jira/browse/HARMONY-5756 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Reporter: Aleksey Shipilev > Assignee: Tony Wu > Fix For: 5.0M6 > > Attachments: cl-OIS-accessors-newInstance-rc1.patch > > > This is last issue on moving native methods in OIS to accessors. > This issue: > 1. moves newInstance to accessors > 2. caches the constructor, so provides the boost -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.