Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 62148 invoked from network); 26 May 2008 16:20:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 16:20:16 -0000 Received: (qmail 52821 invoked by uid 500); 26 May 2008 16:20:18 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52797 invoked by uid 500); 26 May 2008 16:20:18 -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 52788 invoked by uid 99); 26 May 2008 16:20:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 09:20:18 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 16:19:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E22A3234C124 for ; Mon, 26 May 2008 09:19:55 -0700 (PDT) Message-ID: <1182326274.1211818795925.JavaMail.jira@brutus> Date: Mon, 26 May 2008 09:19:55 -0700 (PDT) From: "Nathan Beyer (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5843) [drlvm][gc] class unloading is unstable In-Reply-To: <411476244.1211782077057.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-5843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599866#action_12599866 ] Nathan Beyer commented on HARMONY-5843: --------------------------------------- I meant, why is it called 'lazy.test'? > [drlvm][gc] class unloading is unstable > --------------------------------------- > > Key: HARMONY-5843 > URL: https://issues.apache.org/jira/browse/HARMONY-5843 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Alexey Varlamov > > On class-unloading scenarious, DRLVM easily hits a bunch of asserts in gc_gen. Most typical asserts are: > [junit] Assertion failed: obj && obj->vt_raw, file c:\users\avarlamo\trunk\working_vm\vm\gc_gen\src\common\gc_for_class.h, line 207 > [junit] Assertion failed: address_belongs_to_gc_heap(addr, gc), file c:\users\avarlamo\trunk\working_vm\vm\gc_gen\src\thread\../gen/gen.h, line 152 > [junit] Assertion failed: vm_object_size(obj) != 0, file c:\users\avarlamo\trunk\working_vm\vm\gc_gen\src\common\gc_block.h, line 146 > These asserts fire intermittently, may be reproduced in any mode including interpreter and on any platform (yet on different machines a particular assert happens more often than others). > To reproduce, run lazy.test suite: > working_vm$ ant lazy.test > For convenience, there is standalone launcher org.apache.harmony.vm.test.lazyresolution.StressTest which can vary stress load, e.g.: > working_vm$ cd build\windows_x86_msvc_debug\tests\lazy.tests\classes > classes$ java -cp .;junit.jar -Dlazy.test.iterations=100 -Dlazy.test.threads=10 org.apache.harmony.vm.test.lazyresolution.StressTest -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.