I'm seeing impossible stack traces in 4.0

Questions about YourKit Java Profiler
Post Reply
jyemin
Posts: 1
Joined: Wed Mar 16, 2005 4:32 pm

I'm seeing impossible stack traces in 4.0

Post by jyemin »

Any known problems with YourKit 4.0 getting confused by extensive use of the java.lang.reflect.Proxy class in AOP frameworks like Spring? I'm seeing some very strange stack traces while profiling a weblogic application that uses Spring AOP. I'm seeing stack traces that could not possible exist in the program: methods calling methods they they definitely do not call, as well as methods not calling methods that they definitely do call.

Any help would be appreciated.

Thanks,
Jeff Yemin
Vladimir Kondratyev
Posts: 1624
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Hi Jeff,

perhaps some traces are "distorded" by applied filters. i.e. some filter collapses some part of the trace and it looks like impossible trace. Please try to switch all filters off.

Regards,
Vladimir Kondratyev
Post Reply