Is there a way to output a call trace for a particular thread in java?
I do not want a stack trace. I would like a sequence of calls on each object for tracing.
Runtime.traceMethodCalls(), which prints a line for each method call of all objects in all threads
Runtime.traceMethodCalls()