Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 34437 invoked from network); 12 Apr 2007 08:27:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2007 08:27:57 -0000 Received: (qmail 22393 invoked by uid 500); 12 Apr 2007 08:28:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 22370 invoked by uid 500); 12 Apr 2007 08:28:00 -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 22346 invoked by uid 99); 12 Apr 2007 08:28:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Apr 2007 01:28:00 -0700 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; Thu, 12 Apr 2007 01:27:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB35071407C for ; Thu, 12 Apr 2007 01:27:32 -0700 (PDT) Message-ID: <27957212.1176366452698.JavaMail.jira@brutus> Date: Thu, 12 Apr 2007 01:27:32 -0700 (PDT) From: "Li-Gang Wang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3588) Bug fixing for native finalizer thread mechanism In-Reply-To: <16193870.1175871872404.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-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li-Gang Wang updated HARMONY-3588: ---------------------------------- Attachment: 04_native_finref.patch Please use 04_native_finref.patch for patching. I improved the native finalizer thread waiting during shutdown in this patch. > Bug fixing for native finalizer thread mechanism > ------------------------------------------------ > > Key: HARMONY-3588 > URL: https://issues.apache.org/jira/browse/HARMONY-3588 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Environment: Win/Lnx * 32/64bits > Reporter: Li-Gang Wang > Assigned To: Xiao-Feng Li > Attachments: 01_native_fin.patch, 02_native_fin.patch, 03_native_finref.patch, 04_native_finref.patch > > > This patch fixes a bug related to native finalizer thread shutdown and a weak ref/finalizer interaction bug. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.