Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 42798 invoked from network); 1 Jun 2007 13:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 13:16:38 -0000 Received: (qmail 96725 invoked by uid 500); 1 Jun 2007 13:16:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 96704 invoked by uid 500); 1 Jun 2007 13:16:41 -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 96690 invoked by uid 99); 1 Jun 2007 13:16:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 06:16:41 -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; Fri, 01 Jun 2007 06:16:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 36A2E714187 for ; Fri, 1 Jun 2007 06:16:16 -0700 (PDT) Message-ID: <19465933.1180703776221.JavaMail.jira@brutus> Date: Fri, 1 Jun 2007 06:16:16 -0700 (PDT) From: "Ilya Leviev (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4027) [drlvm][object][tc]Known/proven race conditions markup at \vm\vmcore\src\object\vm_arrays.cpp at vm_anewarray_resolved_array_type function. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [drlvm][object][tc]Known/proven race conditions markup at \vm\vmcore\src\object\vm_arrays.cpp at vm_anewarray_resolved_array_type function. ------------------------------------------------------------------------------------------------------------------------------------------- Key: HARMONY-4027 URL: https://issues.apache.org/jira/browse/HARMONY-4027 Project: Harmony Issue Type: Bug Components: DRLVM Reporter: Ilya Leviev Known/proven race condition markup at \vm\vmcore\src\object\vm_arrays.cpp at vm_anewarray_resolved_array_type function. TC report on thread unsafe access that result in race conditions that occur during execution of vm_anewarray_resolved_array_type function. Data-races: Memory read at "vm_arrays.cpp":67 conflicts with a prior memory write at "vm_arrays.cpp":67 As issue related to vm statistic data collection in debug mode and it not affect correctness of execution I mark it by special API for prevention of further alarms on this race. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.