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/02/22 11:51:06 UTC

[jira] Created: (HARMONY-3227) [jvmti] significant performance degradation when turning-on jvmti on linux em64t

[jvmti] significant performance degradation when turning-on jvmti on linux em64t
--------------------------------------------------------------------------------

                 Key: HARMONY-3227
                 URL: https://issues.apache.org/jira/browse/HARMONY-3227
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: linux-em64t
            Reporter: Rustem Rafikov
         Attachments: jvmti-monitor-capa-check.em64t.diff

Hi All, 
I noticed sugnificant performance degradation when turning-on jvtmi on lnx64. The problem is that monitor helpers always use slow path when jvmti is enabled without checking whether the corresponding capability is added. 
The attached pach adds this check jit_lock_rt_support_em64t.cpp.

--bwR

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


[jira] Closed: (HARMONY-3227) [jvmti] significant performance degradation when turning-on jvmti on linux em64t

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

Gregory Shimansky closed HARMONY-3227.
--------------------------------------


No response, assuming ok.

> [jvmti] significant performance degradation when turning-on jvmti on linux em64t
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-3227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3227
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux-em64t
>            Reporter: Rustem Rafikov
>            Assignee: Gregory Shimansky
>         Attachments: jvmti-monitor-capa-check.em64t.diff
>
>
> Hi All, 
> I noticed sugnificant performance degradation when turning-on jvtmi on lnx64. The problem is that monitor helpers always use slow path when jvmti is enabled without checking whether the corresponding capability is added. 
> The attached pach adds this check jit_lock_rt_support_em64t.cpp.
> --bwR

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


[jira] Updated: (HARMONY-3227) [jvmti] significant performance degradation when turning-on jvmti on linux em64t

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

Rustem Rafikov updated HARMONY-3227:
------------------------------------

    Attachment: jvmti-monitor-capa-check.em64t.diff

> [jvmti] significant performance degradation when turning-on jvmti on linux em64t
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-3227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3227
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux-em64t
>            Reporter: Rustem Rafikov
>         Attachments: jvmti-monitor-capa-check.em64t.diff
>
>
> Hi All, 
> I noticed sugnificant performance degradation when turning-on jvtmi on lnx64. The problem is that monitor helpers always use slow path when jvmti is enabled without checking whether the corresponding capability is added. 
> The attached pach adds this check jit_lock_rt_support_em64t.cpp.
> --bwR

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


[jira] Assigned: (HARMONY-3227) [jvmti] significant performance degradation when turning-on jvmti on linux em64t

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

Gregory Shimansky reassigned HARMONY-3227:
------------------------------------------

    Assignee: Gregory Shimansky

> [jvmti] significant performance degradation when turning-on jvmti on linux em64t
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-3227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3227
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux-em64t
>            Reporter: Rustem Rafikov
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti-monitor-capa-check.em64t.diff
>
>
> Hi All, 
> I noticed sugnificant performance degradation when turning-on jvtmi on lnx64. The problem is that monitor helpers always use slow path when jvmti is enabled without checking whether the corresponding capability is added. 
> The attached pach adds this check jit_lock_rt_support_em64t.cpp.
> --bwR

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


[jira] Resolved: (HARMONY-3227) [jvmti] significant performance degradation when turning-on jvmti on linux em64t

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

Gregory Shimansky resolved HARMONY-3227.
----------------------------------------

    Resolution: Fixed

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

> [jvmti] significant performance degradation when turning-on jvmti on linux em64t
> --------------------------------------------------------------------------------
>
>                 Key: HARMONY-3227
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3227
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux-em64t
>            Reporter: Rustem Rafikov
>         Assigned To: Gregory Shimansky
>         Attachments: jvmti-monitor-capa-check.em64t.diff
>
>
> Hi All, 
> I noticed sugnificant performance degradation when turning-on jvtmi on lnx64. The problem is that monitor helpers always use slow path when jvmti is enabled without checking whether the corresponding capability is added. 
> The attached pach adds this check jit_lock_rt_support_em64t.cpp.
> --bwR

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