Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 43727 invoked from network); 7 Dec 2007 15:19:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 15:19:04 -0000 Received: (qmail 19921 invoked by uid 500); 7 Dec 2007 15:18:53 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 19906 invoked by uid 500); 7 Dec 2007 15:18:52 -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 19896 invoked by uid 99); 7 Dec 2007 15:18:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 07:18:52 -0800 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, 07 Dec 2007 15:18:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 93C05714258 for ; Fri, 7 Dec 2007 07:18:43 -0800 (PST) Message-ID: <16975659.1197040723602.JavaMail.jira@brutus> Date: Fri, 7 Dec 2007 07:18:43 -0800 (PST) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5247) [drlvm][init] DRL VM hangs with gc_cc in shutdown In-Reply-To: <31988142.1196779423002.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-5247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549434 ] Ilya Berezhniuk commented on HARMONY-5247: ------------------------------------------ Thanks a lot, Pavel! The patch works fine; StackTest is passed for me 1700 times. Also I've tried whole 'build test'. There were several hangups, now no hangups. > [drlvm][init] DRL VM hangs with gc_cc in shutdown > ------------------------------------------------- > > Key: HARMONY-5247 > URL: https://issues.apache.org/jira/browse/HARMONY-5247 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Windows/x86 > Reporter: Ilya Berezhniuk > Priority: Minor > Attachments: H5247.patch > > > I've tried to pass 'build test' with GC_CC, and found that tests hang on JIT almost always. > The reason is the same as for HARMONY-5136. > Some thread is died with ThreadGroup.lock blocked, so main thread can't obtain this lock. > Looks like HARMONY-5136 patch is incomplete. > I used the following line to test the bug: > win_em64t_msvc_debug\deploy\jdk\jre\bin\java.exe -Xem:opt -XX:gc.dll=gc_cc -XX:+vm.assert_dialog -cp win_em64t_msvc_debug\tests\smoke.tests\classes StackTest -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.