You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/06/04 14:37:37 UTC

[jira] Commented: (HARMONY-4037) [drlvm][jitrino]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_12501196 ] 

Mikhail Fursov commented on HARMONY-4037:
-----------------------------------------

Please comment out these lines in your emconf.file

-Xem:opt-XX:jit.CS_OPT.filter=yu::main,yu::getCreditStatus
-XDjit.CS_OPT.arg.log.irdump.file=\workspace\harmony\test\log/%jit%/%log%/%seqnb%_%class%.%method%.log
-XX:jit.CS_OPT.arg.log=irdump


> [drlvm][jitrino]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.