I'm using VisualVM to perform profiling for a Groovy web application, and the stack traces are full of reflection calls that have bloated the trace and made it difficult to read. Is there a way to filter these out? Either at compile time, run time or at view time?
Asked
Active
Viewed 186 times