martint / jmxutils

Exporting JMX mbeans made easy
Apache License 2.0
171 stars 47 forks source link

Prevent throwing NoSuchMethodException on direct getMethod calls #58

Closed oskar-szwajkowski closed 2 days ago

oskar-szwajkowski commented 3 weeks ago

Instead, get list of methods and filter it

Such exception are expensive in terms of generating stack, plus they unnecessarily bloat JVM reports with tons of throws

oskar-szwajkowski commented 2 weeks ago

@martint @dain Hey, could any of you you look into this and could we merge this?