You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Rustem Rafikov (JIRA)" <ji...@apache.org> on 2007/05/22 11:43:16 UTC

[jira] Created: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods

[drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods
----------------------------------------------------------------------------------------------------------

                 Key: HARMONY-3931
                 URL: https://issues.apache.org/jira/browse/HARMONY-3931
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
         Environment: win and linux
            Reporter: Rustem Rafikov
            Priority: Minor


It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. 


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


[jira] Assigned: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky reassigned HARMONY-3931:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3931
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3931
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: win and linux
>            Reporter: Rustem Rafikov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: property-for-COMPILED_METHOD_LOAD.patch
>
>
> It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. 

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


[jira] Commented: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods

Posted by "Rustem Rafikov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507611 ] 

Rustem Rafikov commented on HARMONY-3931:
-----------------------------------------

Sorry for not replying early. The command line option is working fine. 

> [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3931
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3931
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: win and linux
>            Reporter: Rustem Rafikov
>            Assignee: Gregory Shimansky
>            Priority: Minor
>         Attachments: property-for-COMPILED_METHOD_LOAD.patch
>
>
> It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. 

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


[jira] Closed: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky closed HARMONY-3931.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3931
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3931
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: win and linux
>            Reporter: Rustem Rafikov
>            Assignee: Gregory Shimansky
>            Priority: Minor
>         Attachments: property-for-COMPILED_METHOD_LOAD.patch
>
>
> It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. 

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


[jira] Resolved: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-3931.
----------------------------------------

    Resolution: Fixed

Patch applied at 540703. Please check that it was applied as expected.

> [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3931
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3931
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: win and linux
>            Reporter: Rustem Rafikov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: property-for-COMPILED_METHOD_LOAD.patch
>
>
> It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. 

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


[jira] Updated: (HARMONY-3931) [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods

Posted by "Eugene S. Ostrovsky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eugene S. Ostrovsky updated HARMONY-3931:
-----------------------------------------

    Attachment: property-for-COMPILED_METHOD_LOAD.patch

Added patch:
  property-for-COMPILED_METHOD_LOAD.patch

Adds vm property "vm.jvmti.compiled_method_load.inlined". This property enables reporting of inlined methods in COMPILED_METHOD_LOAD events. Default value is false.

To enable reporting of inlined methods add the following option to vm command line:
-XDvm.jvmti.compiled_method_load.inlined=1

> [drlvm][jvmti] It would be nice to have an option switching on/off reporting compilness of inlined methods
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3931
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3931
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: win and linux
>            Reporter: Rustem Rafikov
>            Priority: Minor
>         Attachments: property-for-COMPILED_METHOD_LOAD.patch
>
>
> It would be convinient to have an vm option to turn on/off reporting of compilation of inlined methods. 

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