You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Salikh Zakirov (JIRA)" <ji...@apache.org> on 2006/11/29 15:26:43 UTC

[jira] Created: (HARMONY-2360) [drlvm][jvmti]

[drlvm][jvmti]
--------------

                 Key: HARMONY-2360
                 URL: http://issues.apache.org/jira/browse/HARMONY-2360
             Project: Harmony
          Issue Type: Improvement
          Components: DRLVM
            Reporter: Salikh Zakirov


Currently, fast path of monitor_enter is disabled whenever JVMTI mode is enabled.
Effectively it prevents using any JVMTI functionality during monitor performance tuning / evaluation,
as it changes monitor implementation considerably.

The attached patch disables fast path monitor function only in case can_generate_monitor_events JVMTI capability was requested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2360) [drlvm][jvmti]

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2360?page=all ]

Salikh Zakirov updated HARMONY-2360:
------------------------------------

    Attachment: fixed-monitor-enter-fast-path-check-requested-capability.patch

fixed-monitor-enter-fast-path-check-requested-capability.patch

> [drlvm][jvmti]
> --------------
>
>                 Key: HARMONY-2360
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2360
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: fixed-monitor-enter-fast-path-check-requested-capability.patch
>
>
> Currently, fast path of monitor_enter is disabled whenever JVMTI mode is enabled.
> Effectively it prevents using any JVMTI functionality during monitor performance tuning / evaluation,
> as it changes monitor implementation considerably.
> The attached patch disables fast path monitor function only in case can_generate_monitor_events JVMTI capability was requested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2360) [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2360?page=all ]

Gregory Shimansky reassigned HARMONY-2360:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2360
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2360
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>         Attachments: fixed-monitor-enter-fast-path-check-requested-capability.patch
>
>
> Currently, fast path of monitor_enter is disabled whenever JVMTI mode is enabled.
> Effectively it prevents using any JVMTI functionality during monitor performance tuning / evaluation,
> as it changes monitor implementation considerably.
> The attached patch disables fast path monitor function only in case can_generate_monitor_events JVMTI capability was requested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2360) [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2360?page=all ]

Salikh Zakirov updated HARMONY-2360:
------------------------------------

    Summary: [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability  (was: [drlvm][jvmti])

> [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2360
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2360
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Attachments: fixed-monitor-enter-fast-path-check-requested-capability.patch
>
>
> Currently, fast path of monitor_enter is disabled whenever JVMTI mode is enabled.
> Effectively it prevents using any JVMTI functionality during monitor performance tuning / evaluation,
> as it changes monitor implementation considerably.
> The attached patch disables fast path monitor function only in case can_generate_monitor_events JVMTI capability was requested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2360) [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability

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

Gregory Shimansky closed HARMONY-2360.
--------------------------------------


No response, assuming ok.

> [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2360
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2360
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>            Assignee: Gregory Shimansky
>         Attachments: fixed-monitor-enter-fast-path-check-requested-capability.patch
>
>
> Currently, fast path of monitor_enter is disabled whenever JVMTI mode is enabled.
> Effectively it prevents using any JVMTI functionality during monitor performance tuning / evaluation,
> as it changes monitor implementation considerably.
> The attached patch disables fast path monitor function only in case can_generate_monitor_events JVMTI capability was requested.

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


[jira] Resolved: (HARMONY-2360) [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2360?page=all ]

Gregory Shimansky resolved HARMONY-2360.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][jvmti] Disabling monitor_enter fast path on on can_generate_monitor_events capability
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2360
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2360
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>         Attachments: fixed-monitor-enter-fast-path-check-requested-capability.patch
>
>
> Currently, fast path of monitor_enter is disabled whenever JVMTI mode is enabled.
> Effectively it prevents using any JVMTI functionality during monitor performance tuning / evaluation,
> as it changes monitor implementation considerably.
> The attached patch disables fast path monitor function only in case can_generate_monitor_events JVMTI capability was requested.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira