Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26774 invoked from network); 16 May 2007 12:54:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 12:54:38 -0000 Received: (qmail 43806 invoked by uid 500); 16 May 2007 12:54:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 43778 invoked by uid 500); 16 May 2007 12:54:43 -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 43748 invoked by uid 99); 16 May 2007 12:54:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2007 05:54:43 -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; Wed, 16 May 2007 05:54:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C30AC71406F for ; Wed, 16 May 2007 05:54:16 -0700 (PDT) Message-ID: <9493158.1179320056796.JavaMail.jira@brutus> Date: Wed, 16 May 2007 05:54:16 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2051) [drlvm][kernel] duplicate implementation of Process in kernel classes of DRLVM 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-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-2051: --------------------------------------- Summary: [drlvm][kernel] duplicate implementation of Process in kernel classes of DRLVM (was: [drlvm] duplicate implementation of Process in kernel classes of DRLVM) > [drlvm][kernel] duplicate implementation of Process in kernel classes of DRLVM > ------------------------------------------------------------------------------ > > Key: HARMONY-2051 > URL: https://issues.apache.org/jira/browse/HARMONY-2051 > Project: Harmony > Issue Type: Task > Components: Classlib, DRLVM > Reporter: Alexey Varlamov > Priority: Minor > > Eliminate duplicate implementation of j.l.Runtime.Process in kernel classes of DRLVM [1]. The classlib provides neat portlib-based reference implementation [2], which should be reused. These 2 impls are roughly identical, so one needs to made more scrupulous comparison and squeeze some features/fixes of [1] which may be missing in [2], then employ [2] in j.l.Runtime of DRLVM and drop [1]. > [1] working_vm\vm\vmcore\src\kernel_classes\javasrc\java\lang\Runtime.java + working_vm\vm\vmcore\src\kernel_classes\native\Runtime_[lnx|win].cpp > [2] working_classlib\modules\luni\src\main\java\org\apache\harmony\luni\internal\process\* + working_classlib\modules\luni\src\main\native\luni\shared\process.c -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.