You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "clara zhang (JIRA)" <ji...@apache.org> on 2007/06/06 02:18:26 UTC

[jira] Commented: (HARMONY-4037) [drlvm][jit] How can I control the logging for the given methods or classes?

    [ https://issues.apache.org/jira/browse/HARMONY-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12501756 ] 

clara zhang commented on HARMONY-4037:
--------------------------------------

I updated the myopt.emconf (see the file attachments).
Then I used the cmd line below:
     java -Xem:\workspace\harmony\test\myopt.emconf  -cp \workspace\harmony\test\ yu 

But I got the error message:
    Error in command line 'CS_OPT.filter=yu.'
    Invalid filter name - the same as jit name


> [drlvm][jit] How can I control the logging for the given methods or classes?
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-4037
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4037
>             Project: Harmony
>          Issue Type: Wish
>          Components: DRLVM
>            Reporter: clara zhang
>         Attachments: logfiles.JPG, myopt.emconf, yu.class
>
>
> It takes much disk space and time to enable compile-time logging for Jitrino, so I wish to control the logging for the specific methods or classes  which I am interested.
> When I use "-Xem:opt-XX:jit.CS_OPT.filter=yu::main,yu::getCreditStatus    -XX:jit.CS_OPT.arg.log=irdump" to enable the specific logging, 
> except the methods I specified, the logging for other  methods are enabled too.
> How can I control the logging for the specific methods or classes  which I am interested?
> The attached files are the emconf and class files I used, and logfiles.jpg shows part of the log files generated.

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