Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 14494 invoked from network); 7 Aug 2007 12:26:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 12:26:20 -0000 Received: (qmail 53509 invoked by uid 500); 7 Aug 2007 12:26:19 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 53419 invoked by uid 500); 7 Aug 2007 12:26:19 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 53409 invoked by uid 99); 7 Aug 2007 12:26:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 05:26:19 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 07 Aug 2007 12:26:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1C59F7141E2 for ; Tue, 7 Aug 2007 05:25:59 -0700 (PDT) Message-ID: <5125987.1186489559096.JavaMail.jira@brutus> Date: Tue, 7 Aug 2007 05:25:59 -0700 (PDT) From: "Pavel Rebriy (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4608) [drlvm][thread] Move hythread_t allocation to VM side In-Reply-To: <30473713.1186489079060.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 [ https://issues.apache.org/jira/browse/HARMONY-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Rebriy updated HARMONY-4608: ---------------------------------- Attachment: tlc_move_hythread_allocation_to_vm.patch This is a draft version of implementation. > [drlvm][thread] Move hythread_t allocation to VM side > ----------------------------------------------------- > > Key: HARMONY-4608 > URL: https://issues.apache.org/jira/browse/HARMONY-4608 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Reporter: Pavel Rebriy > Attachments: tlc_move_hythread_allocation_to_vm.patch > > > This is the first step of a new design implementation. > To manage native resources they should be allocated in only place. Structure hythread_t is allocated in hythr library. This issue moves allocation of hythread_t to the VM layer. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.