Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 50357 invoked from network); 20 Sep 2007 12:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 12:54:54 -0000 Received: (qmail 4059 invoked by uid 500); 20 Sep 2007 12:54:45 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 4047 invoked by uid 500); 20 Sep 2007 12:54:45 -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 4038 invoked by uid 99); 20 Sep 2007 12:54:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 05:54:45 -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; Thu, 20 Sep 2007 12:56:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1B4C271420A for ; Thu, 20 Sep 2007 05:54:31 -0700 (PDT) Message-ID: <19561169.1190292871094.JavaMail.jira@brutus> Date: Thu, 20 Sep 2007 05:54:31 -0700 (PDT) From: "Pavel Rebriy (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4830) [drlvm][thread] explicit allocation/deallocation of thread native resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][thread] explicit allocation/deallocation of thread native resources --------------------------------------------------------------------------- Key: HARMONY-4830 URL: https://issues.apache.org/jira/browse/HARMONY-4830 Project: Harmony Issue Type: Sub-task Components: DRLVM Reporter: Pavel Rebriy The issue is the final part of Thread Life Cycle redesign. The main goal of the issue is to implement explicit allocation and deallocation of thread native resources. Current version of TM reuses native resources, it could be a result of OOM in native heap. Explicit allocation/deallocation simplifies Thread Block Life Circle, improves maintainability of TM code and prevents OOM in native heap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.