[jboss-dev-forums] [JBoss OSGi Development] - Re: Performance problem

adrian@jboss.org do-not-reply at jboss.com
Tue Aug 25 10:26:28 EDT 2009


The issue appears to be in the VFS.

If I comment out the reading of the manifest for the package information
(which uses the VFS) then the tests take about 16 seconds (i.e. less than half the time).

BaseClassLoader::definePackage

  | -      PackageInformation pi = policy.getClassPackageInformation(className, packageName);
  | +      PackageInformation pi = null;
  | 

This is using jboss-vfs 2.1.2.GA

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251529#4251529

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251529



More information about the jboss-dev-forums mailing list