Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 5521 invoked from network); 6 Dec 2006 07:03:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 07:03:51 -0000 Received: (qmail 19703 invoked by uid 500); 6 Dec 2006 07:04:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 19603 invoked by uid 500); 6 Dec 2006 07:03:59 -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 19591 invoked by uid 99); 6 Dec 2006 07:03:59 -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 23:03:59 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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, 05 Dec 2006 23:03:50 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 62E987142F7 for ; Tue, 5 Dec 2006 23:03:26 -0800 (PST) Message-ID: <12559253.1165388606402.JavaMail.jira@brutus> Date: Tue, 5 Dec 2006 23:03:26 -0800 (PST) From: "Evgueni Brevnov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-2483) [drlvm] hythread_detach isn't consistent with the spec 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] hythread_detach isn't consistent with the spec ------------------------------------------------------ Key: HARMONY-2483 URL: http://issues.apache.org/jira/browse/HARMONY-2483 Project: Harmony Issue Type: Bug Components: DRLVM Environment: All Reporter: Evgueni Brevnov Attachments: hythread_detach.patch hythread_detach violates the spec in two case: 1) In case the specified thread is NULL the current thread must be detached 2) No actions should be taken if the specified thread is detached already. The fix is provided. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira