Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 82170 invoked from network); 16 May 2007 14:46:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2007 14:46:37 -0000 Received: (qmail 40472 invoked by uid 500); 16 May 2007 14:46:44 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 40457 invoked by uid 500); 16 May 2007 14:46:44 -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 40448 invoked by uid 99); 16 May 2007 14:46:44 -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 07:46:44 -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 07:46:37 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DFDA9714066 for ; Wed, 16 May 2007 07:46:16 -0700 (PDT) Message-ID: <20920385.1179326776914.JavaMail.jira@brutus> Date: Wed, 16 May 2007 07:46:16 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3537) [drlvm][object] Known/proven race conditions markup while HWA running on interpreter In-Reply-To: <22825038.1175436272519.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-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky updated HARMONY-3537: --------------------------------------- Summary: [drlvm][object] Known/proven race conditions markup while HWA running on interpreter (was: [drlvm]Known/proven race conditions markup while HWA running on interpreter) > [drlvm][object] Known/proven race conditions markup while HWA running on interpreter > ------------------------------------------------------------------------------------ > > Key: HARMONY-3537 > URL: https://issues.apache.org/jira/browse/HARMONY-3537 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Ilya Leviev > Assigned To: weldon washburn > Attachments: HARMONY-3537-mark_hwa_race_conditions.patch, HARMONY-3537-mark_hwa_race_conditions_update.patch, HARMONY-3537-mark_hwa_race_conditions_update2.patch, HARMONY-3537-mark_hwa_race_conditions_update3.patch, HARMONY-3537-mark_hwa_race_conditions_update4.patch > > > TC report about race conditions while HWA running on interpreter(debug mode). As it not affect on correctness of program execution I have marked it by special API for prevention of further alarms on this race conditions. > The patch marks such race at TM module and at VMCORE/objects. > Notes: > The patch contains 3 parts. > 1) - Add new header file (port/include/port_nonatomic.h) which define functions that mark start and end points of code area where thread unsafe operations are performed. > 2) - Mark VMCORE/objects race conditions at vmcore/src/object/object_handles.cpp by defined functions. > 3) - Mark TM race conditions at thread/src/thread_native_thin_monitor.c by defined functions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.