Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 97593 invoked from network); 28 Feb 2008 12:02:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2008 12:02:51 -0000 Received: (qmail 76152 invoked by uid 500); 28 Feb 2008 12:02:46 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76126 invoked by uid 500); 28 Feb 2008 12:02:46 -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 76115 invoked by uid 99); 28 Feb 2008 12:02:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Feb 2008 04:02:46 -0800 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, 28 Feb 2008 12:02:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 389F2234C03F for ; Thu, 28 Feb 2008 04:01:53 -0800 (PST) Message-ID: <2123816097.1204200113230.JavaMail.jira@brutus> Date: Thu, 28 Feb 2008 04:01:53 -0800 (PST) From: "Sian January (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-5470) [classlib][pack200] Error decoding large class In-Reply-To: <10837442.1202320872815.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-5470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sian January resolved HARMONY-5470. ----------------------------------- Resolution: Fixed Fixed in r631935. Andrew - please check that this fully resolves your issue. > [classlib][pack200] Error decoding large class > ---------------------------------------------- > > Key: HARMONY-5470 > URL: https://issues.apache.org/jira/browse/HARMONY-5470 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: All Pack200 > Reporter: Andrew Cornwall > Assignee: Sian January > Attachments: SimpleHelloWorld.jar, SimpleHelloWorld.java > > > I have a JAR file that causes an EOFException to be thrown inside the BHSDCodec.decode(InputStream,long) method. It appears that something is going wrong with the decode during BcBands unpack. > Thread [main] (Suspended (exception EOFException)) > BHSDCodec.decode(InputStream, long) line: 155 > BHSDCodec(Codec).decode(int, InputStream) line: 220 > BcBands(BandSet).decodeBandLong(String, InputStream, BHSDCodec, int) line: 161 > BcBands(BandSet).decodeBandInt(String, InputStream, BHSDCodec, int) line: 75 > BcBands.unpack(InputStream) line: 314 > Segment.parseSegment(InputStream) line: 336 > Segment.parse(InputStream) line: 103 > Unpack.main(String[]) line: 36 > The class itself has a lot of local variables (511 in one method). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.