Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 17176 invoked from network); 5 Feb 2007 16:17:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 16:17:26 -0000 Received: (qmail 52303 invoked by uid 500); 5 Feb 2007 16:17:33 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52250 invoked by uid 500); 5 Feb 2007 16:17:33 -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 52241 invoked by uid 99); 5 Feb 2007 16:17:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 08:17:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Mon, 05 Feb 2007 08:17:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EDB9A7142E4 for ; Mon, 5 Feb 2007 08:17:05 -0800 (PST) Message-ID: <30430047.1170692225971.JavaMail.jira@brutus> Date: Mon, 5 Feb 2007 08:17:05 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2933) [drlvm][vmcore][jit] Unsynchronized linked list modification In-Reply-To: <27984309.1167575482631.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-2933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-2933: --------------------------------------- Patch Info: (was: [Patch Available]) Assignee: Gregory Shimansky I don't like the way you fix unsynchronized access. You're adding a new static lock inside of the file, this is not good for multiple VM support in the future. I think that lock for dcList should be added in the same VM_Global_State as dcList itself and Lock_Manager object should be initialized on VM startup. > [drlvm][vmcore][jit] Unsynchronized linked list modification > ------------------------------------------------------------ > > Key: HARMONY-2933 > URL: https://issues.apache.org/jira/browse/HARMONY-2933 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Ilya Leviev > Assigned To: Gregory Shimansky > Attachments: HARMONY-2933-vmcore-jit-add-synchronization.patch, HARMONY-2933-vmcore-jit-add-synchronization.patch, HARMONY-2933-vmcore-jit-add-synchronization.patch > > > Unsynchronized linked list modification at vm\vmcore\src\jit\compile.cpp in function compile_add_dynamic_generated_code_chunk. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.