Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 97076 invoked from network); 18 Jan 2008 16:29:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2008 16:29:55 -0000 Received: (qmail 73286 invoked by uid 500); 18 Jan 2008 16:29:45 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 73187 invoked by uid 500); 18 Jan 2008 16:29: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 73178 invoked by uid 99); 18 Jan 2008 16:29:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Jan 2008 08:29:45 -0800 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; Fri, 18 Jan 2008 16:29:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5B7D971425E for ; Fri, 18 Jan 2008 08:29:34 -0800 (PST) Message-ID: <21436207.1200673774369.JavaMail.jira@brutus> Date: Fri, 18 Jan 2008 08:29:34 -0800 (PST) From: "Aleksey Shipilev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5399) [drlvm][jit] Enabling arraycopy optimization for primitive types when write barriers are enabled In-Reply-To: <20845865.1200573276722.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-5399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Shipilev updated HARMONY-5399: -------------------------------------- Attachment: WB-6.patch WB-6.patch Updated header. Thanks, Chen. > [drlvm][jit] Enabling arraycopy optimization for primitive types when write barriers are enabled > ------------------------------------------------------------------------------------------------ > > Key: HARMONY-5399 > URL: https://issues.apache.org/jira/browse/HARMONY-5399 > Project: Harmony > Issue Type: Improvement > Environment: All > Reporter: Aleksey Shipilev > Attachments: WB-2.patch, WB-3.patch, WB-4.patch, WB-5.patch, WB-6.patch > > > JIT arraycopy optimization is disabled automatically when WB are enabled. Attached patch re-enables arraycopy optimization for arrays of primitive types, which shouldn't interfere with WB activity. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.