You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrey Yakushev (JIRA)" <ji...@apache.org> on 2007/02/26 17:49:05 UTC

[jira] Created: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

[drlvm][lang-management] RuntimeMXBean native methods implementation
--------------------------------------------------------------------

                 Key: HARMONY-3241
                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
             Project: Harmony
          Issue Type: New Feature
          Components: DRLVM
            Reporter: Andrey Yakushev


This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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


[jira] Updated: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

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

Andrey Yakushev updated HARMONY-3241:
-------------------------------------

    Description: 
Replaces RuntimeMXBean stubs from HARMONY-1821 with real implementation

This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

  was:
This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

     Patch Info: [Patch Available]

> [drlvm][lang-management] RuntimeMXBean native methods implementation
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Andrey Yakushev
>         Attachments: vm_RuntimeMXBean.patch
>
>
> Replaces RuntimeMXBean stubs from HARMONY-1821 with real implementation
> This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
> After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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


[jira] Assigned: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

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

Gregory Shimansky reassigned HARMONY-3241:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][lang-management] RuntimeMXBean native methods implementation
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Andrey Yakushev
>         Assigned To: Gregory Shimansky
>         Attachments: vm_RuntimeMXBean.patch
>
>
> Replaces RuntimeMXBean stubs from HARMONY-1821 with real implementation
> This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
> After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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


[jira] Commented: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

Posted by "Andrey Yakushev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477275 ] 

Andrey Yakushev commented on HARMONY-3241:
------------------------------------------

It seems like patch is applied successfully.

> [drlvm][lang-management] RuntimeMXBean native methods implementation
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Andrey Yakushev
>         Assigned To: Gregory Shimansky
>         Attachments: vm_RuntimeMXBean.patch
>
>
> Replaces RuntimeMXBean stubs from HARMONY-1821 with real implementation
> This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
> After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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


[jira] Updated: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

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

Andrey Yakushev updated HARMONY-3241:
-------------------------------------

    Attachment: vm_RuntimeMXBean.patch

Patch file name is vm_RuntimeMXBean.patch

> [drlvm][lang-management] RuntimeMXBean native methods implementation
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Andrey Yakushev
>         Attachments: vm_RuntimeMXBean.patch
>
>
> This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
> After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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


[jira] Resolved: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

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

Gregory Shimansky resolved HARMONY-3241.
----------------------------------------

    Resolution: Fixed

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

> [drlvm][lang-management] RuntimeMXBean native methods implementation
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Andrey Yakushev
>         Assigned To: Gregory Shimansky
>         Attachments: vm_RuntimeMXBean.patch
>
>
> Replaces RuntimeMXBean stubs from HARMONY-1821 with real implementation
> This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
> After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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


[jira] Closed: (HARMONY-3241) [drlvm][lang-management] RuntimeMXBean native methods implementation

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

Gregory Shimansky closed HARMONY-3241.
--------------------------------------


VERIFIED

> [drlvm][lang-management] RuntimeMXBean native methods implementation
> --------------------------------------------------------------------
>
>                 Key: HARMONY-3241
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3241
>             Project: Harmony
>          Issue Type: New Feature
>          Components: DRLVM
>            Reporter: Andrey Yakushev
>         Assigned To: Gregory Shimansky
>         Attachments: vm_RuntimeMXBean.patch
>
>
> Replaces RuntimeMXBean stubs from HARMONY-1821 with real implementation
> This patch replaces a set of native method stubs for RuntimeMXBean in DRLVM with real implementation. 
> After patch integration all Classlib lang-management tests related to RuntimeMXBean passed on Win2003, Linux i686 and Linux x86_64. 

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