Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 65728 invoked from network); 4 Jan 2010 04:39:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jan 2010 04:39:21 -0000 Received: (qmail 86027 invoked by uid 500); 4 Jan 2010 04:39:21 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 85957 invoked by uid 500); 4 Jan 2010 04:39:20 -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 85948 invoked by uid 99); 4 Jan 2010 04:39:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 04:39:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2010 04:39:19 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75AC6234C48D for ; Sun, 3 Jan 2010 20:38:59 -0800 (PST) Message-ID: <596708912.14461262579939480.JavaMail.jira@brutus.apache.org> Date: Mon, 4 Jan 2010 04:38:59 +0000 (UTC) From: "Li Jing Qin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-6414) [classlib][luni]FileCanonPathCache should remove the oldest not the path, which is always the same one. In-Reply-To: <1976555832.14441262579939285.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HARMONY-6414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Li Jing Qin updated HARMONY-6414: --------------------------------- Attachment: HARMONY-6414.diff > [classlib][luni]FileCanonPathCache should remove the oldest not the path, which is always the same one. > ------------------------------------------------------------------------------------------------------- > > Key: HARMONY-6414 > URL: https://issues.apache.org/jira/browse/HARMONY-6414 > Project: Harmony > Issue Type: Bug > Reporter: Li Jing Qin > Priority: Minor > Attachments: HARMONY-6414.diff > > > In the method get(), we are trying to remove all the elements which is timeout. But the code just remove the same path. Seems a trivial mistake. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.