Return-Path: Delivered-To: apmail-jakarta-bcel-dev-archive@www.apache.org Received: (qmail 51177 invoked from network); 6 Feb 2007 01:27:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2007 01:27:09 -0000 Received: (qmail 72472 invoked by uid 500); 6 Feb 2007 01:27:16 -0000 Delivered-To: apmail-jakarta-bcel-dev-archive@jakarta.apache.org Received: (qmail 72442 invoked by uid 500); 6 Feb 2007 01:27:16 -0000 Mailing-List: contact bcel-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "BCEL Developers List" Reply-To: "BCEL Developers List" Delivered-To: mailing list bcel-dev@jakarta.apache.org Received: (qmail 72427 invoked by uid 99); 6 Feb 2007 01:27:15 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 17:27:15 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Mon, 05 Feb 2007 17:27:08 -0800 Received: by brutus.apache.org (Postfix, from userid 33) id 161BD7142D4; Mon, 5 Feb 2007 17:26:47 -0800 (PST) From: bugzilla@apache.org To: bcel-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 41548] New: - Properly parse StackMapTable attributes in Java 6 classfiles Message-ID: X-Bugzilla-Reason: AssignedTo Date: Mon, 5 Feb 2007 17:26:47 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=41548 Summary: Properly parse StackMapTable attributes in Java 6 classfiles Product: BCEL Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: Main AssignedTo: bcel-dev@jakarta.apache.org ReportedBy: mcmartin@gmail.com Java 6 includes a "StackMapTable" type that is used for its new split verification scheme. This means many Code attributes will have StackMapTable attributes attached. This format is similar but not quite identical to the already implemented StackMap. I have developed a patch that adds the necessary functionality to the classfile parser (mostly by copy-pasting code from StackMap and StackMapEntry), and will attach it shortly -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: bcel-dev-help@jakarta.apache.org