From commits-return-50368-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Fri Feb 01 13:41:30 2008 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 18502 invoked from network); 1 Feb 2008 13:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 13:41:30 -0000 Received: (qmail 62857 invoked by uid 500); 1 Feb 2008 13:41:21 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 62763 invoked by uid 500); 1 Feb 2008 13:41:21 -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 62754 invoked by uid 99); 1 Feb 2008 13:41:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 05:41:21 -0800 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, 01 Feb 2008 13:41:02 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A5A3714043 for ; Fri, 1 Feb 2008 05:41:09 -0800 (PST) Message-ID: <24837726.1201873269298.JavaMail.jira@brutus> Date: Fri, 1 Feb 2008 05:41:09 -0800 (PST) From: "Vladimir Beliaev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5017) [drlvm] fail to load "com.vladium.emma.rt.RT" after some classlib classes are instrumented In-Reply-To: <12651725.1193291090556.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5017?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12= 564757#action_12564757 ]=20 Vladimir Beliaev commented on HARMONY-5017: ------------------------------------------- The investigation may be started from classloader, so the JIRA is better be= named as [drlvm][classloader].=20 > [drlvm] fail to load "com.vladium.emma.rt.RT" after some classlib classes= are instrumented > -------------------------------------------------------------------------= ----------------- > > Key: HARMONY-5017 > URL: https://issues.apache.org/jira/browse/HARMONY-5017 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Sean Qiu > Attachments: instr.jar, kernel.signature.list > > > After intrumenting the public api classes, DRLVM failed to load "com.vla= dium.emma.rt.RT"=20 > The ibm j9 works fine with both situation. > 1. Using normal emma.jar and the instrumented classes in your bootclasspa= th. > It will fail for:=20 > java/lang/ExceptionInInitializerError : (null) > HMYEXEL062E =E5=86=85=E9=83=A8 VM =E9=94=99=E8=AF=AF=EF=BC=9A=E6=9C=AA=E8= =83=BD=E5=88=9B=E5=BB=BA Java VM > FAILED to invoke JVM. > 2. Using customized emma.jar [1] and the instrumented classes in your boo= tclasspath. > It will fail for : > java/lang/ClassFormatError : com/vladium/emma/rt/RT : invalid magic > HMYEXEL062E =E5=86=85=E9=83=A8 VM =E9=94=99=E8=AF=AF=EF=BC=9A=E6=9C=AA=E8= =83=BD=E5=88=9B=E5=BB=BA Java VM > FAILED to invoke JVM. > (the magic of com.vladium.emma.rt.RT is corrent, the fail message should = be reported by mistake) > [1] http://wiki.apache.org/harmony/coverageEMMA --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.