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