Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 44146 invoked from network); 3 Apr 2008 03:10:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 03:10:55 -0000 Received: (qmail 59877 invoked by uid 500); 3 Apr 2008 03:10:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 59858 invoked by uid 500); 3 Apr 2008 03:10:54 -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 59849 invoked by uid 99); 3 Apr 2008 03:10:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 20:10:54 -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, 03 Apr 2008 03:10:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E80F3234C0B9 for ; Wed, 2 Apr 2008 20:08:25 -0700 (PDT) Message-ID: <969495957.1207192105949.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 20:08:25 -0700 (PDT) From: "Alexei Fedotov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5679) [classlib][archive] UTF-8 decoder & Attributes.Name.hashCode optimizations In-Reply-To: <1878079207.1207091724449.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-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584965#action_12584965 ] Alexei Fedotov commented on HARMONY-5679: ----------------------------------------- Tim, I'm grateful for your proactive help with this patch. It invigorates greatly when someone is interested in your work. > [classlib][archive] UTF-8 decoder & Attributes.Name.hashCode optimizations > -------------------------------------------------------------------------- > > Key: HARMONY-5679 > URL: https://issues.apache.org/jira/browse/HARMONY-5679 > Project: Harmony > Issue Type: Sub-task > Components: Classlib > Reporter: Alexei Fedotov > Assignee: Tim Ellison > Attachments: attr_name_hash.patch, utf8_decode.patch, utf8_decode_pos.patch, utf8_decode_review.patch, utf8_decode_test.patch > > > Found a bug in UTF-8 patch. pos++ is not incremented on fast path. Seems we don't have a test for this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.