Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 95783 invoked from network); 12 Apr 2008 00:43:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2008 00:43:41 -0000 Received: (qmail 49495 invoked by uid 500); 12 Apr 2008 00:43:39 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 49467 invoked by uid 500); 12 Apr 2008 00:43:39 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 49458 invoked by uid 99); 12 Apr 2008 00:43:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2008 17:43:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xiaofeng.li@gmail.com designates 74.125.46.157 as permitted sender) Received: from [74.125.46.157] (HELO yw-out-1718.google.com) (74.125.46.157) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 00:42:58 +0000 Received: by yw-out-1718.google.com with SMTP id 4so284532ywq.0 for ; Fri, 11 Apr 2008 17:43:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Ha/DbQY+kHoioxlnQwH5t/05+Uy9lqboRmw/dQkEtS0=; b=PSnYK0+nyu/iyppgv+wR56o6XtW6C8zy0TGtXNav15K/FXH1/HglfQXALY44RAx87AWijgyyDvHTvv2hgJ74cGqherdgguAss29sp3HS3hdvMhux0W8c0RiGV7dNGFuRtbJAE8gDQFlxZys8J8a+kcbWncJdtSF5ZMba3d08esM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cdqwfdIa+0Rap9tX0KcLbkYDM9c4TuXea2p7jOj0tTROZaWq0rpE7BiXECuT5aSU8trb46k2c+YSOP8jz9SzqGxJOxpeWieQAaerItTIGkHlDE5GIEGVL+IAlUX6C1KcM1DI7xWQI0v8GZRZr8jGn1L71+ObSOzUTrKagmbuwT8= Received: by 10.150.136.6 with SMTP id j6mr4009416ybd.126.1207960990184; Fri, 11 Apr 2008 17:43:10 -0700 (PDT) Received: by 10.150.147.15 with HTTP; Fri, 11 Apr 2008 17:43:10 -0700 (PDT) Message-ID: <9623c9a50804111743x2dea731j4b2bed9446b84e47@mail.gmail.com> Date: Sat, 12 Apr 2008 08:43:10 +0800 From: "Xiao-Feng Li" To: dev@harmony.apache.org Subject: Re: [drlvm][concurrent-gc] Tick is only concurrent sweeping? In-Reply-To: <3db9f87f0804110638q5d0b4edeua931b1605e3bf1a1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3db9f87f0804110638q5d0b4edeua931b1605e3bf1a1@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Simon, you should define USE_UNIQUE_MARK_SWEEP_GC for concurrent mark-sweep GC. You can run it with SPECJBB. Thanks, xiaofeng On Fri, Apr 11, 2008 at 9:38 PM, Simon Chow wrote: > Hi all > > First, I would like to know which test suit used for gc_gen? Are these tests > in "working_vm\vm\tests\smoke\gc"? > > Second, I am using LOS.java as sample to trace the garbage collection > process. > My command configuration is : > -XX:gc.concurrent_gc=true -Xem:opt -verbose:gc gc.LOS > then a assertion error raised: > #else > /*FIXME: concurrent mark is not supported in GC_GEN*/ > assert(0); > return FALSE; > #endif > > So, Does it mean that I should use: > -XX:gc.concurrent_sweep=true > to start a concurrent garbage collector? > > > In addition, when I use generational mode, this assertion error is raised: > assert(!collector->rem_set); > in line 5 of function void lspace_compute_object_target(Collector* > collector, Lspace* lspace) in lspace_alloc_collect.cpp > > P.S. I am using HARMONY647153 > > Thanks > > -- > From : Simon.Chow@Software School of Fudan University > -- http://xiao-feng.blogspot.com