Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 56073 invoked from network); 31 Jan 2007 13:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 13:43:27 -0000 Received: (qmail 5628 invoked by uid 500); 31 Jan 2007 13:43:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 5611 invoked by uid 500); 31 Jan 2007 13:43:33 -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 5602 invoked by uid 99); 31 Jan 2007 13:43:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 05:43:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Wed, 31 Jan 2007 05:43:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E8DF27142D0 for ; Wed, 31 Jan 2007 05:43:05 -0800 (PST) Message-ID: <27359992.1170250985950.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 05:43:05 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2905) [drlvm][jvmti] java.lang.VerifyError is thrown for instrumented class In-Reply-To: <30424741.1167236841053.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-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-2905. ---------------------------------------- Resolution: Fixed Patch applied at 501839. Please check that it was applied as expected. > [drlvm][jvmti] java.lang.VerifyError is thrown for instrumented class > --------------------------------------------------------------------- > > Key: HARMONY-2905 > URL: https://issues.apache.org/jira/browse/HARMONY-2905 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows/ia32, Linux/ia32 > Reporter: Ivan Popov > Assigned To: Gregory Shimansky > Attachments: verifier.patch > > > DRLVM (r) cannot execute HelloWorld class instrumented by Eclipse TPTP profiler either statically or dynamically. The following exception is thrown: > 2. run instrumented class > Uncaught exception in main: > java.lang.VerifyError: (class: mytests/HelloWorld, method: ()V) Uninitialized reference usage > at java.lang.VMClassRegistry.defineClass(Native Method) > at java.lang.ClassLoader.defineClass(Unknown Source) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:70) > at java.net.URLClassLoader.findClassImpl(URLClassLoader.java:1137) > at java.net.URLClassLoader$4.run(URLClassLoader.java:616) > at java.net.URLClassLoader$4.run(URLClassLoader.java) > at java.security.AccessController.doPrivilegedImpl(Unknown Source) > at java.security.AccessController.doPrivileged(Unknown Source) > at java.net.URLClassLoader.findClass(URLClassLoader.java:614) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader$SystemClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > FAILED to invoke JVM. > To reproduce this error get test attached to HARMONY-2200 and run it against DRLVM build. Only case 1 with original not instrumented class is finished successfully. In all three other cases, where instrumented class is executed, VerifyError is thrown. RI works fine with this instrumented class. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.