You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Dmitry B. Yershov (JIRA)" <ji...@apache.org> on 2006/11/09 15:33:39 UTC

[jira] Updated: (HARMONY-1925) [drlvm] VM property module should be redeveloped. VM properties initialization should be improved.

     [ http://issues.apache.org/jira/browse/HARMONY-1925?page=all ]

Dmitry B. Yershov updated HARMONY-1925:
---------------------------------------

    Attachment: whole_properties_patch.zip

Patch from "whole_propertie_patch.zip" file solves all issues described in this JIRA.

Some improvements:
1. Last argument (table_number, see proposal vm_properties.txt) of interface functions was changed from "unsigned" to "enum".
2. Two additional interfaces were introduced:
        - void destroy_property_value(const char* value) - Safety frees memory of value returned by get_property function.
        - void destroy_properties_keys(const char** keys) - Safety frees array of keys memory which returned by get_properties_keys or get_properties_keys_staring_with functions.

These changes were testing on:
Win-ia32, msvc, debug
Lnx-ia32, gcc, debug
By "build.bat(sh) test"


> [drlvm] VM property module should be redeveloped. VM properties initialization should be improved.
> --------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1925
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1925
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>            Reporter: Dmitry B. Yershov
>         Attachments: first_prop_patch.zip, vm_properties.txt, whole_properties_patch.zip
>
>
> 1. Properties module should be redeveloped according to attached proposal.
> 2. Bring order to VM properties initialization by deep source code refactoring.

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