Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 20624 invoked from network); 10 Aug 2007 10:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 10:30:12 -0000 Received: (qmail 91782 invoked by uid 500); 10 Aug 2007 10:30:06 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 91769 invoked by uid 500); 10 Aug 2007 10:30:06 -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 91757 invoked by uid 99); 10 Aug 2007 10:30:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 03:30:06 -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, 10 Aug 2007 10:30:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3CD4A71413F for ; Fri, 10 Aug 2007 03:29:43 -0700 (PDT) Message-ID: <3552767.1186741783217.JavaMail.jira@brutus> Date: Fri, 10 Aug 2007 03:29:43 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-3670) [drlvm][classloader][classparser] misleading messages for truncated classfile In-Reply-To: <5603302.1176787635298.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-3670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexey Varlamov closed HARMONY-3670. ------------------------------------ Resolution: Fixed Fixed by HARMONY-4247 > [drlvm][classloader][classparser] misleading messages for truncated classfile > ----------------------------------------------------------------------------- > > Key: HARMONY-3670 > URL: https://issues.apache.org/jira/browse/HARMONY-3670 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Reporter: Alexey Varlamov > Priority: Trivial > > I noticed DRLVM gives misguiding message in case of truncated classfile, like " could not parse bla-bla-bla", while RI plainly says "Truncated classfile". > Really, this is widely used pattern in Class_File_Loader.cpp, like > if(!cfs.parse(&value)) { > REPORT_FAILED_CLASS("could not parse bla-bla value"); > return false; > } > for each and every entity. Quite verbose and not really useful, we need to refactor this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.