Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 68065 invoked from network); 16 Jul 2007 12:55:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2007 12:55:30 -0000 Received: (qmail 11043 invoked by uid 500); 16 Jul 2007 12:55:32 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 11016 invoked by uid 500); 16 Jul 2007 12:55:32 -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 11007 invoked by uid 99); 16 Jul 2007 12:55:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jul 2007 05:55:32 -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; Mon, 16 Jul 2007 05:55:29 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E1AAA7141EB for ; Mon, 16 Jul 2007 05:55:07 -0700 (PDT) Message-ID: <24984562.1184590507920.JavaMail.jira@brutus> Date: Mon, 16 Jul 2007 05:55:07 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-2111) [drlvm][em] Logging problem: method counter in EM is not thread safe 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-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov reassigned HARMONY-2111: --------------------------------------- Assignee: Mikhail Fursov > [drlvm][em] Logging problem: method counter in EM is not thread safe > -------------------------------------------------------------------- > > Key: HARMONY-2111 > URL: https://issues.apache.org/jira/browse/HARMONY-2111 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assignee: Mikhail Fursov > Priority: Minor > > The problem is with DrlEMImpl::nMethodsCompiled field updated in JIT_Result DrlEMImpl::compileMethod(Method_Handle mh) method. > The field is used only for logging and can be updated simultaneously by multiple threads. > This is very low lowpriority issue, but must be fixed to avoid ThreadChecker warnings. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.