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/08 17:50:51 UTC

[jira] Created: (HARMONY-2112) [drlvm][jvmti] Fix error codes in heap functions

[drlvm][jvmti] Fix error codes in heap functions
------------------------------------------------

                 Key: HARMONY-2112
                 URL: http://issues.apache.org/jira/browse/HARMONY-2112
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Salikh Zakirov
            Priority: Minor


Some of the error codes returned by the functions GetTag, SetTag, GetObjectsWithTags, IterateHeap and others in JVMTI Heap group
return incorrect error codes on null or illegal argument values.

-- 
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-2112) [drlvm][jvmti] Fix error codes in heap functions

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

Salikh Zakirov updated HARMONY-2112:
------------------------------------

    Attachment: fix-heap-iteration-error-codes.patch

fix-heap-iteration-error-codes.patch provides a fix

> [drlvm][jvmti] Fix error codes in heap functions
> ------------------------------------------------
>
>                 Key: HARMONY-2112
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2112
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>            Priority: Minor
>         Attachments: fix-heap-iteration-error-codes.patch
>
>
> Some of the error codes returned by the functions GetTag, SetTag, GetObjectsWithTags, IterateHeap and others in JVMTI Heap group
> return incorrect error codes on null or illegal argument values.

-- 
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-2112) [drlvm][jvmti] Fix error codes in heap functions

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

Gregory Shimansky reassigned HARMONY-2112:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][jvmti] Fix error codes in heap functions
> ------------------------------------------------
>
>                 Key: HARMONY-2112
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2112
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix-heap-iteration-error-codes.patch
>
>
> Some of the error codes returned by the functions GetTag, SetTag, GetObjectsWithTags, IterateHeap and others in JVMTI Heap group
> return incorrect error codes on null or illegal argument values.

-- 
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-2112) [drlvm][jvmti] Fix error codes in heap functions

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

Gregory Shimansky resolved HARMONY-2112.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][jvmti] Fix error codes in heap functions
> ------------------------------------------------
>
>                 Key: HARMONY-2112
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2112
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix-heap-iteration-error-codes.patch
>
>
> Some of the error codes returned by the functions GetTag, SetTag, GetObjectsWithTags, IterateHeap and others in JVMTI Heap group
> return incorrect error codes on null or illegal argument values.

-- 
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-2112) [drlvm][jvmti] Fix error codes in heap functions

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

Gregory Shimansky closed HARMONY-2112.
--------------------------------------


VERIFIED

> [drlvm][jvmti] Fix error codes in heap functions
> ------------------------------------------------
>
>                 Key: HARMONY-2112
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2112
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix-heap-iteration-error-codes.patch
>
>
> Some of the error codes returned by the functions GetTag, SetTag, GetObjectsWithTags, IterateHeap and others in JVMTI Heap group
> return incorrect error codes on null or illegal argument values.

-- 
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] Commented: (HARMONY-2112) [drlvm][jvmti] Fix error codes in heap functions

Posted by "Salikh Zakirov (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2112?page=comments#action_12448455 ] 
            
Salikh Zakirov commented on HARMONY-2112:
-----------------------------------------

Everything is okay, thanks!

> [drlvm][jvmti] Fix error codes in heap functions
> ------------------------------------------------
>
>                 Key: HARMONY-2112
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2112
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Salikh Zakirov
>         Assigned To: Gregory Shimansky
>            Priority: Minor
>         Attachments: fix-heap-iteration-error-codes.patch
>
>
> Some of the error codes returned by the functions GetTag, SetTag, GetObjectsWithTags, IterateHeap and others in JVMTI Heap group
> return incorrect error codes on null or illegal argument values.

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