Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 78347 invoked from network); 20 Nov 2007 21:52:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Nov 2007 21:52:05 -0000 Received: (qmail 90233 invoked by uid 500); 20 Nov 2007 21:51:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 90219 invoked by uid 500); 20 Nov 2007 21:51:51 -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 90210 invoked by uid 99); 20 Nov 2007 21:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Nov 2007 13:51:51 -0800 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; Tue, 20 Nov 2007 21:51:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98865714236 for ; Tue, 20 Nov 2007 13:51:43 -0800 (PST) Message-ID: <12668998.1195595503622.JavaMail.jira@brutus> Date: Tue, 20 Nov 2007 13:51:43 -0800 (PST) From: "Tim Ellison (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-5161) [classlib][pack200] NameAndType invalid In-Reply-To: <393344.1195576843072.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-5161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Ellison reassigned HARMONY-5161: ------------------------------------ Assignee: Tim Ellison > [classlib][pack200] NameAndType invalid > --------------------------------------- > > Key: HARMONY-5161 > URL: https://issues.apache.org/jira/browse/HARMONY-5161 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: All Java > Reporter: Andrew Cornwall > Assignee: Tim Ellison > Attachments: main-CPNameAndType.patch > > > In creating the patch for 5140, I omitted one change to the CPNameAndType class. As a result, the decompiled Java has null values for NameAndType fields in the class pool: > const #72 = NameAndType #0:#0;// null:#0 > instead of: > const #72 = NameAndType #73:#74;// equals:(Ljava/lang/Object;)Z > This patch corrects the issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.