As the title suggests: Can one ignore methods with the same signature in different classes matching a pattern?
I'd like to ignore hashCode and equals by default to prevent hotspots from being instrumented.
If it is possible, how would one configure it?
It is not possible as of JProfiler 10.1, but it will be implemented in JProfiler 11, where you will be able to specify * for the class in the list of ignore methods.