Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 23665F3E7 for ; Tue, 2 Apr 2013 19:17:26 +0000 (UTC) Received: (qmail 15964 invoked by uid 500); 2 Apr 2013 19:17:25 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 15910 invoked by uid 500); 2 Apr 2013 19:17:25 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 15903 invoked by uid 99); 2 Apr 2013 19:17:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 19:17:24 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 19:17:20 +0000 Received: from VEGA (port-92-196-103-44.dynamic.qsc.de [92.196.103.44]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id 67A7614AA031; Tue, 2 Apr 2013 19:16:58 +0000 (UTC) From: "Uwe Schindler" To: , Cc: References: <20130319012113.3D86148231@hg.openjdk.java.net> In-Reply-To: <20130319012113.3D86148231@hg.openjdk.java.net> Subject: RE: hsx/hotspot-gc/hotspot: 8009536: G1: Apache Lucene hang during reference processing Date: Tue, 2 Apr 2013 21:16:58 +0200 Message-ID: <016101ce2fd6$a596bfb0$f0c43f10$@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQIGZa4reh1KRvMxo/xAiGS2dOjmMZhS4RyA Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org Hi John, today I installed JDK8 b83 on one of the Jenkins build servers used by = Apache Lucene: The problem with 32 bit JVMs and G1 collector is solved. = I compared the trunk checkout of Lucene with both JVMs: In b82 it hangs, = in b83 it passes. So I was able to re-enable 32 bit builds without the = extra workaround stacksize option again. Thanks for fixing this issue. Uwe ----- Uwe Schindler uschindler@apache.org=20 Apache Lucene PMC Member / Committer Bremen, Germany http://lucene.apache.org/ > -----Original Message----- > From: hotspot-gc-dev-bounces@openjdk.java.net [mailto:hotspot-gc-dev- > bounces@openjdk.java.net] On Behalf Of john.cuthbertson@oracle.com > Sent: Tuesday, March 19, 2013 2:21 AM > To: hotspot-gc-dev@openjdk.java.net > Subject: hg: hsx/hotspot-gc/hotspot: 8009536: G1: Apache Lucene hang > during reference processing >=20 > Changeset: fa08949fe0cb > Author: johnc > Date: 2013-03-18 11:05 -0700 > URL: http://hg.openjdk.java.net/hsx/hotspot- > gc/hotspot/rev/fa08949fe0cb >=20 > 8009536: G1: Apache Lucene hang during reference processing > Summary: In CMTask::do_marking_step(), Skip offering termination and > entering the first and second synchronization barriers if called from = a serial > context, i.e. the VM thread. > Reviewed-by: brutisso, tschatzl >=20 > ! src/share/vm/gc_implementation/g1/concurrentMark.cpp > ! src/share/vm/gc_implementation/g1/concurrentMark.hpp --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org