Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 80421 invoked from network); 9 Nov 2006 14:34:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2006 14:34:00 -0000 Received: (qmail 1345 invoked by uid 500); 9 Nov 2006 14:34:11 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 1311 invoked by uid 500); 9 Nov 2006 14:34:11 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 1296 invoked by uid 99); 9 Nov 2006 14:34:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 06:34:11 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 06:33:59 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A7CCA7142FC for ; Thu, 9 Nov 2006 06:33:39 -0800 (PST) Message-ID: <18874564.1163082819684.JavaMail.jira@brutus> Date: Thu, 9 Nov 2006 06:33:39 -0800 (PST) From: "Dmitry B. Yershov (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1925) [drlvm] VM property module should be redeveloped. VM properties initialization should be improved. In-Reply-To: <21641733.1161313598349.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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