You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Rebriy (JIRA)" <ji...@apache.org> on 2007/07/04 13:15:04 UTC

[jira] Created: (HARMONY-4336) [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures

[drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures
-----------------------------------------------------------------------

                 Key: HARMONY-4336
                 URL: https://issues.apache.org/jira/browse/HARMONY-4336
             Project: Harmony
          Issue Type: Sub-task
          Components: DRLVM
            Reporter: Pavel Rebriy


The issue merges and cleans up  JVMTIThread and VM_thread structures. JVMTIThread structure is aggregated to VM_thread.

This issue contains several fixes in parts of code related to the thread manager infrastructure which are necessary for complete thread manager data structures clean up:
1. Remove dead fields and fields that are actually used as local variables and fields that are only written, never read.
2. Make JVMTIThread structure as a part of VM_thread structure like "struct JVMTIThread jvmti_thread" field.
3. Move TI related fields from VM_thread structure to JVMTIThread and VM related fields from JVMTIThread structure to VM_thread.

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


[jira] Assigned: (HARMONY-4336) [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures

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

weldon washburn reassigned HARMONY-4336:
----------------------------------------

    Assignee: weldon washburn

> [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4336
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4336
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>            Assignee: weldon washburn
>
> The issue merges and cleans up  JVMTIThread and VM_thread structures. JVMTIThread structure is aggregated to VM_thread.
> This issue contains several fixes in parts of code related to the thread manager infrastructure which are necessary for complete thread manager data structures clean up:
> 1. Remove dead fields and fields that are actually used as local variables and fields that are only written, never read.
> 2. Make JVMTIThread structure as a part of VM_thread structure like "struct JVMTIThread jvmti_thread" field.
> 3. Move TI related fields from VM_thread structure to JVMTIThread and VM related fields from JVMTIThread structure to VM_thread.

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


[jira] Updated: (HARMONY-4336) [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures

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

Pavel Rebriy updated HARMONY-4336:
----------------------------------

    Attachment: clean_up_data_structures.patch

The patch which cleans up thread manager data structures.

> [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4336
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4336
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>            Assignee: weldon washburn
>         Attachments: clean_up_data_structures.patch
>
>
> The issue merges and cleans up  JVMTIThread and VM_thread structures. JVMTIThread structure is aggregated to VM_thread.
> This issue contains several fixes in parts of code related to the thread manager infrastructure which are necessary for complete thread manager data structures clean up:
> 1. Remove dead fields and fields that are actually used as local variables and fields that are only written, never read.
> 2. Make JVMTIThread structure as a part of VM_thread structure like "struct JVMTIThread jvmti_thread" field.
> 3. Move TI related fields from VM_thread structure to JVMTIThread and VM related fields from JVMTIThread structure to VM_thread.

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


[jira] Closed: (HARMONY-4336) [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures

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

Pavel Rebriy closed HARMONY-4336.
---------------------------------

    Resolution: Fixed

> [drlvm][thread] Clean up and merge JVMTIThread and VM_thread structures
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-4336
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4336
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Pavel Rebriy
>            Assignee: weldon washburn
>         Attachments: clean_up_data_structures.patch
>
>
> The issue merges and cleans up  JVMTIThread and VM_thread structures. JVMTIThread structure is aggregated to VM_thread.
> This issue contains several fixes in parts of code related to the thread manager infrastructure which are necessary for complete thread manager data structures clean up:
> 1. Remove dead fields and fields that are actually used as local variables and fields that are only written, never read.
> 2. Make JVMTIThread structure as a part of VM_thread structure like "struct JVMTIThread jvmti_thread" field.
> 3. Move TI related fields from VM_thread structure to JVMTIThread and VM related fields from JVMTIThread structure to VM_thread.

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