You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/03/05 23:01:07 UTC

[jira] Resolved: (HARMONY-3294) [drlvm][jvmti] can_tag_objects capability can't be possessed after it was relinquished

     [ https://issues.apache.org/jira/browse/HARMONY-3294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky resolved HARMONY-3294.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][jvmti] can_tag_objects capability can't be possessed after it was relinquished
> --------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3294
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3294
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Eugene S. Ostrovsky
>         Assigned To: Gregory Shimansky
>         Attachments: fixed-support-for-can_tag_objects-capability.patch
>
>
> Support for can_tag_objects capability is incorrect.
> A. the following actions produce an error result:
>   1. can_tag_objects capability was possessed by AddCapabilities() function 
>   2. an_tag_objects capability was released by RelinquishCapabilities()
>   3. Attempt to possess this capability again with AddCapabilities() function produces JVMTI_ERROR_NOT_AVAILABLE
> B. in current implementation can_tag_objects capability can by possessed only by one jvmti environment. 
>   GetPotentialCapabilities() reports that this capability is available even if it already possessed by other agent and can't be possessed by this agent.

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