You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sean Qiu (JIRA)" <ji...@apache.org> on 2008/03/12 10:16:46 UTC

[jira] Created: (HARMONY-5596) [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6

 [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6
----------------------------------------------------------------------

                 Key: HARMONY-5596
                 URL: https://issues.apache.org/jira/browse/HARMONY-5596
             Project: Harmony
          Issue Type: New Feature
          Components: JDK
            Reporter: Sean Qiu


Implement ReferringObjects Command for Java 6, which returns objects that directly reference this object. 
Only objects that are reachable for the purposes of garbage collection are returned.

Note that an object can also be referenced in other ways, such as from a local variable in a stack frame, or from a JNI global reference. 
Such non-object referrers are not returned by this command.

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


[jira] Updated: (HARMONY-5596) [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6

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

Sean Qiu updated HARMONY-5596:
------------------------------

    Attachment: Harmony-5596.zip

Could someone please try this patch please?

>  [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-5596
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5596
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>            Reporter: Sean Qiu
>         Attachments: Harmony-5596.zip
>
>
> Implement ReferringObjects Command for Java 6, which returns objects that directly reference this object. 
> Only objects that are reachable for the purposes of garbage collection are returned.
> Note that an object can also be referenced in other ways, such as from a local variable in a stack frame, or from a JNI global reference. 
> Such non-object referrers are not returned by this command.

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


[jira] Resolved: (HARMONY-5596) [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6

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

Jimmy, Jing Lv resolved HARMONY-5596.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M6

Hi,
     The fix is fine. Please go ahead.

>  [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-5596
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5596
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>             Fix For: 5.0M6
>
>         Attachments: Harmony-5596.zip
>
>
> Implement ReferringObjects Command for Java 6, which returns objects that directly reference this object. 
> Only objects that are reachable for the purposes of garbage collection are returned.
> Note that an object can also be referenced in other ways, such as from a local variable in a stack frame, or from a JNI global reference. 
> Such non-object referrers are not returned by this command.

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


[jira] Assigned: (HARMONY-5596) [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6

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

Jimmy, Jing Lv reassigned HARMONY-5596:
---------------------------------------

    Assignee: Jimmy, Jing Lv

>  [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-5596
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5596
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>         Attachments: Harmony-5596.zip
>
>
> Implement ReferringObjects Command for Java 6, which returns objects that directly reference this object. 
> Only objects that are reachable for the purposes of garbage collection are returned.
> Note that an object can also be referenced in other ways, such as from a local variable in a stack frame, or from a JNI global reference. 
> Such non-object referrers are not returned by this command.

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


[jira] Closed: (HARMONY-5596) [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6

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

Sean Qiu closed HARMONY-5596.
-----------------------------


Verified by Sean at r636651 
Thanks Jimmy.

>  [jdktools][jdwp6] Add new command ReferringObjects Command for Java 6
> ----------------------------------------------------------------------
>
>                 Key: HARMONY-5596
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5596
>             Project: Harmony
>          Issue Type: New Feature
>          Components: JDK
>            Reporter: Sean Qiu
>            Assignee: Jimmy, Jing Lv
>             Fix For: 5.0M6
>
>         Attachments: Harmony-5596.zip
>
>
> Implement ReferringObjects Command for Java 6, which returns objects that directly reference this object. 
> Only objects that are reachable for the purposes of garbage collection are returned.
> Note that an object can also be referenced in other ways, such as from a local variable in a stack frame, or from a JNI global reference. 
> Such non-object referrers are not returned by this command.

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