Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 81827 invoked from network); 26 Oct 2007 11:38:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2007 11:38:14 -0000 Received: (qmail 12483 invoked by uid 500); 26 Oct 2007 11:38:02 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 12389 invoked by uid 500); 26 Oct 2007 11:38:01 -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 12380 invoked by uid 99); 26 Oct 2007 11:38:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Oct 2007 04:38:01 -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; Fri, 26 Oct 2007 11:38:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 328EB714247 for ; Fri, 26 Oct 2007 04:37:51 -0700 (PDT) Message-ID: <13828987.1193398671121.JavaMail.jira@brutus> Date: Fri, 26 Oct 2007 04:37:51 -0700 (PDT) From: "Pavel Pervov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5030) [drlvm][finalizer] Regression in gc.RunFinalizersOnExit on all configurations. 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][finalizer] Regression in gc.RunFinalizersOnExit on all configurations. ------------------------------------------------------------------------------ Key: HARMONY-5030 URL: https://issues.apache.org/jira/browse/HARMONY-5030 Project: Harmony Issue Type: Bug Components: DRLVM Reporter: Pavel Pervov The failure is caused by switching from ICU4JNI to ICU4J. DRLVM code contained workaround for not running finalizer of one of icu4jni classes. I'll attach the patch right away. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.