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/13 18:53:37 UTC

[jira] Created: (HARMONY-2178) [drlvm][jvmti] Incorrect assertion in AddCapabilities

[drlvm][jvmti] Incorrect assertion in AddCapabilities
-----------------------------------------------------

                 Key: HARMONY-2178
                 URL: http://issues.apache.org/jira/browse/HARMONY-2178
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Salikh Zakirov
            Priority: Critical
         Attachments: remove-incorrect-tag-pointer-assertion.patch

When adding capability can_tag_objects two times for the same environment,
incorrect assertion triggered
        assert(ManagedObject::_tag_pointer == false);
It is perfectly valid to request the same capability more than once, so assertion should be removed.

-- 
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] Resolved: (HARMONY-2178) [drlvm][jvmti] Incorrect assertion in AddCapabilities

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

Gregory Shimansky resolved HARMONY-2178.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][jvmti] Incorrect assertion in AddCapabilities
> -----------------------------------------------------
>
>                 Key: HARMONY-2178
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2178
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: remove-incorrect-tag-pointer-assertion.patch
>
>
> When adding capability can_tag_objects two times for the same environment,
> incorrect assertion triggered
>         assert(ManagedObject::_tag_pointer == false);
> It is perfectly valid to request the same capability more than once, so assertion should be removed.

-- 
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-2178) [drlvm][jvmti] Incorrect assertion in AddCapabilities

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

Gregory Shimansky reassigned HARMONY-2178:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] Incorrect assertion in AddCapabilities
> -----------------------------------------------------
>
>                 Key: HARMONY-2178
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2178
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>            Priority: Critical
>         Attachments: remove-incorrect-tag-pointer-assertion.patch
>
>
> When adding capability can_tag_objects two times for the same environment,
> incorrect assertion triggered
>         assert(ManagedObject::_tag_pointer == false);
> It is perfectly valid to request the same capability more than once, so assertion should be removed.

-- 
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-2178) [drlvm][jvmti] Incorrect assertion in AddCapabilities

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

Salikh Zakirov updated HARMONY-2178:
------------------------------------

    Attachment: remove-incorrect-tag-pointer-assertion.patch

attached fix: remove-incorrect-tag-pointer-assertion.patch

> [drlvm][jvmti] Incorrect assertion in AddCapabilities
> -----------------------------------------------------
>
>                 Key: HARMONY-2178
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2178
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>            Priority: Critical
>         Attachments: remove-incorrect-tag-pointer-assertion.patch
>
>
> When adding capability can_tag_objects two times for the same environment,
> incorrect assertion triggered
>         assert(ManagedObject::_tag_pointer == false);
> It is perfectly valid to request the same capability more than once, so assertion should be removed.

-- 
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