Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 12622 invoked from network); 4 Dec 2007 14:44:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 14:44:06 -0000 Received: (qmail 82023 invoked by uid 500); 4 Dec 2007 14:43:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 82005 invoked by uid 500); 4 Dec 2007 14:43:54 -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 81987 invoked by uid 99); 4 Dec 2007 14:43:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 06:43:54 -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; Tue, 04 Dec 2007 14:44:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 032B8714204 for ; Tue, 4 Dec 2007 06:43:43 -0800 (PST) Message-ID: <31988142.1196779423002.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 06:43:43 -0800 (PST) From: "Ilya Berezhniuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5247) [drlvm][init] DRL VM hangs with gc_cc in shutdown MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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 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.