0 Replies Latest reply on Jul 7, 2010 7:54 AM by prese

    Performance of cache.attach s badly influence by javassist calls

    prese

      Hi *,

       

      I am running a profiler over our code which is using intensively POJO cache.

      I was surprised to use a performance bottleneck caused by calls performed during cache.attach to javassist.CctnewMethodMake.

       

      For all our objects whih are added to the cache we have performed instrumentation, thus I do not expect to see javassist calls at runtime.

       

      Why do attach code still use javassist?

       

      How should I get rid of this bottleneck?

       

      10x