Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 74410 invoked from network); 5 Dec 2006 13:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2006 13:32:39 -0000 Received: (qmail 83028 invoked by uid 500); 5 Dec 2006 13:32:45 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 83003 invoked by uid 500); 5 Dec 2006 13:32:45 -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 82994 invoked by uid 99); 5 Dec 2006 13:32:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 05:32:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of evgueni.brevnov@gmail.com designates 64.233.184.224 as permitted sender) Received: from [64.233.184.224] (HELO wr-out-0506.google.com) (64.233.184.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 05:32:34 -0800 Received: by wr-out-0506.google.com with SMTP id 55so1500762wri for ; Tue, 05 Dec 2006 05:32:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c1aK1LLIaRtugz9jqiWQ+/D1+6TUzm9cuNXNO3PxNhZt4rrC/IXswEP/Sdd2RdStTM1GyDzPFjqdKzqsaQ50yhFND6nTrwwFvmEScQiB6Z7Xws3Mx6Wsv4TEmHEvfbgGRi8uKKG6/KJ+whfu20o7rCjF2uZoVR5Zmmi/nVhYKjg= Received: by 10.78.183.15 with SMTP id g15mr8929082huf.1165325532908; Tue, 05 Dec 2006 05:32:12 -0800 (PST) Received: by 10.78.118.6 with HTTP; Tue, 5 Dec 2006 05:32:12 -0800 (PST) Message-ID: Date: Tue, 5 Dec 2006 19:32:12 +0600 From: "Evgueni Brevnov" To: dev@harmony.apache.org Subject: Re: [dlvm][classlib] Re: hythr library problem... easy fix? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <457428D3.5090803@pobox.com> X-Virus-Checked: Checked by ClamAV on apache.org On 12/5/06, Alexey Petrenko wrote: > 2006/12/5, Evgueni Brevnov : > > Here is my understanding.... > > > > By looking at classlib's spec and impl for hythread_detach shows that > > it is pretty valid to detach any attached thread (not current thread > > only). So classlib's implementation does ignore the request to detach > > the thread as it suggested in the patch. Upss... missprint here....should be... "So classlib's implementation DOESN'T ignore the request to detach the thread as it suggested in the patch." > > > > From the other hand I would really like to understand why this > > functionality is required. Until I see the real use case it seems quit > > strange when one thread detaches another and the later one may still > > be running.... Alexey, could you share the stack traces for the > > failing case... > You can easily reproduce it by running class library tests on J9 with > hythr from DRL VM. > > SY, Alexey >