You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2007/10/25 07:57:50 UTC

[jira] Updated: (HARMONY-5017) [drlvm] fail to load "com.vladium.emma.rt.RT" after some classlib classes are instrumented

     [ https://issues.apache.org/jira/browse/HARMONY-5017?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Qiu updated HARMONY-5017:
------------------------------

    Attachment: instr.jar

The instrumented library classes.
The should be added in front of normal classlib classes by -Xbootclasspath/p:<path>.

The detail of how to instrument the classes can refer to:
https://issues.apache.org/jira/browse/HARMONY-4932

> [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
>
>
> After intrumenting the public api classes,  DRLVM failed to load "com.vladium.emma.rt.RT" 
> The ibm j9 works fine with both situation.
> 1. Using normal emma.jar and the instrumented classes in your bootclasspath.
> It will fail for: 
> java/lang/ExceptionInInitializerError : (null)
> HMYEXEL062E 内部 VM 错误:未能创建 Java VM
> FAILED to invoke JVM.
> 2. Using customized emma.jar [1] and the instrumented classes in your bootclasspath.
> It will fail for :
> java/lang/ClassFormatError : com/vladium/emma/rt/RT : invalid magic
> HMYEXEL062E 内部 VM 错误:未能创建 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.