Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E22FF200B53 for ; Wed, 22 Jun 2016 07:58:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0CBA160A4F; Wed, 22 Jun 2016 05:58:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2CD14160A60 for ; Wed, 22 Jun 2016 07:58:59 +0200 (CEST) Received: (qmail 85343 invoked by uid 500); 22 Jun 2016 05:58:58 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 85306 invoked by uid 99); 22 Jun 2016 05:58:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 05:58:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E57E32C14E1 for ; Wed, 22 Jun 2016 05:58:57 +0000 (UTC) Date: Wed, 22 Jun 2016 05:58:57 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-4587) Limit the classloader overhead in the CombinedClassLoader MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 22 Jun 2016 05:59:00 -0000 Jean-Baptiste Onofr=C3=A9 created KARAF-4587: ------------------------------------------- Summary: Limit the classloader overhead in the CombinedClassLo= ader Key: KARAF-4587 URL: https://issues.apache.org/jira/browse/KARAF-4587 Project: Karaf Issue Type: Improvement Components: cellar-core Reporter: Jean-Baptiste Onofr=C3=A9 Assignee: Jean-Baptiste Onofr=C3=A9 Fix For: cellar-4.0.1 Currently CombinedClassLoader.findClass() method is very inefficient if mul= tiple bundles are registered to it. We can add class-to-bundle cache to sig= nificantly reduce class loading overhead . -- This message was sent by Atlassian JIRA (v6.3.4#6332)