Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 84938 invoked from network); 1 Oct 2008 07:38:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Oct 2008 07:38:38 -0000 Received: (qmail 73792 invoked by uid 500); 1 Oct 2008 07:38:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 73728 invoked by uid 500); 1 Oct 2008 07:38:35 -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 73717 invoked by uid 99); 1 Oct 2008 07:38:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Oct 2008 00:38:35 -0700 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; Wed, 01 Oct 2008 07:37:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A1FB234C1F9 for ; Wed, 1 Oct 2008 00:37:46 -0700 (PDT) Message-ID: <1919184009.1222846666302.JavaMail.jira@brutus> Date: Wed, 1 Oct 2008 00:37:46 -0700 (PDT) From: "Claas Altschaffel (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (SANDBOX-260) ASM bytecode transformation let verification from JVM fail for some method (-signatures) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.