Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 7861 invoked from network); 5 Jan 2010 21:34:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jan 2010 21:34:18 -0000 Received: (qmail 81912 invoked by uid 500); 5 Jan 2010 21:34:17 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 81820 invoked by uid 500); 5 Jan 2010 21:34:17 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 81810 invoked by uid 99); 5 Jan 2010 21:34:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2010 21:34:17 +0000 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; Tue, 05 Jan 2010 21:34:15 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AAE34234C1E9 for ; Tue, 5 Jan 2010 13:33:54 -0800 (PST) Message-ID: <59292982.53631262727234698.JavaMail.jira@brutus.apache.org> Date: Tue, 5 Jan 2010 21:33:54 +0000 (UTC) From: "Torsten Curdt (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (SANDBOX-260) ASM bytecode transformation let verification from JVM fail for some method (-signatures) In-Reply-To: <1919184009.1222846666302.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SANDBOX-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Curdt resolved SANDBOX-260. ----------------------------------- Resolution: Fixed Thanks for the patch! > ASM bytecode transformation let verification from JVM fail for some method (-signatures) > ---------------------------------------------------------------------------------------- > > Key: SANDBOX-260 > URL: https://issues.apache.org/jira/browse/SANDBOX-260 > Project: Commons Sandbox > Issue Type: Bug > Components: Javaflow > Environment: Sun JDK 1.5 / 1.6, > 64bit / 32bit emul. > asm 2.2.3 > Reporter: Claas Altschaffel > Assignee: Torsten Curdt > Attachments: ASMRewriteBugsTestCase.patch > > > I think there is a bug in the asm bytecode transformer (considered as "experimental"?). > The transformer transforms some methods into bytecode which seems to be not valid. The ASM CheckClassAdapter and the JVM-Verifier fails to check the transformed class with a VerifyError. > I will provide a TestCase to show this problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.