Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 46715 invoked from network); 26 Apr 2007 10:23:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Apr 2007 10:23:36 -0000 Received: (qmail 76314 invoked by uid 500); 26 Apr 2007 10:23:43 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76212 invoked by uid 500); 26 Apr 2007 10:23:43 -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 76200 invoked by uid 99); 26 Apr 2007 10:23:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Apr 2007 03:23:43 -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; Thu, 26 Apr 2007 03:23:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A978B71407E for ; Thu, 26 Apr 2007 03:23:15 -0700 (PDT) Message-ID: <20476219.1177582995691.JavaMail.jira@brutus> Date: Thu, 26 Apr 2007 03:23:15 -0700 (PDT) From: "Ilya Leviev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3537) [drlvm]Race conditions 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 ] Ilya Leviev updated HARMONY-3537: --------------------------------- Attachment: HARMONY-3537-mark_hwa_race_conditions_update3.patch I have separated part of patch which add port_nonatomic.h to other JIRA (HARMONY-3765) for more relevance. > [drlvm]Race conditions 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 > > > 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.