Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 31076 invoked from network); 12 Jun 2007 13:31:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2007 13:31:21 -0000 Received: (qmail 35595 invoked by uid 500); 12 Jun 2007 13:31:25 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 35531 invoked by uid 500); 12 Jun 2007 13:31:24 -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 35522 invoked by uid 99); 12 Jun 2007 13:31:24 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jun 2007 06:31:24 -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, 12 Jun 2007 06:31:18 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 770BE71418E for ; Tue, 12 Jun 2007 06:30:53 -0700 (PDT) Message-ID: <16568609.1181655053484.JavaMail.jira@brutus> Date: Tue, 12 Jun 2007 06:30:53 -0700 (PDT) From: "Oliver Deakin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-1084) Patches to move up to 5.0, and use new IBM VME 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-1084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Deakin closed HARMONY-1084. ---------------------------------- This patch was applied and resolved a long time ago. > Patches to move up to 5.0, and use new IBM VME > ---------------------------------------------- > > Key: HARMONY-1084 > URL: https://issues.apache.org/jira/browse/HARMONY-1084 > Project: Harmony > Issue Type: Improvement > Components: Classlib > Reporter: Oliver Deakin > Assignee: George Harley > Attachments: VME4.classlib.update.diff, VME4.eclipse.plugin.update.diff > > > This JIRA will contain the patches required to use the new IBM VME, as announced on the dev list. > VME4.classlib.update.diff will contain all the classlib updates required, which consist of: > - Change Java build target from jsr14 to 1.5 > - Change the bootclasspath system property name from com.ibm.oti.system.class.path to org.apache.harmony.boot.class.path > - Create a new org.apache.harmony.luni.platform.Environment class that contains two (currently stubbed) getenv() methods. Once these methods are implemented, VM writers will be able to redirect System.getenv() calls to this class. > - Rename clearvm.dll/libclearvm.so to harmonyvm.dll/libharmonyvm.so, and update the launchers reference to this library. > - Update tests.api.java.lang.reflect.ArrayTest and tests.api.java.lang.ThreadGroupTest to reflect changes between 1.4 and 5.0 behaviour. > VME4.eclipse.plugin.update.diff will contain all the Eclipse plugin updates required, which consist of: > - Rename clearvm.properties to harmonyvm.properties, and update the Eclipse plugin to find this file. > Please do not apply these patches until the new VME is available for download. I will announce this to the list at the appropriate time. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.