Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 43532 invoked from network); 26 Oct 2007 07:30:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 07:30:11 -0000 Received: (qmail 4925 invoked by uid 500); 26 Oct 2007 07:29:58 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 4910 invoked by uid 500); 26 Oct 2007 07:29:58 -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 4901 invoked by uid 99); 26 Oct 2007 07:29:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 00:29:58 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 07:30:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 88E3271422C for ; Fri, 26 Oct 2007 00:29:50 -0700 (PDT) Message-ID: <26200220.1193383790558.JavaMail.jira@brutus> Date: Fri, 26 Oct 2007 00:29:50 -0700 (PDT) From: "Igor V. Stolyarov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5026) [classlib][awt] Performance improvement for Big Image drawing In-Reply-To: <18760319.1193383550870.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-5026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Igor V. Stolyarov updated HARMONY-5026: --------------------------------------- Component/s: Classlib > [classlib][awt] Performance improvement for Big Image drawing > ------------------------------------------------------------- > > Key: HARMONY-5026 > URL: https://issues.apache.org/jira/browse/HARMONY-5026 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Igor V. Stolyarov > Attachments: H-5026.patch > > > I would like suggest patch which improves performance of Big Image drawing. Patch consists of two parts. First - optimizes Image Decoder's (JPEG, GIF and PNG) input and decode buffers, second - optimizes Image cache updating. As reproducer possible using reproducer from HARMONY-4791. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.