Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 3950 invoked from network); 19 Jun 2007 14:44:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jun 2007 14:44:47 -0000 Received: (qmail 73104 invoked by uid 500); 19 Jun 2007 14:44:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 73014 invoked by uid 500); 19 Jun 2007 14:44:50 -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 73005 invoked by uid 99); 19 Jun 2007 14:44:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2007 07:44:50 -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; Tue, 19 Jun 2007 07:44:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4722E7141FC for ; Tue, 19 Jun 2007 07:44:26 -0700 (PDT) Message-ID: <21020876.1182264266287.JavaMail.jira@brutus> Date: Tue, 19 Jun 2007 07:44:26 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4230) [drlvm][kernel][reliablity] assert in getParameterAnnotations function In-Reply-To: <27638321.1182234506036.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-4230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Pervov updated HARMONY-4230: ---------------------------------- Attachment: H4230.patch Those are statics on Windows again. I fixed one more potential place with race condition in statics in this file. P.S. Optimizations are good when they work. > [drlvm][kernel][reliablity] assert in getParameterAnnotations function > ---------------------------------------------------------------------- > > Key: HARMONY-4230 > URL: https://issues.apache.org/jira/browse/HARMONY-4230 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win debug/release > Reporter: Aleksey Ignatenko > Attachments: H4230.patch > > > Reliablity test vm.classloading.ClassReflectionTest fails with assert in Java_org_apache_harmony_vm_VMGenericsAndAnnotations_getParameterAnnotations function on the first iteration of execution. > Call stack: > harmonyvm.dll!_assert(const char * expr=0x00781fe4, const char * filename=0x00781f98, unsigned int lineno=0x0000031d) Line 295 C > harmonyvm.dll!struct_Class_to_java_lang_Class_Handle(Class * clss=0x00000000) Line 797 + 0x1a C++ > > harmonyvm.dll!Java_org_apache_harmony_vm_VMGenericsAndAnnotations_getParameterAnnotations(JNIEnv_External * jenv=0x02ca8c88, _jobject * __formal=0x03a6f698, __int64 jmethod=0x00000000024c3680) Line 102 + 0xd C++ > 034ab07f() > harmonyvm.dll!free_local_object_handles3(ObjectHandles * head=) Line 463 + 0xa C++ > svn rev 548325. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.