Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23247 invoked from network); 22 May 2008 06:12:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 May 2008 06:12:18 -0000 Received: (qmail 4721 invoked by uid 500); 22 May 2008 06:12:20 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 4701 invoked by uid 500); 22 May 2008 06:12:20 -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 4691 invoked by uid 99); 22 May 2008 06:12:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 May 2008 23:12:20 -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, 22 May 2008 06:11:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE91B234C11B for ; Wed, 21 May 2008 23:11:55 -0700 (PDT) Message-ID: <2129849144.1211436715844.JavaMail.jira@brutus> Date: Wed, 21 May 2008 23:11:55 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5770) [classlib][luni][performance] ObjectOutputStream performs double lookups in object storage In-Reply-To: <1504198282.1208796562165.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-5770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov closed HARMONY-5770. ------------------------------------ Resolution: Fixed Completed: At revision: 659012 , thanks! > [classlib][luni][performance] ObjectOutputStream performs double lookups in object storage > ------------------------------------------------------------------------------------------- > > Key: HARMONY-5770 > URL: https://issues.apache.org/jira/browse/HARMONY-5770 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Reporter: Aleksey Shipilev > Assignee: Alexey Varlamov > Attachments: cl-OOS-save-shared-lookup.patch > > > OOS performs redundant lookups in object storage even when unshared == false. > This patch saves this lookup and performs it only when really needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.