Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 1803 invoked from network); 28 Jan 2007 13:43:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2007 13:43:10 -0000 Received: (qmail 85850 invoked by uid 500); 28 Jan 2007 13:43:16 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85751 invoked by uid 500); 28 Jan 2007 13:43:16 -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 85742 invoked by uid 99); 28 Jan 2007 13:43:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Jan 2007 05:43:16 -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; Sun, 28 Jan 2007 05:43:10 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6653B7142E2 for ; Sun, 28 Jan 2007 05:42:49 -0800 (PST) Message-ID: <9199019.1169991769416.JavaMail.jira@brutus> Date: Sun, 28 Jan 2007 05:42:49 -0800 (PST) From: "Gregory Shimansky (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-2230) [drlvm] Fix for fake circularity error. 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-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregory Shimansky resolved HARMONY-2230. ---------------------------------------- Resolution: Fixed Modified patch applied at r500262 . Please check that it was applied as expected. > [drlvm] Fix for fake circularity error. > --------------------------------------- > > Key: HARMONY-2230 > URL: https://issues.apache.org/jira/browse/HARMONY-2230 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Pavel Afremov > Assigned To: Gregory Shimansky > Attachments: Fix-for-fake-circularity-error.patch, Fix-for-fake-circularity-error.txt > > > Fix for fake circularity error. > This error can happen during compilation, by interaction of JIT, ClassLoader, GC and reference enqueue system. > Fix contains following changes: > - added preload of InternalError class. > - reference enqueue system switched to finalizer scheme. > - Work balance subsystem turned off for GC in JIT compilation frame (FRAME_COMPILATION). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.